Skip to content

Commit

Permalink
textproc/py-RTFDE: Update to 0.1.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DtxdF authored and clausecker committed Feb 22, 2024
1 parent 77b212c commit da5f506
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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}
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit da5f506

Please sign in to comment.