From 588b2523e4b895259a3d4adb5242afb627c41efc Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 16 Jun 2022 22:00:14 +0800 Subject: [PATCH] net/py-pyroute2: Update to 0.6.12 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 3fdaaba2a52f..5bb71413a327 100644 --- a/net/py-pyroute2/Makefile +++ b/net/py-pyroute2/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= pyroute2 -PORTVERSION= 0.6.11 +PORTVERSION= 0.6.12 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-pyroute2/distinfo b/net/py-pyroute2/distinfo index b4501bc387ea..66d5e06eeedc 100644 --- a/net/py-pyroute2/distinfo +++ b/net/py-pyroute2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654774092 -SHA256 (pyroute2-0.6.11.tar.gz) = 136346be66d552e4541d0679dbffac6b2e1237dfd39ee1a95062f850244917bd -SIZE (pyroute2-0.6.11.tar.gz) = 24245 +TIMESTAMP = 1655208300 +SHA256 (pyroute2-0.6.12.tar.gz) = 72752f9b1f51fb8a141a07fa2e96cc94069d561fc461c357d5ea7cf20b4f4e7e +SIZE (pyroute2-0.6.12.tar.gz) = 24344 diff --git a/net/py-pyroute2/files/patch-setup.cfg b/net/py-pyroute2/files/patch-setup.cfg index e434d0a1fc16..f0a36f147e37 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.11 - pyroute2.ethtool==0.6.11 - pyroute2.ipset==0.6.11 -- pyroute2.ipdb==0.6.11 - pyroute2.ndb==0.6.11 + pyroute2.nftables==0.6.12 + pyroute2.ethtool==0.6.12 + pyroute2.ipset==0.6.12 +- pyroute2.ipdb==0.6.12 + pyroute2.ndb==0.6.12 packages_dir = =pyroute2