aboutsummaryrefslogtreecommitdiff
path: root/net/py-pyroute2
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:01:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:37:07 +0000
commit85830463a4d72553c0a93ac93c30f7da00eb04d3 (patch)
tree5cb353f16034b5c6ab78365401e229fa0c2cd33d /net/py-pyroute2
parent990876d01bb4818b85e0b98ee781fc1836fa7997 (diff)
downloadports-85830463a4d72553c0a93ac93c30f7da00eb04d3.tar.gz
ports-85830463a4d72553c0a93ac93c30f7da00eb04d3.zip
net/py-pyroute2: Update to 0.6.8
Diffstat (limited to 'net/py-pyroute2')
-rw-r--r--net/py-pyroute2/Makefile2
-rw-r--r--net/py-pyroute2/distinfo6
-rw-r--r--net/py-pyroute2/files/patch-setup.cfg10
3 files changed, 9 insertions, 9 deletions
diff --git a/net/py-pyroute2/Makefile b/net/py-pyroute2/Makefile
index 13e1ef14a059..7231a04982c5 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.7
+PORTVERSION= 0.6.8
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net/py-pyroute2/distinfo b/net/py-pyroute2/distinfo
index bd8ab8e35280..20c1bbe5d953 100644
--- a/net/py-pyroute2/distinfo
+++ b/net/py-pyroute2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646058074
-SHA256 (pyroute2-0.6.7.tar.gz) = a81bfd8ec8728344bd21385dad71d315c6f69de40f0e65119ad49ba9808a956a
-SIZE (pyroute2-0.6.7.tar.gz) = 23537
+TIMESTAMP = 1647264616
+SHA256 (pyroute2-0.6.8.tar.gz) = 5a1aa3bc2c0aad45012cabe3a6f6bba5cf7850866f4dfee3ef4e41b760c7c8a4
+SIZE (pyroute2-0.6.8.tar.gz) = 23666
diff --git a/net/py-pyroute2/files/patch-setup.cfg b/net/py-pyroute2/files/patch-setup.cfg
index 06807bb7bdfb..9409ad717960 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.7
- pyroute2.ethtool==0.6.7
- pyroute2.ipset==0.6.7
-- pyroute2.ipdb==0.6.7
- pyroute2.ndb==0.6.7
+ 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
packages_dir =
=pyroute2