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 ce2bf7b96b
:
*** 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 <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
dc14e44e63
commit
ae20955be3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user