devel/py-python-semantic-release: Update to 9.15.1

Changes:	https://github.com/python-semantic-release/python-semantic-release/releases
This commit is contained in:
Po-Chuan Hsieh 2024-12-26 02:50:08 +08:00
parent 6b02561d34
commit 397ae9661e
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= python-semantic-release PORTNAME= python-semantic-release
PORTVERSION= 9.14.0 PORTVERSION= 9.15.1
CATEGORIES= devel python CATEGORIES= devel python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1732239524 TIMESTAMP = 1734888278
SHA256 (python_semantic_release-9.14.0.tar.gz) = 5b69a626458bfb50686d27d9713160eb2bf9897b0c17985f1c68d7316b8e07b6 SHA256 (python_semantic_release-9.15.1.tar.gz) = fe506e55979fb280d846e5b710faa339fa6081243220f772ca1272d4da62c1ae
SIZE (python_semantic_release-9.14.0.tar.gz) = 233999 SIZE (python_semantic_release-9.15.1.tar.gz) = 260191

View File

@ -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 +++ pyproject.toml
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
# Ref: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ # Ref: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
# and https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html # and https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
[build-system] [build-system]
-requires = ["setuptools ~= 69.0", "wheel ~= 0.42"] -requires = ["setuptools ~= 75.3.0", "wheel ~= 0.42"]
+requires = ["setuptools >= 61.0", "wheel ~= 0.42"] +requires = ["setuptools >= 61.0", "wheel ~= 0.42"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
@@ -27,7 +27,7 @@ dependencies = [ @@ -28,7 +28,7 @@ dependencies = [
"gitpython ~= 3.0", "gitpython ~= 3.0",
"requests ~= 2.25", "requests ~= 2.25",
"jinja2 ~= 3.1", "jinja2 ~= 3.1",