git: 9e6c203c5972 - main - devel/py-python-semantic-release: Allow build with py-tomlkit 0.14.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Feb 2026 19:38:10 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9e6c203c5972845bdf6110e21281d9a56eb20a5a
commit 9e6c203c5972845bdf6110e21281d9a56eb20a5a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-10 19:35:18 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-10 19:35:18 +0000
devel/py-python-semantic-release: Allow build with py-tomlkit 0.14.0+
- Bump PORTREVISION for package change
---
devel/py-python-semantic-release/Makefile | 4 ++--
devel/py-python-semantic-release/files/patch-pyproject.toml | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/devel/py-python-semantic-release/Makefile b/devel/py-python-semantic-release/Makefile
index d44770d5b859..56c02e906e50 100644
--- a/devel/py-python-semantic-release/Makefile
+++ b/devel/py-python-semantic-release/Makefile
@@ -1,6 +1,6 @@
PORTNAME= python-semantic-release
PORTVERSION= 10.5.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/python-semantic-release/python-semantic-release/releases/download/v${PORTVERSION}/
@@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.1.0<8.2:devel/py-click@${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} \
- ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.13.0<0.14:textproc/py-tomlkit@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.13.0<0.15:textproc/py-tomlkit@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
diff --git a/devel/py-python-semantic-release/files/patch-pyproject.toml b/devel/py-python-semantic-release/files/patch-pyproject.toml
index aa5a155e39b4..c4a84fce35b2 100644
--- a/devel/py-python-semantic-release/files/patch-pyproject.toml
+++ b/devel/py-python-semantic-release/files/patch-pyproject.toml
@@ -9,12 +9,14 @@
build-backend = "setuptools.build_meta"
[project]
-@@ -32,7 +32,7 @@ dependencies = [
+@@ -32,8 +32,8 @@ dependencies = [
"gitpython ~= 3.0",
"requests ~= 2.25",
"jinja2 ~= 3.1",
- "python-gitlab >= 4.0.0, < 7.0.0",
+- "tomlkit ~= 0.13.0",
+ "python-gitlab >= 4.0.0, < 8.0.0",
- "tomlkit ~= 0.13.0",
++ "tomlkit >= 0.13.0, < 0.15",
"dotty-dict ~= 1.3",
"importlib-resources ~= 6.0",
+ "pydantic ~= 2.0",