Commit 38a46fce authored by Derek Schrock's avatar Derek Schrock Committed by Fernando Apesteguía
Browse files

devel/py-python-gitlab: Update to 3.13.0

ChangeLog: https://github.com/python-gitlab/python-gitlab/releases/tag/v3.13.0

Feature

 * group: Add support for group restore API
 * client: Automatically retry on HTTP 409 Resource lock
 * api: Add support for bulk imports API
 * api: Add support for resource groups
 * api: Support listing pipelines triggered by pipeline schedules
 * Allow filtering pipelines by source
 * client: Bootstrap the http backends concept
 * Add resource iteration events
 * Allow passing kwargs to Gitlab class when instantiating with from_config
 * Add keep_base_url when getting configuration from file

Fix

 * client: Regression - do not automatically get_next if page=# and
 * Change return value to "None" in case getattr returns None to prevent error
 * deps: Bump requests-toolbelt to fix deprecation warning
 * Use the ProjectIterationManager within the Project object
 * api: Make description optional for releases

Documentation

 * faq: Describe and group common errors

PR:		269331
Reported by:	dereks@lifeofadishwasher.com (maintainer)
parent 6c18b530
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
PORTNAME=	python-gitlab
DISTVERSION=	3.12.0
DISTVERSION=	3.13.0
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -8,10 +8,10 @@ MAINTAINER= dereks@lifeofadishwasher.com
COMMENT=	Interact with GitLab API
WWW=		https://github.com/python-gitlab/python-gitlab

LICENSE=	LGPL3
LICENSE=	LGPL3+
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.9.1:www/py-requests-toolbelt@${PY_FLAVOR} \
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.10.1:www/py-requests-toolbelt@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}requests>=2.25.0:www/py-requests@${PY_FLAVOR}
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
@@ -34,7 +34,7 @@ AUTOCOMPLETE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=1.10.0<3:devel/py-
DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} \
			${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
			${PYTHON_PKGNAMEPREFIX}myst-parser>0:textproc/py-myst-parser@${PY_FLAVOR} \
			${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.9.1:www/py-requests-toolbelt@${PY_FLAVOR} \
			${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.10.1:www/py-requests-toolbelt@${PY_FLAVOR} \
			${PYTHON_PKGNAMEPREFIX}requests>=2.25.0:www/py-requests@${PY_FLAVOR} \
			${PYTHON_PKGNAMEPREFIX}sphinx>=4.3.1,1:textproc/py-sphinx@${PY_FLAVOR} \
			${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \
+3 −3
Original line number Diff line number Diff line
TIMESTAMP = 1670538927
SHA256 (python-gitlab-3.12.0.tar.gz) = 567390c2b93690dae62ed9738bf9f221fa45c01378fdf896089dbf7c8a134fbd
SIZE (python-gitlab-3.12.0.tar.gz) = 264005
TIMESTAMP = 1675549601
SHA256 (python-gitlab-3.13.0.tar.gz) = ad502b72b5d1137f4af37d4a68ae20fe7d6c9778f67cbe2aec566f7995053c7d
SIZE (python-gitlab-3.13.0.tar.gz) = 270646