git: da5f506d2975 - main - textproc/py-RTFDE: Update to 0.1.1

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Thu, 22 Feb 2024 12:32:45 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da5f506d29756b1d604cb3691062fd9f021c9edc

commit da5f506d29756b1d604cb3691062fd9f021c9edc
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-12-12 15:23:52 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-02-22 12:31:52 +0000

    textproc/py-RTFDE: Update to 0.1.1
    
    ChangeLog: https://github.com/seamustuohy/RTFDE/releases/tag/0.1.1
    
    * Pin RTFDE to lark 1.1.8.
    * Exclude test modules from being installed as top level module when building the wheel from source.
    * Remove unnecessary shebang from non-standalone code.
    * Updated all licenses to consistently state LGPLv3.
    * Updated python version to v3.8 and removed use of v3.9 byte-manipulation methods.
      - Next major change, when 3.9 is more commonly used, we will push up to 3.9 and revert it forward again.
    
    PR:             275725
---
 textproc/py-RTFDE/Makefile | 2 +-
 textproc/py-RTFDE/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/textproc/py-RTFDE/Makefile b/textproc/py-RTFDE/Makefile
index 2478e63f783f..557bc2345ed0 100644
--- a/textproc/py-RTFDE/Makefile
+++ b/textproc/py-RTFDE/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	RTFDE
-DISTVERSION=	0.1.0
+DISTVERSION=	0.1.1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-RTFDE/distinfo b/textproc/py-RTFDE/distinfo
index 8f2596e81dd8..f4cbe3da143a 100644
--- a/textproc/py-RTFDE/distinfo
+++ b/textproc/py-RTFDE/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691712135
-SHA256 (RTFDE-0.1.0.tar.gz) = 12215ee59856208010b9200c19afe0f9fa13a3fb39f44015979299c248cbacd7
-SIZE (RTFDE-0.1.0.tar.gz) = 43426
+TIMESTAMP = 1702394408
+SHA256 (RTFDE-0.1.1.tar.gz) = 9e43485e79b2dd1018127735d8134f65d2a9d73af314d2a101f10346333b241e
+SIZE (RTFDE-0.1.1.tar.gz) = 43608