git: b65597f1f14a - main - net/py-pyroute2: Update to 0.6.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jun 2022 23:20:13 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b65597f1f14a1e227c91fc73b32a15d983627720
commit b65597f1f14a1e227c91fc73b32a15d983627720
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-09 23:11:03 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-09 23:16:09 +0000
net/py-pyroute2: Update to 0.6.11
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 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