git: e59d04437872 - main - textproc/py-marko: Update to 1.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Feb 2023 15:55:46 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e59d0443787278f6278e002f845d7f9151e80ec8 commit e59d0443787278f6278e002f845d7f9151e80ec8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 15:19:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 15:48:05 +0000 textproc/py-marko: Update to 1.3.0 Changes: https://github.com/frostming/marko/releases https://github.com/frostming/marko/blob/master/CHANGELOG.md --- textproc/py-marko/Makefile | 4 ++-- textproc/py-marko/distinfo | 6 +++--- textproc/py-marko/files/setup.py | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/textproc/py-marko/Makefile b/textproc/py-marko/Makefile index 9c9a4d7a8bc2..dcd02f92ff32 100644 --- a/textproc/py-marko/Makefile +++ b/textproc/py-marko/Makefile @@ -1,5 +1,5 @@ PORTNAME= marko -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/frostming/marko LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/textproc/py-marko/distinfo b/textproc/py-marko/distinfo index 338d6fd13fdc..3b94341eb8d2 100644 --- a/textproc/py-marko/distinfo +++ b/textproc/py-marko/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664767988 -SHA256 (marko-1.2.2.tar.gz) = d467c3ad450be693505cb8eb7054718efe3f14fccc2310588f9bc9c1d992ef94 -SIZE (marko-1.2.2.tar.gz) = 140763 +TIMESTAMP = 1675191093 +SHA256 (marko-1.3.0.tar.gz) = 8e52155860ebfb0394f92bc1ca7e5a30e4fca5392d71bf2af2b11971e8972667 +SIZE (marko-1.3.0.tar.gz) = 141071 diff --git a/textproc/py-marko/files/setup.py b/textproc/py-marko/files/setup.py index b3ff443756e7..d8040d085f37 100644 --- a/textproc/py-marko/files/setup.py +++ b/textproc/py-marko/files/setup.py @@ -42,14 +42,14 @@ setup_kwargs = { 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', ], 'extras_require': EXTRAS_REQUIRE, - 'python_requires': '>=3.6', + 'python_requires': '>=3.7', 'entry_points': ENTRY_POINTS, }