git: 080abdd305c8 - main - net/py-pyroute2: Update to 0.6.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jun 2022 11:04:08 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=080abdd305c849a6bc75b13ea828d1200611617a
commit 080abdd305c849a6bc75b13ea828d1200611617a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-09 10:58:43 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-09 10:58:43 +0000
net/py-pyroute2: Update to 0.6.10
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 beafcbcd16cf..70a7a62a4dd3 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.9
+PORTVERSION= 0.6.10
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net/py-pyroute2/distinfo b/net/py-pyroute2/distinfo
index 12c815a85d94..4f103bb320fd 100644
--- a/net/py-pyroute2/distinfo
+++ b/net/py-pyroute2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1648248952
-SHA256 (pyroute2-0.6.9.tar.gz) = 3d1c4d1a71fb569cab578f55f7134ef02d48e8b3182b4e7e66b2a775628edafb
-SIZE (pyroute2-0.6.9.tar.gz) = 23700
+TIMESTAMP = 1654708370
+SHA256 (pyroute2-0.6.10.tar.gz) = 563ed6dffc903d821414476f36fdc04bd3aa75daad21245b7265942717392622
+SIZE (pyroute2-0.6.10.tar.gz) = 24212
diff --git a/net/py-pyroute2/files/patch-setup.cfg b/net/py-pyroute2/files/patch-setup.cfg
index 56c9fe2a4f35..00081ed545c7 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.9
- pyroute2.ethtool==0.6.9
- pyroute2.ipset==0.6.9
-- pyroute2.ipdb==0.6.9
- pyroute2.ndb==0.6.9
+ 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
packages_dir =
=pyroute2