Date: Wed, 29 Jun 2022 16:35:59 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dbcfcd09bca1 - main - net/py-pyroute2: Update to 0.6.13 Message-ID: <202206291635.25TGZxiG086741@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbcfcd09bca16301c73c404b82ae164aa637f38c commit dbcfcd09bca16301c73c404b82ae164aa637f38c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-29 16:28:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-29 16:32:43 +0000 net/py-pyroute2: Update to 0.6.13 Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md --- net/py-pyroute2/Makefile | 14 +++++++------- net/py-pyroute2/distinfo | 6 +++--- net/py-pyroute2/files/patch-setup.cfg | 14 +++++++------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/net/py-pyroute2/Makefile b/net/py-pyroute2/Makefile index 5bb71413a327..15ef435c48c8 100644 --- a/net/py-pyroute2/Makefile +++ b/net/py-pyroute2/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= pyroute2 -PORTVERSION= 0.6.12 +PORTVERSION= 0.6.13 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +14,12 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.Apache.v2 LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.GPL.v2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyroute2.core>=${PORTVERSION}:net/py-pyroute2.core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyroute2.ethtool>=${PORTVERSION}:net/py-pyroute2.ethtool@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyroute2.ipset>=${PORTVERSION}:net/py-pyroute2.ipset@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyroute2.ndb>=${PORTVERSION}:net/py-pyroute2.ndb@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyroute2.nftables>=${PORTVERSION}:net/py-pyroute2.nftables@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyroute2.nslink>=${PORTVERSION}:net/py-pyroute2.nslink@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyroute2.core>=0:net/py-pyroute2.core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyroute2.ethtool>=0:net/py-pyroute2.ethtool@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyroute2.ipset>=0:net/py-pyroute2.ipset@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyroute2.ndb>=0:net/py-pyroute2.ndb@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyroute2.nftables>=0:net/py-pyroute2.nftables@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyroute2.nslink>=0:net/py-pyroute2.nslink@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/net/py-pyroute2/distinfo b/net/py-pyroute2/distinfo index 66d5e06eeedc..c38bdbbb0913 100644 --- a/net/py-pyroute2/distinfo +++ b/net/py-pyroute2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655208300 -SHA256 (pyroute2-0.6.12.tar.gz) = 72752f9b1f51fb8a141a07fa2e96cc94069d561fc461c357d5ea7cf20b4f4e7e -SIZE (pyroute2-0.6.12.tar.gz) = 24344 +TIMESTAMP = 1656092948 +SHA256 (pyroute2-0.6.13.tar.gz) = b03d49a581945fec2b1ec7d1d5125c6f40ba04ed11affc90c4caddc019e25792 +SIZE (pyroute2-0.6.13.tar.gz) = 24412 diff --git a/net/py-pyroute2/files/patch-setup.cfg b/net/py-pyroute2/files/patch-setup.cfg index f0a36f147e37..a05594b5f0b8 100644 --- a/net/py-pyroute2/files/patch-setup.cfg +++ b/net/py-pyroute2/files/patch-setup.cfg @@ -1,12 +1,12 @@ Reference: https://github.com/svinota/pyroute2/discussions/788 ---- setup.cfg.orig 2022-02-21 07:41:28 UTC +--- setup.cfg.orig 2022-06-23 21:11:52 UTC +++ setup.cfg -@@ -33,7 +33,6 @@ install_requires = - pyroute2.nftables==0.6.12 - pyroute2.ethtool==0.6.12 - pyroute2.ipset==0.6.12 -- pyroute2.ipdb==0.6.12 - pyroute2.ndb==0.6.12 +@@ -37,7 +37,6 @@ install_requires = + pyroute2.nftables + pyroute2.ethtool + pyroute2.ipset +- pyroute2.ipdb + pyroute2.ndb packages_dir = =pyroute2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206291635.25TGZxiG086741>