git: 239878bd8170 - main - devel/py-python-gitlab: update to 3.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jan 2022 06:19:44 UTC
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=239878bd8170dee768421a5c419a738653b83e55 commit 239878bd8170dee768421a5c419a738653b83e55 Author: Derek Schrock <dereks@lifeofadishwasher.com> AuthorDate: 2022-01-18 06:17:58 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2022-01-18 06:19:26 +0000 devel/py-python-gitlab: update to 3.1.0 Changelog: https://github.com/python-gitlab/python-gitlab/releases/tag/v3.1.0 PR: 261216 Reported by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) --- devel/py-python-gitlab/Makefile | 5 +---- devel/py-python-gitlab/distinfo | 6 +++--- devel/py-python-gitlab/files/changelog.md | 2 -- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/devel/py-python-gitlab/Makefile b/devel/py-python-gitlab/Makefile index 65a7a7236c74..00bc32cd0021 100644 --- a/devel/py-python-gitlab/Makefile +++ b/devel/py-python-gitlab/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-gitlab -PORTVERSION= 3.0.0 +PORTVERSION= 3.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -45,9 +45,6 @@ DOCS_VARS= PYDISTUTILS_BUILD_TARGET=build_sphinx \ YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=5.2:devel/py-yaml@${PY_FLAVOR} -post-extract-DOCS-on: - @${CP} ${FILESDIR}/changelog.md ${WRKSRC}/docs/ - post-patch: @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}/etc|g' ${WRKSRC}/gitlab/config.py diff --git a/devel/py-python-gitlab/distinfo b/devel/py-python-gitlab/distinfo index c3105ff45faf..f8a7355fe4bb 100644 --- a/devel/py-python-gitlab/distinfo +++ b/devel/py-python-gitlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641516632 -SHA256 (python-gitlab-3.0.0.tar.gz) = 89f82740b76820cf407cee9c43b75ca3ddb72f344f595902ee963837d7664986 -SIZE (python-gitlab-3.0.0.tar.gz) = 210452 +TIMESTAMP = 1642215096 +SHA256 (python-gitlab-3.1.0.tar.gz) = 7216c9100b2a17cae5cf53b4b40ee36a7262d4ead7526c5a6278d911eba74847 +SIZE (python-gitlab-3.1.0.tar.gz) = 215140 diff --git a/devel/py-python-gitlab/files/changelog.md b/devel/py-python-gitlab/files/changelog.md deleted file mode 100644 index 66efc0fecd15..000000000000 --- a/devel/py-python-gitlab/files/changelog.md +++ /dev/null @@ -1,2 +0,0 @@ -```{include} ../CHANGELOG.md -```