git: 2096fe1eded4 - main - textproc/py-marko: Update to 1.2.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Oct 2022 17:14:18 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2096fe1eded4f03e2f2adbecfafbf8db06b10085 commit 2096fe1eded4f03e2f2adbecfafbf8db06b10085 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-10-03 17:05:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-10-03 17:10:40 +0000 textproc/py-marko: Update to 1.2.2 Changes: https://github.com/frostming/marko/blob/master/CHANGELOG.md --- textproc/py-marko/Makefile | 2 +- textproc/py-marko/distinfo | 6 +++--- textproc/py-marko/files/setup.py | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/textproc/py-marko/Makefile b/textproc/py-marko/Makefile index 7fab1d135b25..bed746e932a5 100644 --- a/textproc/py-marko/Makefile +++ b/textproc/py-marko/Makefile @@ -1,5 +1,5 @@ PORTNAME= marko -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-marko/distinfo b/textproc/py-marko/distinfo index 3703ba3038af..338d6fd13fdc 100644 --- a/textproc/py-marko/distinfo +++ b/textproc/py-marko/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652446292 -SHA256 (marko-1.2.1.tar.gz) = 80d7807605b5e103f544df93c21e6f66a0d42dbe953c0dcd5b80d35b704bf170 -SIZE (marko-1.2.1.tar.gz) = 139308 +TIMESTAMP = 1664767988 +SHA256 (marko-1.2.2.tar.gz) = d467c3ad450be693505cb8eb7054718efe3f14fccc2310588f9bc9c1d992ef94 +SIZE (marko-1.2.2.tar.gz) = 140763 diff --git a/textproc/py-marko/files/setup.py b/textproc/py-marko/files/setup.py index 2ef7881665d5..b3ff443756e7 100644 --- a/textproc/py-marko/files/setup.py +++ b/textproc/py-marko/files/setup.py @@ -51,7 +51,6 @@ setup_kwargs = { 'extras_require': EXTRAS_REQUIRE, 'python_requires': '>=3.6', 'entry_points': ENTRY_POINTS, - } setup(**setup_kwargs)