diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-07 17:54:35 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-07 18:11:22 +0000 |
commit | 9dff4e5c2f21abf5cefedeb91a71c906b87fb86c (patch) | |
tree | 7bed547fbe98722d82ac2e531f1f3ae510bc13d5 /net/py-pyroute2 | |
parent | 2ba189671a2e3032ccb1ed115decd8e78e832ea9 (diff) | |
download | ports-9dff4e5c2f21abf5cefedeb91a71c906b87fb86c.tar.gz ports-9dff4e5c2f21abf5cefedeb91a71c906b87fb86c.zip |
net/py-pyroute2: Update to 0.6.7
Diffstat (limited to 'net/py-pyroute2')
-rw-r--r-- | net/py-pyroute2/Makefile | 2 | ||||
-rw-r--r-- | net/py-pyroute2/distinfo | 6 | ||||
-rw-r--r-- | 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 |