git: b48fd46f5944 - main - devel/py-recordclass: upgrade to 0.18.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Nov 2022 11:31:11 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=b48fd46f5944d3581f7016c08813fea4ca8ede32 commit b48fd46f5944d3581f7016c08813fea4ca8ede32 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-11-06 11:07:00 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-11-06 11:07:00 +0000 devel/py-recordclass: upgrade to 0.18.0.1 Fixes https://bitbucket.org/intellimath/recordclass/issues/28/syntaxerror-in-recordclass-test --- devel/py-recordclass/Makefile | 2 +- devel/py-recordclass/distinfo | 6 +++--- devel/py-recordclass/pkg-plist | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/py-recordclass/Makefile b/devel/py-recordclass/Makefile index ac3474da92cb..b9c5a7a01cc0 100644 --- a/devel/py-recordclass/Makefile +++ b/devel/py-recordclass/Makefile @@ -1,5 +1,5 @@ PORTNAME= recordclass -PORTVERSION= 0.18 +PORTVERSION= 0.18.0.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-recordclass/distinfo b/devel/py-recordclass/distinfo index 9bda2e2a5d2e..66aaf2e581c9 100644 --- a/devel/py-recordclass/distinfo +++ b/devel/py-recordclass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667664028 -SHA256 (recordclass-0.18.tar.gz) = 2b50edd2176d21466497cc4285612c2a9b7089a21cb538a0a163e2bb80beff22 -SIZE (recordclass-0.18.tar.gz) = 1273766 +TIMESTAMP = 1667732673 +SHA256 (recordclass-0.18.0.1.tar.gz) = f0767a6dc5b38118074ec5afd7596dd04a6cc992894f40eecdf4b587315ce465 +SIZE (recordclass-0.18.0.1.tar.gz) = 1274061 diff --git a/devel/py-recordclass/pkg-plist b/devel/py-recordclass/pkg-plist index 6d11f025f656..1784bb605421 100644 --- a/devel/py-recordclass/pkg-plist +++ b/devel/py-recordclass/pkg-plist @@ -39,7 +39,6 @@ %%PYTHON_SITELIBDIR%%/recordclass/test/__pycache__/test_recordclass.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/recordclass/test/__pycache__/test_recordclass.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/recordclass/test/test_arrayclass.py -%%PYTHON_SITELIBDIR%%/recordclass/test/test_dataobject_match.py %%PYTHON_SITELIBDIR%%/recordclass/test/test_dataobject.py %%PYTHON_SITELIBDIR%%/recordclass/test/test_litelist.py %%PYTHON_SITELIBDIR%%/recordclass/test/test_litetuple.py