summaryrefslogtreecommitdiff
path: root/devel/py-python-semantic-release
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-python-semantic-release')
-rw-r--r--devel/py-python-semantic-release/Makefile5
-rw-r--r--devel/py-python-semantic-release/distinfo6
-rw-r--r--devel/py-python-semantic-release/files/patch-pyproject.toml21
3 files changed, 8 insertions, 24 deletions
diff --git a/devel/py-python-semantic-release/Makefile b/devel/py-python-semantic-release/Makefile
index bafa8581b984..8867cb512343 100644
--- a/devel/py-python-semantic-release/Makefile
+++ b/devel/py-python-semantic-release/Makefile
@@ -1,6 +1,5 @@
PORTNAME= python-semantic-release
-PORTVERSION= 9.21.0
-PORTREVISION= 1
+PORTVERSION= 9.21.1
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/python-semantic-release/python-semantic-release/releases/download/v${PORTVERSION}/
@@ -25,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0<9:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}importlib-resources>=6.0<7: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:devel/py-python-gitlab@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}python-gitlab>=4.0.0<6.0.0:devel/py-python-gitlab@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.25<3:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=14.0<15:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}shellingham>=1.5<2:devel/py-shellingham@${PY_FLAVOR} \
diff --git a/devel/py-python-semantic-release/distinfo b/devel/py-python-semantic-release/distinfo
index fca9d5e5a2ef..6a1d3a81f93e 100644
--- a/devel/py-python-semantic-release/distinfo
+++ b/devel/py-python-semantic-release/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1740836150
-SHA256 (python_semantic_release-9.21.0.tar.gz) = d8673d25cab2acdfeb34f791e271bb8a02ecc63650c5aa5c03d520ddf0cbe887
-SIZE (python_semantic_release-9.21.0.tar.gz) = 307256
+TIMESTAMP = 1747546552
+SHA256 (python_semantic_release-9.21.1.tar.gz) = b5c509a573899e88e8f29504d2f83e9ddab9a66af861ec1baf39f2b86bbf3517
+SIZE (python_semantic_release-9.21.1.tar.gz) = 308463
diff --git a/devel/py-python-semantic-release/files/patch-pyproject.toml b/devel/py-python-semantic-release/files/patch-pyproject.toml
index 1746df708159..f8d5c67d7b25 100644
--- a/devel/py-python-semantic-release/files/patch-pyproject.toml
+++ b/devel/py-python-semantic-release/files/patch-pyproject.toml
@@ -1,26 +1,11 @@
---- pyproject.toml.orig 2025-02-23 20:38:39 UTC
+--- pyproject.toml.orig 2025-05-05 04:21:19 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", "wheel ~= 0.42"]
-+requires = ["setuptools >= 61.0", "wheel ~= 0.42"]
+-requires = ["setuptools >= 75.3.0, < 81.0.0", "wheel ~= 0.42"]
++requires = ["setuptools >= 61.0.0, < 81.0.0", "wheel ~= 0.42"]
build-backend = "setuptools.build_meta"
[project]
-@@ -28,12 +28,12 @@ dependencies = [
- "gitpython ~= 3.0",
- "requests ~= 2.25",
- "jinja2 ~= 3.1",
-- "python-gitlab ~= 4.0",
-+ "python-gitlab >= 4.0",
- "tomlkit ~= 0.11",
- "dotty-dict ~= 1.3",
- "importlib-resources ~= 6.0",
- "pydantic ~= 2.0",
-- "rich ~= 13.0",
-+ "rich ~= 14.0",
- "shellingham ~= 1.5",
- "Deprecated ~= 1.2", # Backport of deprecated decorator for python 3.8
- ]