Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2023 16:07:14 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 38a46fcea80b - main - devel/py-python-gitlab: Update to 3.13.0
Message-ID:  <202302061607.316G7ETr015698@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=38a46fcea80baa5c0352c1841f6ca5bd2e1da17c

commit 38a46fcea80baa5c0352c1841f6ca5bd2e1da17c
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2023-02-06 13:06:35 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-02-06 16:02:54 +0000

    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)
---
 devel/py-python-gitlab/Makefile | 8 ++++----
 devel/py-python-gitlab/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-python-gitlab/Makefile b/devel/py-python-gitlab/Makefile
index ab9adb18c229..c57437fac695 100644
--- a/devel/py-python-gitlab/Makefile
+++ b/devel/py-python-gitlab/Makefile
@@ -1,5 +1,5 @@
 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} \
diff --git a/devel/py-python-gitlab/distinfo b/devel/py-python-gitlab/distinfo
index a93dfec13e36..3996082b2f22 100644
--- a/devel/py-python-gitlab/distinfo
+++ b/devel/py-python-gitlab/distinfo
@@ -1,3 +1,3 @@
-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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302061607.316G7ETr015698>