git: 30c778cfd654 - main - devel/py-unearth: Update to 0.7.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:10:00 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=30c778cfd65446f943e7fe87045e839381af6f87
commit 30c778cfd65446f943e7fe87045e839381af6f87
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:32:16 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:00:04 +0000
devel/py-unearth: Update to 0.7.2
Changes: https://github.com/frostming/unearth/releases
---
devel/py-unearth/Makefile | 2 +-
devel/py-unearth/distinfo | 6 +++---
devel/py-unearth/files/setup.py | 3 ++-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/devel/py-unearth/Makefile b/devel/py-unearth/Makefile
index c8c1dd564e19..399cb32cb47c 100644
--- a/devel/py-unearth/Makefile
+++ b/devel/py-unearth/Makefile
@@ -1,5 +1,5 @@
PORTNAME= unearth
-PORTVERSION= 0.6.1
+PORTVERSION= 0.7.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-unearth/distinfo b/devel/py-unearth/distinfo
index 39cda0d2fd42..bd15707a26a4 100644
--- a/devel/py-unearth/distinfo
+++ b/devel/py-unearth/distinfo
@@ -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
diff --git a/devel/py-unearth/files/setup.py b/devel/py-unearth/files/setup.py
index ffe4ae3caaad..0b7bc64588f8 100644
--- a/devel/py-unearth/files/setup.py
+++ b/devel/py-unearth/files/setup.py
@@ -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,