From af3f94a0ca7e080dda060d6fb5dafeb77cfa7a10 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 26 Mar 2026 19:55:58 +0800 Subject: python3-bitstring: upgrade 4.3.1 -> 4.4.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-bitstring_4.3.1.bb | 18 ------------------ .../recipes-devtools/python/python3-bitstring_4.4.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-bitstring_4.4.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb deleted file mode 100644 index 31b4330c21..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Simple construction, analysis and modification of binary data." -HOMEPAGE = "https://github.com/scott-griffiths/bitstring" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=963a24c175e658fbf16a764135121ffa" - -SRC_URI[sha256sum] = "a08bc09d3857216d4c0f412a1611056f1cc2b64fd254fb1e8a0afba7cfa1a95a" - -inherit pypi python_poetry_core - -RDEPENDS:${PN} = "\ - python3-core \ - python3-io \ - python3-mmap \ - python3-numbers \ - python3-bitarray \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.4.0.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.4.0.bb new file mode 100644 index 0000000000..cec183f302 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitstring_4.4.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "Simple construction, analysis and modification of binary data." +HOMEPAGE = "https://github.com/scott-griffiths/bitstring" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=963a24c175e658fbf16a764135121ffa" + +SRC_URI[sha256sum] = "e682ac522bb63e041d16cbc9d0ca86a4f00194db16d0847c7efe066f836b2e37" + +inherit pypi python_poetry_core + +RDEPENDS:${PN} = "\ + python3-core \ + python3-io \ + python3-mmap \ + python3-numbers \ + python3-bitarray \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf