Date: Fri, 20 Dec 2024 10:19:36 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c4897d729e3a - main - devel/py-python-gitlab: Update 5.1.0 =?utf-8?Q?=E2=86=92?= 5.2.0 Message-ID: <202412201019.4BKAJas2010197@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4897d729e3a3978ff999400c25209f62e19324f commit c4897d729e3a3978ff999400c25209f62e19324f Author: Derek Schrock <dereks@lifeofadishwasher.com> AuthorDate: 2024-12-20 10:18:53 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-12-20 10:18:53 +0000 devel/py-python-gitlab: Update 5.1.0 → 5.2.0 Changelog: https://github.com/python-gitlab/python-gitlab/releases/tag/v5.2.0 PR: 283392 --- devel/py-python-gitlab/Makefile | 5 ++-- devel/py-python-gitlab/distinfo | 6 ++--- devel/py-python-gitlab/files/patch-CHANGELOG.md | 32 ------------------------- 3 files changed, 6 insertions(+), 37 deletions(-) diff --git a/devel/py-python-gitlab/Makefile b/devel/py-python-gitlab/Makefile index 63d4a740a548..3e5c36f3d88c 100644 --- a/devel/py-python-gitlab/Makefile +++ b/devel/py-python-gitlab/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-gitlab -DISTVERSION= 5.1.0 +DISTVERSION= 5.2.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=1.0.0:www/py-requests-too ${PYTHON_PKGNAMEPREFIX}requests>=2.32.0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-console-scripts>0:devel/py-pytest-console-scripts@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}trio>0:net/py-trio@${PY_FLAVOR} USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-python-gitlab/distinfo b/devel/py-python-gitlab/distinfo index a42fc7e341c0..8c7fd3405009 100644 --- a/devel/py-python-gitlab/distinfo +++ b/devel/py-python-gitlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732841331 -SHA256 (python_gitlab-5.1.0.tar.gz) = d5a10dae8328f32fb9214bd3f9dc199b4930cd496f81c9be42a0f8ff338aeb35 -SIZE (python_gitlab-5.1.0.tar.gz) = 384162 +TIMESTAMP = 1734455333 +SHA256 (python_gitlab-5.2.0.tar.gz) = 1fb99d9de78aa93fdc97a106db44f0870cba225ea2064426302db02d14027967 +SIZE (python_gitlab-5.2.0.tar.gz) = 387472 diff --git a/devel/py-python-gitlab/files/patch-CHANGELOG.md b/devel/py-python-gitlab/files/patch-CHANGELOG.md deleted file mode 100644 index cf22efe932bf..000000000000 --- a/devel/py-python-gitlab/files/patch-CHANGELOG.md +++ /dev/null @@ -1,32 +0,0 @@ ---- CHANGELOG.md.orig 2024-11-29 01:52:15 UTC -+++ CHANGELOG.md -@@ -7596,7 +7596,12 @@ - **readme**: Fix Docker image reference - - **readme**: Fix Docker image reference - ([`b9a40d8`](https://github.com/python-gitlab/python-gitlab/commit/b9a40d822bcff630a4c92c395c134f8c002ed1cb)) - --v1.8.0 is not available. ``` Unable to find image -+ v1.8.0 is not available. -+ ``` -+ Unable to find image 'registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0' locally -+ docker: Error response from daemon: manifest for registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0 not found: manifest unknown: manifest unknown. -+ ``` -+ - 'registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0' locally docker: Error response from - daemon: manifest for registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0 not found: manifest - unknown: manifest unknown. ``` -@@ -7928,9 +7933,12 @@ The integration tests failed because a test called 'de - GitLabException class handles byte-to-string conversion already in its __init__. This commit - removes the call to 'decode()' in the test. - --``` Traceback (most recent call last): File "./tools/python_test_v4.py", line 801, in <module> -- assert 'Retry later' in error_message.decode() AttributeError: 'str' object has no attribute -- 'decode' ``` -+ ``` -+ Traceback (most recent call last): -+ File "./tools/python_test_v4.py", line 801, in <module> -+ assert 'Retry later' in error_message.decode() -+ AttributeError: 'str' object has no attribute 'decode' -+ ``` - - - Handle empty 'Retry-After' header from GitLab - ([`7a3724f`](https://github.com/python-gitlab/python-gitlab/commit/7a3724f3fca93b4f55aed5132cf46d3718c4f594))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412201019.4BKAJas2010197>