From b2ef3ebf002cb09e5d352569637486ce496603ae Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 2 May 2024 10:48:06 -0400 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-bitstring_4.2.1.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb (limited to 'meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb new file mode 100644 index 0000000000..8485e2e8f3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb @@ -0,0 +1,19 @@ +SUMMARY = "Simple construction, analysis and modification of binary data." +HOMEPAGE = "https://github.com/scott-griffiths/bitstring" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f7f2fd3f1cd52b5ccd39d76fb3568d3f" + +SRC_URI[sha256sum] = "8abb5a661588c764bacf1a23d64c7bb57517d2841e3e6f54fb8c057119e0540d" + +PYPI_PACKAGE = "bitstring" + +inherit pypi python_poetry_core + +RDEPENDS:${PN} = "\ + python3-core \ + python3-io \ + python3-mmap \ + python3-numbers \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf