Re:_git:_45b4df0acd5d_-_main_-_devel/py-python-gitlab : Update 4.13.0 → 5.0.0
- In reply to: Po-Chuan Hsieh : "Re: git: 45b4df0acd5d - main - devel/py-python-gitla b: Update 4.13.0 → 5.0.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Nov 2024 09:58:29 UTC
15.11.2024 12:08, Po-Chuan Hsieh пишет: > On Thu, Nov 7, 2024 at 7:51 PM Vladimir Druzenko <vvd@freebsd.org> wrote: > > The branch main has been updated by vvd: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=45b4df0acd5d9064b6cc5a94699d4d3b1b194acc > <https://cgit.FreeBSD.org/ports/commit/?id=45b4df0acd5d9064b6cc5a94699d4d3b1b194acc> > > commit 45b4df0acd5d9064b6cc5a94699d4d3b1b194acc > Author: Derek Schrock <dereks@lifeofadishwasher.com> > AuthorDate: 2024-11-07 11:49:34 +0000 > Commit: Vladimir Druzenko <vvd@FreeBSD.org> > CommitDate: 2024-11-07 11:49:34 +0000 > > devel/py-python-gitlab: Update 4.13.0 → 5.0.0 > > > FYI, it breaks devel/py-python-semantic-release. > See > https://pkg-status.freebsd.org/beefy22/data/141amd64-default/dfee61567d9e/logs/py311-python-semantic-release-9.12.0.log ===> py311-python-semantic-release-9.12.0 depends on package: py311-python-gitlab>=4.0<5 - not found This question is best addressed to the maintainers of these two ports in PR 282558. You are the maintainer of devel/py-python-semantic-release - did you tested trivial patch: - ${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} \ ? > > > Changelog: > https://github.com/python-gitlab/python-gitlab/releases/tag/v5.0.0 > > PR: 282558 > --- > devel/py-python-gitlab/Makefile | 4 ++-- > devel/py-python-gitlab/distinfo | 6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/devel/py-python-gitlab/Makefile > b/devel/py-python-gitlab/Makefile > index 016fe94a0cb7..bc0e5be6b1dd 100644 > --- a/devel/py-python-gitlab/Makefile > +++ b/devel/py-python-gitlab/Makefile > @@ -1,5 +1,5 @@ > PORTNAME= python-gitlab > -DISTVERSION= 4.13.0 > +DISTVERSION= 5.0.0 > CATEGORIES= devel python > MASTER_SITES= PYPI > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > @@ -20,7 +20,7 @@ TEST_DEPENDS= > ${PYTHON_PKGNAMEPREFIX}pytest-console-scripts>0:devel/py-pytest-co > ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} > > -USES= python > +USES= python:3.9+ > USE_PYTHON= autoplist concurrent pep517 > > NO_ARCH= yes > diff --git a/devel/py-python-gitlab/distinfo > b/devel/py-python-gitlab/distinfo > index ea6c5e1592b2..0230ee5d1016 100644 > --- a/devel/py-python-gitlab/distinfo > +++ b/devel/py-python-gitlab/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1728859762 > -SHA256 (python_gitlab-4.13.0.tar.gz) = > 576bfb0901faca0c6b2d1ff2592e02944a6ec3e086c3129fb43c2a0df56a1c67 > -SIZE (python_gitlab-4.13.0.tar.gz) = 484996 > +TIMESTAMP = 1730466683 > +SHA256 (python_gitlab-5.0.0.tar.gz) = > d156b9810d2a5c2916226cecf354956286a9e8133ee707d6584e40f126329956 > +SIZE (python_gitlab-5.0.0.tar.gz) = 486119 > -- Best regards, Vladimir Druzenko