From ae20955be340cbf9133c6a13a7695759aa4f464b Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 7 Jan 2024 12:43:45 +0100 Subject: [PATCH] package/python-bitstring: bump to version 4.1.4 This bump will fix the following build failure raised since bump to version 4.1.2 in commit ce2bf7b96b9dba57bb31aca583283736af27afcc: *** Error compiling '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/python3.11/site-packages/bitstring/plugin_test.py'... Sorry: IndentationError: expected an indented block after function definition on line 6 (plugin_test.py, line 8) https://github.com/scott-griffiths/bitstring/blob/bitstring-4.1.4/release_notes.txt Fixes: - http://autobuild.buildroot.org/results/e6fac4cac16de94862e3b4697dd88e856bc9a398 Signed-off-by: Fabrice Fontaine Signed-off-by: Arnout Vandecappelle --- package/python-bitstring/python-bitstring.hash | 4 ++-- package/python-bitstring/python-bitstring.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-bitstring/python-bitstring.hash b/package/python-bitstring/python-bitstring.hash index c2ff9a69d5..1889983f47 100644 --- a/package/python-bitstring/python-bitstring.hash +++ b/package/python-bitstring/python-bitstring.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/bitstring/json -md5 1750c35e8e45f597725037d35eed9ba1 bitstring-4.1.2.tar.gz -sha256 c22283d60fd3e1a8f386ccd4f1915d7fe13481d6349db39711421e24d4a9cccf bitstring-4.1.2.tar.gz +md5 3909415d89586edabd577b62b0d0c1be bitstring-4.1.4.tar.gz +sha256 94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213 bitstring-4.1.4.tar.gz # Locally computed sha256 checksums sha256 3705eed5a923f35d9bfaca1f10e9136cc84d6e576570aec661bda69991f129ea LICENSE diff --git a/package/python-bitstring/python-bitstring.mk b/package/python-bitstring/python-bitstring.mk index 9a5d8dfe84..983491303d 100644 --- a/package/python-bitstring/python-bitstring.mk +++ b/package/python-bitstring/python-bitstring.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_BITSTRING_VERSION = 4.1.2 +PYTHON_BITSTRING_VERSION = 4.1.4 PYTHON_BITSTRING_SOURCE = bitstring-$(PYTHON_BITSTRING_VERSION).tar.gz -PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/23/fc/b5ace4f51fea5bcc7f8cca8859748ea5eb941680b82a5b3687c980d9589b +PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/7f/07/0fd502a29127b968bada3d1824a8af997546d2b9ff73f00e800b3d9888cb PYTHON_BITSTRING_SETUP_TYPE = setuptools PYTHON_BITSTRING_LICENSE = MIT PYTHON_BITSTRING_LICENSE_FILES = LICENSE