Date: Sat, 9 Mar 2024 14:12:06 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f2a735ba3730 - main - devel/py-hatch-semver: Update to 2.0.2 Message-ID: <202403091412.429EC6YP009961@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2a735ba3730f9f7c58b75e4542d89745d88900b commit f2a735ba3730f9f7c58b75e4542d89745d88900b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 13:47:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 14:05:48 +0000 devel/py-hatch-semver: Update to 2.0.2 - Add GitHub to MASTER_SITES Changes: https://github.com/fleetingbytes/hatch-semver/releases --- devel/py-hatch-semver/Makefile | 5 +++-- devel/py-hatch-semver/distinfo | 6 +++--- devel/py-hatch-semver/files/patch-pyproject.toml | 10 ++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/devel/py-hatch-semver/Makefile b/devel/py-hatch-semver/Makefile index 0777f35c444f..864a6f23bb50 100644 --- a/devel/py-hatch-semver/Makefile +++ b/devel/py-hatch-semver/Makefile @@ -1,7 +1,8 @@ PORTNAME= hatch-semver -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= devel python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/fleetingbytes/hatch-semver/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= hatch_semver-${PORTVERSION} diff --git a/devel/py-hatch-semver/distinfo b/devel/py-hatch-semver/distinfo index 5f03ac27b6a8..8591a3d5381e 100644 --- a/devel/py-hatch-semver/distinfo +++ b/devel/py-hatch-semver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708449180 -SHA256 (hatch_semver-2.0.1.tar.gz) = 38d5c63eb49bebec1795fe93e1b90f024af401e6407b48ef3ef0d831de8587c6 -SIZE (hatch_semver-2.0.1.tar.gz) = 20172 +TIMESTAMP = 1709390540 +SHA256 (hatch_semver-2.0.2.tar.gz) = 3c59c8c1eb30de1e961610d33a375746c658607fa49414081a6940f6b8466fae +SIZE (hatch_semver-2.0.2.tar.gz) = 20169 diff --git a/devel/py-hatch-semver/files/patch-pyproject.toml b/devel/py-hatch-semver/files/patch-pyproject.toml new file mode 100644 index 000000000000..3f16dc3be942 --- /dev/null +++ b/devel/py-hatch-semver/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -1,7 +1,6 @@ requires = [ + [build-system] + requires = [ + "hatchling", +- "hatch-semver==2.0.1", + ] + build-backend = "hatchling.build" +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091412.429EC6YP009961>