Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2026 20:15:31 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Derek Schrock <dereks@lifeofadishwasher.com>
Subject:   git: 503dd9429fcf - main - devel/py-python-gitlab: Update 7.1.0 => 8.0.0
Message-ID:  <698b91e3.3d397.731bad96@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

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

commit 503dd9429fcf741bf8e2deb6db9f7d336674d5c1
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2026-02-10 20:13:38 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-10 20:13:38 +0000

    devel/py-python-gitlab: Update 7.1.0 => 8.0.0
    
    Changelog:
    https://github.com/python-gitlab/python-gitlab/releases/tag/v8.0.0
    
    While here merge RMs and remove unnecessary MKDIR in
    post-install-DOCS-on.
    
    PR:     292795
---
 devel/py-python-gitlab/Makefile | 8 +++-----
 devel/py-python-gitlab/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/devel/py-python-gitlab/Makefile b/devel/py-python-gitlab/Makefile
index 52f0619e28c3..a2211748319e 100644
--- a/devel/py-python-gitlab/Makefile
+++ b/devel/py-python-gitlab/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	python-gitlab
-DISTVERSION=	7.1.0
+DISTVERSION=	8.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -48,7 +48,7 @@ DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR}
 			${PYTHON_PKGNAMEPREFIX}sphinxcontrib-autoprogram>0:textproc/py-sphinxcontrib-autoprogram@${PY_FLAVOR}
 DOCS_PORTDOCS=		*
 
-GRAPHQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gql>=3.5<4:devel/py-gql@${PY_FLAVOR} \
+GRAPHQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gql>=3.5<5:devel/py-gql@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}httpx>0:www/py-httpx@${PY_FLAVOR}
 
 GRAPHQL_TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}respx>0:www/py-respx@${PY_FLAVOR}
@@ -62,10 +62,8 @@ do-build-DOCS-on::
 	(cd ${WRKSRC} && sphinx-build -j auto -n -W --keep-going -b html docs build/sphinx/html)
 
 post-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC}/build/sphinx/html && \
-	${RM} -r .doctrees && \
-	${RM} .buildinfo objects.inv && \
+	${RM} -r .doctrees .buildinfo objects.inv && \
 	${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
 
 .include <bsd.port.mk>
diff --git a/devel/py-python-gitlab/distinfo b/devel/py-python-gitlab/distinfo
index a187bd6e1eb2..51618efb484b 100644
--- a/devel/py-python-gitlab/distinfo
+++ b/devel/py-python-gitlab/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1766896789
-SHA256 (python_gitlab-7.1.0.tar.gz) = 1c34da3de40ad21675d788136f73d20a60649513e692f52c5a9720434db97c46
-SIZE (python_gitlab-7.1.0.tar.gz) = 401058
+TIMESTAMP = 1769613392
+SHA256 (python_gitlab-8.0.0.tar.gz) = 03eae5a9d105448796e6c0e192d402c266057e75790cf4f42c143dddf91313ce
+SIZE (python_gitlab-8.0.0.tar.gz) = 401334


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698b91e3.3d397.731bad96>