FreeBSD Bugzilla – Attachment 225776 Details for
Bug 256584
devel/py-python-gitlab: Update to 2.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 2.8.0
0001-devel-py-python-gitlab-Update-to-2.8.0.patch (text/plain), 2.79 KB, created by
Derek Schrock
on 2021-06-13 21:39:51 UTC
(
hide
)
Description:
Update to 2.8.0
Filename:
MIME Type:
Creator:
Derek Schrock
Created:
2021-06-13 21:39:51 UTC
Size:
2.79 KB
patch
obsolete
>From 582f3b3ba620c0311374296396fa0599878e2ef4 Mon Sep 17 00:00:00 2001 >From: Derek Schrock <dereks@lifeofadishwasher.com> >Date: Sun, 13 Jun 2021 17:30:35 -0400 >Subject: [PATCH] devel/py-python-gitlab: Update to 2.8.0 > >- Update to 2.8.0 [1] >- unittests moved to tests/unit >- Add Jinja2 doc builds dep. >- build_sphinx -n breaks doc building due to this issue [2] > >[1] https://github.com/python-gitlab/python-gitlab/releases/tag/v2.8.0 >[2] https://github.com/python-gitlab/python-gitlab/issues/1509 >--- > devel/py-python-gitlab/Makefile | 9 +++++---- > devel/py-python-gitlab/distinfo | 6 +++--- > 2 files changed, 8 insertions(+), 7 deletions(-) > >diff --git a/devel/py-python-gitlab/Makefile b/devel/py-python-gitlab/Makefile >index 3ea4e210f..8339aeb17 100644 >--- a/devel/py-python-gitlab/Makefile >+++ b/devel/py-python-gitlab/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= python-gitlab >-PORTVERSION= 2.7.1 >+PORTVERSION= 2.8.0 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -31,13 +31,14 @@ YAML_DESC= YAML output > > AUTOCOMPLETE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=1.10.0<2:devel/py-argcomplete@${PY_FLAVOR} > >-DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.9.1:www/py-requests-toolbelt@${PY_FLAVOR} \ >+DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.9.1:www/py-requests-toolbelt@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}sphinx>=3.2.1,1:textproc/py-sphinx@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-autoprogram>0:textproc/py-sphinxcontrib-autoprogram@${PY_FLAVOR} > DOCS_PORTDOCS= * > DOCS_VARS= PYDISTUTILS_BUILD_TARGET=build_sphinx \ >- PYDISTUTILS_BUILDARGS="-n --all-files --fresh-env" >+ PYDISTUTILS_BUILDARGS="--all-files --fresh-env" > > YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=5.2:devel/py-yaml@${PY_FLAVOR} > >@@ -50,6 +51,6 @@ post-install-DOCS-on: > ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -and ! -name objects.inv") > > do-test: >- @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= gitlab/tests >+ @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= tests/unit > > .include <bsd.port.mk> >diff --git a/devel/py-python-gitlab/distinfo b/devel/py-python-gitlab/distinfo >index d93ea2a6d..6a48c1e9b 100644 >--- a/devel/py-python-gitlab/distinfo >+++ b/devel/py-python-gitlab/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1619734103 >-SHA256 (python-gitlab-2.7.1.tar.gz) = e1f9234a3ee7fbcf9ab1a5cb8b935ae58fdab29af9832ae060bf74d88bac8a7c >-SIZE (python-gitlab-2.7.1.tar.gz) = 170616 >+TIMESTAMP = 1623397196 >+SHA256 (python-gitlab-2.8.0.tar.gz) = f3364a8d1e813a0b3e68485db1e1881d8653b0e03b9a41f2c59544fce4930101 >+SIZE (python-gitlab-2.8.0.tar.gz) = 180026 >-- >2.31.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dereks
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 256584
: 225776