From da5f506d29756b1d604cb3691062fd9f021c9edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= Date: Tue, 12 Dec 2023 11:23:52 -0400 Subject: [PATCH] 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