Date: Wed, 13 May 2026 11:42:20 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c3ea3f016a27 - main - devel/py-python-semantic-release: Allow build with py-tomlkit 0.15.0+ Message-ID: <6a04639c.44d77.6e5f6565@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3ea3f016a27b04353d292cb6364d71512ae81e8 commit c3ea3f016a27b04353d292cb6364d71512ae81e8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-13 11:40:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-13 11:40:03 +0000 devel/py-python-semantic-release: Allow build with py-tomlkit 0.15.0+ - Bump PORTREVISION for package change --- 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 3320f9e5d18c..7c28c04e89c2 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= 5 +PORTREVISION= 6 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.3.0<8.4:devel/py-click@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}requests>=2.25<3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=14.0<16:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}shellingham>=1.5<2:devel/py-shellingham@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.13.0<0.15:textproc/py-tomlkit@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.13.0<0.16: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 4e7671009572..11aed93fc49d 100644 --- a/devel/py-python-semantic-release/files/patch-pyproject.toml +++ b/devel/py-python-semantic-release/files/patch-pyproject.toml @@ -22,7 +22,7 @@ - "python-gitlab >= 4.0.0, < 7.0.0", - "tomlkit ~= 0.13.0", + "python-gitlab >= 4.0.0, < 9.0.0", -+ "tomlkit >= 0.13.0, < 0.15", ++ "tomlkit >= 0.13.0, < 0.16", "dotty-dict ~= 1.3", "importlib-resources ~= 6.0", "pydantic ~= 2.0",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a04639c.44d77.6e5f6565>
