diff --git a/devel/py-python-semantic-release/Makefile b/devel/py-python-semantic-release/Makefile index 4fe3f6c18042..58fa376b5e90 100644 --- a/devel/py-python-semantic-release/Makefile +++ b/devel/py-python-semantic-release/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-semantic-release -PORTVERSION= 9.14.0 +PORTVERSION= 9.15.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-python-semantic-release/distinfo b/devel/py-python-semantic-release/distinfo index 1c696e6b6e68..dbf135a18950 100644 --- a/devel/py-python-semantic-release/distinfo +++ b/devel/py-python-semantic-release/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732239524 -SHA256 (python_semantic_release-9.14.0.tar.gz) = 5b69a626458bfb50686d27d9713160eb2bf9897b0c17985f1c68d7316b8e07b6 -SIZE (python_semantic_release-9.14.0.tar.gz) = 233999 +TIMESTAMP = 1734888278 +SHA256 (python_semantic_release-9.15.1.tar.gz) = fe506e55979fb280d846e5b710faa339fa6081243220f772ca1272d4da62c1ae +SIZE (python_semantic_release-9.15.1.tar.gz) = 260191 diff --git a/devel/py-python-semantic-release/files/patch-pyproject.toml b/devel/py-python-semantic-release/files/patch-pyproject.toml index d354a9154543..dd6e46d126cd 100644 --- a/devel/py-python-semantic-release/files/patch-pyproject.toml +++ b/devel/py-python-semantic-release/files/patch-pyproject.toml @@ -1,15 +1,15 @@ ---- pyproject.toml.orig 2024-10-18 04:41:49 UTC +--- pyproject.toml.orig 2024-12-03 07:47:20 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 ~= 69.0", "wheel ~= 0.42"] +-requires = ["setuptools ~= 75.3.0", "wheel ~= 0.42"] +requires = ["setuptools >= 61.0", "wheel ~= 0.42"] build-backend = "setuptools.build_meta" [project] -@@ -27,7 +27,7 @@ dependencies = [ +@@ -28,7 +28,7 @@ dependencies = [ "gitpython ~= 3.0", "requests ~= 2.25", "jinja2 ~= 3.1",