Date: Mon, 7 Mar 2022 18:18:25 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: 9dff4e5c2f21 - main - net/py-pyroute2: Update to 0.6.7 Message-ID: <202203071818.227IIPqO061642@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=9dff4e5c2f21abf5cefedeb91a71c906b87fb86c commit 9dff4e5c2f21abf5cefedeb91a71c906b87fb86c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-07 17:54:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-07 18:11:22 +0000 net/py-pyroute2: Update to 0.6.7 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 | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/net/py-pyroute2/Makefile b/net/py-pyroute2/Makefile index 1a8934d7c6a8..13e1ef14a059 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.5 +PORTVERSION= 0.6.7 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-pyroute2/distinfo b/net/py-pyroute2/distinfo index f857322031a0..bd8ab8e35280 100644 --- a/net/py-pyroute2/distinfo +++ b/net/py-pyroute2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227550 -SHA256 (pyroute2-0.6.5.tar.gz) = d0995c8aeb96c0e4eed4d62e97c9d795000a1a33b747d6dc54326665857cf11c -SIZE (pyroute2-0.6.5.tar.gz) = 23971 +TIMESTAMP = 1646058074 +SHA256 (pyroute2-0.6.7.tar.gz) = a81bfd8ec8728344bd21385dad71d315c6f69de40f0e65119ad49ba9808a956a +SIZE (pyroute2-0.6.7.tar.gz) = 23537 diff --git a/net/py-pyroute2/files/patch-setup.cfg b/net/py-pyroute2/files/patch-setup.cfg index 94583d03ff4e..06807bb7bdfb 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 2021-09-20 06:42:36 UTC +--- setup.cfg.orig 2022-02-21 07:41:28 UTC +++ setup.cfg @@ -33,7 +33,6 @@ install_requires = - pyroute2.nftables==0.6.5 - pyroute2.ethtool==0.6.5 - pyroute2.ipset==0.6.5 -- pyroute2.ipdb==0.6.5 - pyroute2.ndb==0.6.5 + pyroute2.nftables==0.6.7 + pyroute2.ethtool==0.6.7 + pyroute2.ipset==0.6.7 +- pyroute2.ipdb==0.6.7 + pyroute2.ndb==0.6.7 packages_dir = =pyroute2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203071818.227IIPqO061642>