git: 8edb61500231 - 2026Q3 - devel/py-python-semantic-release: Update to 10.6.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 19 Aug 2026 13:28:46 UTC
The branch 2026Q3 has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8edb615002311c1934dc3471c313231498678672

commit 8edb615002311c1934dc3471c313231498678672
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-11 11:47:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-08-19 13:25:27 +0000

    devel/py-python-semantic-release: Update to 10.6.1
    
    - Allow build with py-importlib-resources 7.0.0+
    
    Changes:        https://github.com/python-semantic-release/python-semantic-release/releases
    (cherry picked from commit 11e433addedbc3bc0f4f8b3bb9fb766f83a2d2e0)
---
 devel/py-python-semantic-release/Makefile              |  9 ++++-----
 devel/py-python-semantic-release/distinfo              |  6 +++---
 devel/py-python-semantic-release/files/patch-click     | 15 ---------------
 .../files/patch-pyproject.toml                         | 18 +++++-------------
 4 files changed, 12 insertions(+), 36 deletions(-)

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,6 +1,5 @@
 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}/
@@ -15,14 +14,14 @@ WWW=		https://python-semantic-release.readthedocs.io/en/latest/ \
 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} \
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,27 +1,19 @@
---- 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",