textproc/py-marko: Update to 1.2.2

Changes:	https://github.com/frostming/marko/blob/master/CHANGELOG.md
This commit is contained in:
Po-Chuan Hsieh 2022-10-04 01:05:57 +08:00
parent d3df92fd6a
commit 2096fe1ede
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= marko
PORTVERSION= 1.2.1
PORTVERSION= 1.2.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -51,7 +51,6 @@ setup_kwargs = {
'extras_require': EXTRAS_REQUIRE,
'python_requires': '>=3.6',
'entry_points': ENTRY_POINTS,
}
setup(**setup_kwargs)