devel/py-unearth: Update to 0.7.2

Changes:	https://github.com/frostming/unearth/releases
This commit is contained in:
Po-Chuan Hsieh 2023-01-30 20:32:16 +08:00
parent 19ea04620d
commit 30c778cfd6
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= unearth
PORTVERSION= 0.6.1
PORTVERSION= 0.7.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1660576816
SHA256 (unearth-0.6.1.tar.gz) = 4b7bfbd7d34a11673d80dfae7fabbf921c139aac78383fb0ca16a90d3b53a66e
SIZE (unearth-0.6.1.tar.gz) = 266656
TIMESTAMP = 1674589912
SHA256 (unearth-0.7.2.tar.gz) = e2341ba7b99e431955a10cd3da0c15ab0d42a5f9cb3f1e3f460df42bc3396dcf
SIZE (unearth-0.7.2.tar.gz) = 268721

View File

@ -28,7 +28,7 @@ setup_kwargs = {
'long_description': long_description,
'license': 'MIT',
'author': '',
'author_email': 'Frost Ming <mianghong@gmail.com>',
'author_email': 'Frost Ming <me@frostming.com>',
'maintainer': None,
'maintainer_email': None,
'url': '',
@ -48,6 +48,7 @@ setup_kwargs = {
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
'install_requires': INSTALL_REQUIRE,
'extras_require': EXTRAS_REQUIRE,