diff --git a/devel/py-python-semantic-release/Makefile b/devel/py-python-semantic-release/Makefile index 7c28c04e89c2..b860826e0f73 100644 --- a/devel/py-python-semantic-release/Makefile +++ b/devel/py-python-semantic-release/Makefile @@ -1,39 +1,38 @@ PORTNAME= python-semantic-release -PORTVERSION= 10.5.3 -PORTREVISION= 6 +PORTVERSION= 10.6.1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/python-semantic-release/python-semantic-release/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python_semantic_release-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Automatic Semantic Versioning for Python projects WWW= https://python-semantic-release.readthedocs.io/en/latest/ \ https://github.com/python-semantic-release/python-semantic-release LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0<83.0.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.42<1:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.3.0<8.4:devel/py-click@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.1.0<9.0.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click-option-group>=0.5<1:devel/py-click-option-group@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}deprecated>=1.2<2:devel/py-deprecated@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dotty-dict>=1.3<2:devel/py-dotty-dict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gitpython>=3.0<4:devel/py-gitpython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}importlib-resources>=6.0<7:devel/py-importlib-resources@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}importlib-resources>=6.0:devel/py-importlib-resources@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1<4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.0<3:devel/py-pydantic2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-gitlab>=4.0.0<9.0.0:devel/py-python-gitlab@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.25<3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=14.0<16:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}shellingham>=1.5<2:devel/py-shellingham@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.13.0<0.16:textproc/py-tomlkit@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-python-semantic-release/distinfo b/devel/py-python-semantic-release/distinfo index d6ce0daa987a..2ccdc6e387fc 100644 --- a/devel/py-python-semantic-release/distinfo +++ b/devel/py-python-semantic-release/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1766036481 -SHA256 (python_semantic_release-10.5.3.tar.gz) = de4da78635fa666e5774caaca2be32063cae72431eb75e2ac23b9f2dfd190785 -SIZE (python_semantic_release-10.5.3.tar.gz) = 618034 +TIMESTAMP = 1783564088 +SHA256 (python_semantic_release-10.6.1.tar.gz) = ee6369238f72e75a009b3724481232c8b813416191be099bc0266e375fd02b2b +SIZE (python_semantic_release-10.6.1.tar.gz) = 626453 diff --git a/devel/py-python-semantic-release/files/patch-click b/devel/py-python-semantic-release/files/patch-click deleted file mode 100644 index 177bd5f0b0e1..000000000000 --- a/devel/py-python-semantic-release/files/patch-click +++ /dev/null @@ -1,15 +0,0 @@ -Upstream PR: https://github.com/python-semantic-release/python-semantic-release/pull/1411 - ---- src/semantic_release/cli/commands/main.py.orig 2026-03-03 15:33:16 UTC -+++ src/semantic_release/cli/commands/main.py -@@ -30,8 +30,8 @@ LOG_LEVELS = [ - ] - - --class Cli(click.MultiCommand): -- """Root MultiCommand for the semantic-release CLI""" -+class Cli(click.Group): -+ """Root Group for the semantic-release CLI""" - - class SubCmds(Enum): - """Subcommand import definitions""" diff --git a/devel/py-python-semantic-release/files/patch-pyproject.toml b/devel/py-python-semantic-release/files/patch-pyproject.toml index 11aed93fc49d..ee1dcdc48aaf 100644 --- a/devel/py-python-semantic-release/files/patch-pyproject.toml +++ b/devel/py-python-semantic-release/files/patch-pyproject.toml @@ -1,33 +1,25 @@ ---- pyproject.toml.orig 2025-12-14 22:27:36 UTC +--- pyproject.toml.orig 2026-07-06 03:34:25 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ # Ref: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ # and https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html [build-system] --requires = ["setuptools >= 75.3.0, < 81.0.0", "wheel ~= 0.42"] -+requires = ["setuptools >= 61.0.0, < 81.0.0", "wheel ~= 0.42"] +-requires = ["setuptools >= 75.3.0, < 83.0.0", "wheel ~= 0.42"] ++requires = ["setuptools >= 61.0.0, < 83.0.0", "wheel ~= 0.42"] build-backend = "setuptools.build_meta" [project] -@@ -27,17 +27,17 @@ dependencies = [ - { name = "codejedi365", email = "codejedi365@gmail.com" }, - ] - dependencies = [ -- "click ~= 8.1.0", -+ "click ~= 8.3.0", - "click-option-group ~= 0.5", - "gitpython ~= 3.0", +@@ -33,11 +33,11 @@ dependencies = [ "requests ~= 2.25", "jinja2 ~= 3.1", -- "python-gitlab >= 4.0.0, < 7.0.0", + "python-gitlab >= 4.0.0, < 9.0.0", - "tomlkit ~= 0.13.0", -+ "python-gitlab >= 4.0.0, < 9.0.0", + "tomlkit >= 0.13.0, < 0.16", "dotty-dict ~= 1.3", "importlib-resources ~= 6.0", "pydantic ~= 2.0", - "rich ~= 14.0", + "rich >= 14.0, < 16", "shellingham ~= 1.5", "Deprecated ~= 1.2", # Backport of deprecated decorator for python 3.8 ]