Date: Mon, 12 Dec 2022 12:18:56 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e2590dda0714 - main - net-mgmt/py-pynetbox: Update to 7.0.0 Message-ID: <202212121218.2BCCIuda070707@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2590dda07148ad0389da28b9df9cc1d17dde483 commit e2590dda07148ad0389da28b9df9cc1d17dde483 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-12-12 12:07:51 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-12-12 12:07:51 +0000 net-mgmt/py-pynetbox: Update to 7.0.0 * Switch from USES=pytest to USE_PYTHON=pytest while I'm here. Changelog: https://github.com/netbox-community/pynetbox/releases/tag/v7.0.0 --- net-mgmt/py-pynetbox/Makefile | 9 ++++----- net-mgmt/py-pynetbox/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/net-mgmt/py-pynetbox/Makefile b/net-mgmt/py-pynetbox/Makefile index b0595447ebee..738aa3bd6e84 100644 --- a/net-mgmt/py-pynetbox/Makefile +++ b/net-mgmt/py-pynetbox/Makefile @@ -1,5 +1,5 @@ PORTNAME= pynetbox -DISTVERSION= 6.6.2 +DISTVERSION= 7.0.0 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,11 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20<3:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.0<2:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20<3:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= pytest python:3.6+ -USE_PYTHON= autoplist concurrent distutils +USES= python:3.8+ +USE_PYTHON= autoplist concurrent distutils pytest # Skip integration tests as they require Docker and a checked out git repository PYTEST_IGNORED_TESTS= integration diff --git a/net-mgmt/py-pynetbox/distinfo b/net-mgmt/py-pynetbox/distinfo index 0a2296351f50..e3cd2454f239 100644 --- a/net-mgmt/py-pynetbox/distinfo +++ b/net-mgmt/py-pynetbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651311550 -SHA256 (pynetbox-6.6.2.tar.gz) = 83b840aeaed49bacde6962d29f4550e4bd35b2e273e9f65c1f8cbe0883fe74db -SIZE (pynetbox-6.6.2.tar.gz) = 62703 +TIMESTAMP = 1670766829 +SHA256 (pynetbox-7.0.0.tar.gz) = 6506c95f056755f7d20532dce68af52787b8d3acca034f9db8643d7457655ed3 +SIZE (pynetbox-7.0.0.tar.gz) = 63611
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212121218.2BCCIuda070707>