git: 397ae9661eef - main - devel/py-python-semantic-release: Update to 9.15.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Dec 2024 19:20:40 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=397ae9661eeff28793cd71f5f47f6dc107c200c6
commit 397ae9661eeff28793cd71f5f47f6dc107c200c6
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-25 18:50:08 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-25 19:15:36 +0000
devel/py-python-semantic-release: Update to 9.15.1
Changes: https://github.com/python-semantic-release/python-semantic-release/releases
---
devel/py-python-semantic-release/Makefile | 2 +-
devel/py-python-semantic-release/distinfo | 6 +++---
devel/py-python-semantic-release/files/patch-pyproject.toml | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
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",