Skip to content
Snippets Groups Projects
Verified Commit 1c9e03d1 authored by sunpoet's avatar sunpoet
Browse files

devel/py-python-semantic-release: Allow build with py-python-gitlab 5.0.0+

- Fix build after 45b4df0a
- Bump PORTREVISION for package change
parent 12a3ece2
No related branches found
No related tags found
No related merge requests found
PORTNAME= python-semantic-release
PORTVERSION= 9.12.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -22,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0<9: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<5:devel/py-python-gitlab@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-gitlab>=4.0:devel/py-python-gitlab@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.25<3:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=13.0<14:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}shellingham>=1.5<2:devel/py-shellingham@${PY_FLAVOR} \
......
--- pyproject.toml.orig 2024-10-12 23:27:18 UTC
--- pyproject.toml.orig 2024-10-18 04:41:49 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]
@@ -27,7 +27,7 @@ dependencies = [
"gitpython ~= 3.0",
"requests ~= 2.25",
"jinja2 ~= 3.1",
- "python-gitlab ~= 4.0",
+ "python-gitlab >= 4.0",
"tomlkit ~= 0.11",
"dotty-dict ~= 1.3",
"importlib-resources ~= 6.0",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment