Date: Wed, 30 Mar 2022 22:24:01 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: fee813636916 - main - net/py-pyroute2: Update to 0.6.9 Message-ID: <202203302224.22UMO1rU064864@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=fee8136369169b2a9fe35ee3bae4d2a2a8bdc5bd commit fee8136369169b2a9fe35ee3bae4d2a2a8bdc5bd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-30 22:05:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-30 22:21:15 +0000 net/py-pyroute2: Update to 0.6.9 Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md --- net/py-pyroute2/Makefile | 2 +- net/py-pyroute2/distinfo | 6 +++--- net/py-pyroute2/files/patch-setup.cfg | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/net/py-pyroute2/Makefile b/net/py-pyroute2/Makefile index 7231a04982c5..beafcbcd16cf 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.8 +PORTVERSION= 0.6.9 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-pyroute2/distinfo b/net/py-pyroute2/distinfo index 20c1bbe5d953..12c815a85d94 100644 --- a/net/py-pyroute2/distinfo +++ b/net/py-pyroute2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647264616 -SHA256 (pyroute2-0.6.8.tar.gz) = 5a1aa3bc2c0aad45012cabe3a6f6bba5cf7850866f4dfee3ef4e41b760c7c8a4 -SIZE (pyroute2-0.6.8.tar.gz) = 23666 +TIMESTAMP = 1648248952 +SHA256 (pyroute2-0.6.9.tar.gz) = 3d1c4d1a71fb569cab578f55f7134ef02d48e8b3182b4e7e66b2a775628edafb +SIZE (pyroute2-0.6.9.tar.gz) = 23700 diff --git a/net/py-pyroute2/files/patch-setup.cfg b/net/py-pyroute2/files/patch-setup.cfg index 9409ad717960..56c9fe2a4f35 100644 --- a/net/py-pyroute2/files/patch-setup.cfg +++ b/net/py-pyroute2/files/patch-setup.cfg @@ -3,10 +3,10 @@ Reference: https://github.com/svinota/pyroute2/discussions/788 --- setup.cfg.orig 2022-02-21 07:41:28 UTC +++ setup.cfg @@ -33,7 +33,6 @@ install_requires = - pyroute2.nftables==0.6.8 - pyroute2.ethtool==0.6.8 - pyroute2.ipset==0.6.8 -- pyroute2.ipdb==0.6.8 - pyroute2.ndb==0.6.8 + pyroute2.nftables==0.6.9 + pyroute2.ethtool==0.6.9 + pyroute2.ipset==0.6.9 +- pyroute2.ipdb==0.6.9 + pyroute2.ndb==0.6.9 packages_dir = =pyroute2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203302224.22UMO1rU064864>