Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2026 20:19:43 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: d92b8000599a - 2026Q1 - devel/py-python-semantic-release: Allow build with py-python-gitlab 7.0.0+
Message-ID:  <698b92df.3c3e2.592482fe@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q1 has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d92b8000599a3be4e27c747ca54830345962a042

commit d92b8000599a3be4e27c747ca54830345962a042
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:37:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-10 20:18:57 +0000

    devel/py-python-semantic-release: Allow build with py-python-gitlab 7.0.0+
    
    - Bump PORTREVISION for package change
    
    PR:             291991
    Reported by:    pkg-fallout
    
    (cherry picked from commit 0fec15ec217d1745d6b53cdb2b9881c5fa4b4731)
---
 devel/py-python-semantic-release/Makefile                   |  3 ++-
 devel/py-python-semantic-release/files/patch-pyproject.toml | 11 ++++++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/devel/py-python-semantic-release/Makefile b/devel/py-python-semantic-release/Makefile
index 94f6dadc7a1d..d44770d5b859 100644
--- a/devel/py-python-semantic-release/Makefile
+++ b/devel/py-python-semantic-release/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	python-semantic-release
 PORTVERSION=	10.5.3
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/python-semantic-release/python-semantic-release/releases/download/v${PORTVERSION}/
@@ -24,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<7.0.0:devel/py-python-gitlab@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}python-gitlab>=4.0.0<8.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 f8d5c67d7b25..aa5a155e39b4 100644
--- a/devel/py-python-semantic-release/files/patch-pyproject.toml
+++ b/devel/py-python-semantic-release/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-05-05 04:21:19 UTC
+--- pyproject.toml.orig	2025-12-14 22:27:36 UTC
 +++ pyproject.toml
 @@ -1,7 +1,7 @@
  # Ref: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
@@ -9,3 +9,12 @@
  build-backend = "setuptools.build_meta"
  
  [project]
+@@ -32,7 +32,7 @@ dependencies = [
+   "gitpython ~= 3.0",
+   "requests ~= 2.25",
+   "jinja2 ~= 3.1",
+-  "python-gitlab >= 4.0.0, < 7.0.0",
++  "python-gitlab >= 4.0.0, < 8.0.0",
+   "tomlkit ~= 0.13.0",
+   "dotty-dict ~= 1.3",
+   "importlib-resources ~= 6.0",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698b92df.3c3e2.592482fe>