From 666d29c821abefc65789f8ba2d69cc9a08a39751 Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Thu, 26 Oct 2023 11:26:49 +0200 Subject: [PATCH] package/python-iptables: bump version to 1.0.1 Signed-off-by: Adam Duskett Signed-off-by: Arnout Vandecappelle --- package/python-iptables/python-iptables.hash | 4 ++-- package/python-iptables/python-iptables.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-iptables/python-iptables.hash b/package/python-iptables/python-iptables.hash index ee5f765fba..1b7c9e9324 100644 --- a/package/python-iptables/python-iptables.hash +++ b/package/python-iptables/python-iptables.hash @@ -1,6 +1,6 @@ # md5, sha256 from https://pypi.org/pypi/python-iptables/json -md5 3fb27da1107bdb62196850fa70e8b0d4 python-iptables-1.0.0.tar.gz -sha256 480470adb5f29bf84269b4e53dbad9623af91c79aa666cc0274dec199a555bc5 python-iptables-1.0.0.tar.gz +md5 bd6950c1ed9c6b48b7d552ff8e6766c5 python-iptables-1.0.1.tar.gz +sha256 1989f2b48598392c3574052a95f456985cb06fb4287b61bf8794e93ebc37eddb python-iptables-1.0.1.tar.gz # Locally calculated sha256 b827789c74144d9bb92595ed3bc568aef767a7e8d930fba61c2cdd9f6ec27599 NOTICE diff --git a/package/python-iptables/python-iptables.mk b/package/python-iptables/python-iptables.mk index 9cb4285ec3..d01545d8b2 100644 --- a/package/python-iptables/python-iptables.mk +++ b/package/python-iptables/python-iptables.mk @@ -4,8 +4,8 @@ # ################################################################################ -PYTHON_IPTABLES_VERSION = 1.0.0 -PYTHON_IPTABLES_SITE = https://files.pythonhosted.org/packages/ca/6e/cba9c6f4b5a1963b7f5b015f5ed5e2eec7a94ac460570e3474177c4004d6 +PYTHON_IPTABLES_VERSION = 1.0.1 +PYTHON_IPTABLES_SITE = https://files.pythonhosted.org/packages/35/e4/33e639b9e153c2d798d73342a96715a4edca6f46431d763b275a34b3aeca PYTHON_IPTABLES_SETUP_TYPE = setuptools PYTHON_IPTABLES_LICENSE = Apache-2.0 PYTHON_IPTABLES_LICENSE_FILES = NOTICE