git: 1d6f0efb7af3 - main - devel/py-hatch-semver: Update to 2.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:22:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d6f0efb7af336722a2dd9fe31a6b84eee75ee7b commit 1d6f0efb7af336722a2dd9fe31a6b84eee75ee7b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:32:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:07:20 +0000 devel/py-hatch-semver: Update to 2.0.1 Changes: https://github.com/fleetingbytes/hatch-semver/releases --- devel/py-hatch-semver/Makefile | 7 +++---- devel/py-hatch-semver/distinfo | 6 +++--- devel/py-hatch-semver/files/patch-pyproject.toml | 19 ------------------- 3 files changed, 6 insertions(+), 26 deletions(-) diff --git a/devel/py-hatch-semver/Makefile b/devel/py-hatch-semver/Makefile index 5cd306b53c5a..0777f35c444f 100644 --- a/devel/py-hatch-semver/Makefile +++ b/devel/py-hatch-semver/Makefile @@ -1,6 +1,5 @@ PORTNAME= hatch-semver -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 2.0.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +12,9 @@ WWW= https://github.com/Nagidal/hatch-semver LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.8.0:devel/py-hatchling@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}semver>=2.13.0:devel/py-semver@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}semver>=0:devel/py-semver@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-hatch-semver/distinfo b/devel/py-hatch-semver/distinfo index 7d1b948209d4..5f03ac27b6a8 100644 --- a/devel/py-hatch-semver/distinfo +++ b/devel/py-hatch-semver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677770927 -SHA256 (hatch_semver-1.0.1.tar.gz) = 245b6168e1de53dfa43c55a0f8a96d1c204924a515b704df790fb6855bad43b8 -SIZE (hatch_semver-1.0.1.tar.gz) = 19813 +TIMESTAMP = 1708449180 +SHA256 (hatch_semver-2.0.1.tar.gz) = 38d5c63eb49bebec1795fe93e1b90f024af401e6407b48ef3ef0d831de8587c6 +SIZE (hatch_semver-2.0.1.tar.gz) = 20172 diff --git a/devel/py-hatch-semver/files/patch-pyproject.toml b/devel/py-hatch-semver/files/patch-pyproject.toml deleted file mode 100644 index 60c495333c52..000000000000 --- a/devel/py-hatch-semver/files/patch-pyproject.toml +++ /dev/null @@ -1,19 +0,0 @@ ---- pyproject.toml.orig 2020-02-02 00:00:00 UTC -+++ pyproject.toml -@@ -1,7 +1,6 @@ - [build-system] - requires = [ - "hatchling>=1.8.0", -- "hatch-semver", - ] - build-backend = "hatchling.build" - -@@ -41,7 +40,7 @@ classifiers = [ - - dependencies = [ - "hatchling", -- "semver ~= 2.13.0", -+ "semver >= 2.13.0", - ] - - dynamic = [