summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-05-02 10:48:06 -0400
committerKhem Raj <raj.khem@gmail.com>2024-05-02 07:32:49 -0700
commitb2ef3ebf002cb09e5d352569637486ce496603ae (patch)
treeff5a9788078829100edb871d30b26a6afcdaa33d /meta-python
parente1038f20913567afc035794382c90e0eafc9839d (diff)
downloadmeta-openembedded-b2ef3ebf002cb09e5d352569637486ce496603ae.tar.gz
python3-bitstring: upgrade 4.1.4 -> 4.2.1
License-UPdate: format of LICENSE updated to "ASCII text, with CRLF line terminators" Changelog: ========== - Module crashes on import with 32-bit Python. - Lists of integers not converted to bytes when using the bytes constructor. - Empty comma separated tokens not handled correctly. - Crash on import when docstrings not present due to optimize flag. - Dropped support for Python 3.7. Minimum version is now 3.8. - For tokens that use a non-numeric length, a ':' is now compulsory rather than recommended. For example use 'uint:foo' instead of 'uintfoo'. - The previous e4m3float and e5m2float formats have become the slightly modified p4binary8 and p3binary8 formats. - Some parameters are now enforced as positional only, such as auto in constructors. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb
index 0777b6cff..8485e2e8f 100644
--- a/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb
+++ b/meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb
@@ -1,9 +1,9 @@
1SUMMARY = "Simple construction, analysis and modification of binary data." 1SUMMARY = "Simple construction, analysis and modification of binary data."
2HOMEPAGE = "https://github.com/scott-griffiths/bitstring" 2HOMEPAGE = "https://github.com/scott-griffiths/bitstring"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=661f450e2c0aef39b4b15597333444a7" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=f7f2fd3f1cd52b5ccd39d76fb3568d3f"
5 5
6SRC_URI[sha256sum] = "94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213" 6SRC_URI[sha256sum] = "8abb5a661588c764bacf1a23d64c7bb57517d2841e3e6f54fb8c057119e0540d"
7 7
8PYPI_PACKAGE = "bitstring" 8PYPI_PACKAGE = "bitstring"
9 9