git: 85830463a4d7 - main - net/py-pyroute2: Update to 0.6.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:44:55 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=85830463a4d72553c0a93ac93c30f7da00eb04d3
commit 85830463a4d72553c0a93ac93c30f7da00eb04d3
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:01:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:37:07 +0000
net/py-pyroute2: Update to 0.6.8
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 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