From 46a0063bc17f9cf0b5dbf46c8814f5627a6fc845 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 4 Aug 2025 16:33:30 +0800 Subject: python3-bitarray: upgrade 3.5.2 -> 3.6.0 Changelog: ============== - add 'util.random_k()' - add 'util.sum_indices()' - optimize 'util.xor_indices()' - move development files from 'examples/' to 'devel/' Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-bitarray_3.5.2.bb | 11 ----------- meta-python/recipes-devtools/python/python3-bitarray_3.6.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bitarray_3.5.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-bitarray_3.6.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-bitarray_3.5.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_3.5.2.bb deleted file mode 100644 index 43ea07173c..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitarray_3.5.2.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "efficient arrays of booleans -- C extension" -DESCRIPTION = "A high-level Python efficient arrays of booleans -- C extension" -HOMEPAGE = "https://github.com/ilanschnell/bitarray" -LICENSE = "PSF-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=6abe80c028e4ee53045a33ae807c64fd" - -SRC_URI[sha256sum] = "08a86f85fd0534da3b753f072c7b0d392d4c0c9418fe2a358be378152cf6b085" - -inherit python_setuptools_build_meta pypi - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-bitarray_3.6.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_3.6.0.bb new file mode 100644 index 0000000000..83062317e8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitarray_3.6.0.bb @@ -0,0 +1,11 @@ +SUMMARY = "efficient arrays of booleans -- C extension" +DESCRIPTION = "A high-level Python efficient arrays of booleans -- C extension" +HOMEPAGE = "https://github.com/ilanschnell/bitarray" +LICENSE = "PSF-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=6abe80c028e4ee53045a33ae807c64fd" + +SRC_URI[sha256sum] = "20febc849a1f858e6a57a7d47b323fe9e727c579ddd526d317ad8831748a66a8" + +inherit python_setuptools_build_meta pypi + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf