aboutsummaryrefslogtreecommitdiff
path: root/net/py-pyroute2
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-09 23:11:03 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-09 23:16:09 +0000
commitb65597f1f14a1e227c91fc73b32a15d983627720 (patch)
tree9358267dd76dab5383228c9d76dc929b2353b436 /net/py-pyroute2
parent614993ba746068cc936495458cf45e0829b7c911 (diff)
downloadports-b65597f1f14a1e227c91fc73b32a15d983627720.tar.gz
ports-b65597f1f14a1e227c91fc73b32a15d983627720.zip
net/py-pyroute2: Update to 0.6.11
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 70a7a62a4dd3..3fdaaba2a52f 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.10
+PORTVERSION= 0.6.11
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net/py-pyroute2/distinfo b/net/py-pyroute2/distinfo
index 4f103bb320fd..b4501bc387ea 100644
--- a/net/py-pyroute2/distinfo
+++ b/net/py-pyroute2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654708370
-SHA256 (pyroute2-0.6.10.tar.gz) = 563ed6dffc903d821414476f36fdc04bd3aa75daad21245b7265942717392622
-SIZE (pyroute2-0.6.10.tar.gz) = 24212
+TIMESTAMP = 1654774092
+SHA256 (pyroute2-0.6.11.tar.gz) = 136346be66d552e4541d0679dbffac6b2e1237dfd39ee1a95062f850244917bd
+SIZE (pyroute2-0.6.11.tar.gz) = 24245
diff --git a/net/py-pyroute2/files/patch-setup.cfg b/net/py-pyroute2/files/patch-setup.cfg
index 00081ed545c7..e434d0a1fc16 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.10
- pyroute2.ethtool==0.6.10
- pyroute2.ipset==0.6.10
-- pyroute2.ipdb==0.6.10
- pyroute2.ndb==0.6.10
+ pyroute2.nftables==0.6.11
+ pyroute2.ethtool==0.6.11
+ pyroute2.ipset==0.6.11
+- pyroute2.ipdb==0.6.11
+ pyroute2.ndb==0.6.11
packages_dir =
=pyroute2