git: e57b722fde52 - main - devel/py-python-semantic-release: Allow build with py-python-gitlab 8.0.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Feb 2026 19:38:23 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e57b722fde52d0cb5ad64b82d4e5a0563242b8ed
commit e57b722fde52d0cb5ad64b82d4e5a0563242b8ed
Author: Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2026-02-10 19:36:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-10 19:36:44 +0000
devel/py-python-semantic-release: Allow build with py-python-gitlab 8.0.0+
- Bump PORTREVISION for package change
PR: 292819
---
devel/py-python-semantic-release/Makefile | 4 ++--
devel/py-python-semantic-release/files/patch-pyproject.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/devel/py-python-semantic-release/Makefile b/devel/py-python-semantic-release/Makefile
index 56c02e906e50..537af5934287 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= 2
+PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/python-semantic-release/python-semantic-release/releases/download/v${PORTVERSION}/
@@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.1.0<8.2: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.0<8.0.0:devel/py-python-gitlab@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}python-gitlab>=4.0.0<9.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/files/patch-pyproject.toml b/devel/py-python-semantic-release/files/patch-pyproject.toml
index c4a84fce35b2..06a09f63307b 100644
--- a/devel/py-python-semantic-release/files/patch-pyproject.toml
+++ b/devel/py-python-semantic-release/files/patch-pyproject.toml
@@ -15,7 +15,7 @@
"jinja2 ~= 3.1",
- "python-gitlab >= 4.0.0, < 7.0.0",
- "tomlkit ~= 0.13.0",
-+ "python-gitlab >= 4.0.0, < 8.0.0",
++ "python-gitlab >= 4.0.0, < 9.0.0",
+ "tomlkit >= 0.13.0, < 0.15",
"dotty-dict ~= 1.3",
"importlib-resources ~= 6.0",