From 3e1633c1b743969bbe6268bee9ed6404591ab5a1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 16 Jul 2025 14:40:57 +0800 Subject: python3-bitarray: upgrade 3.4.3 -> 3.5.1 Changelog: ============== * optimize 'util.random_p()' for 'n < 100' * add [Random Bitarrays](random_p.rst) documentation * add [statistical tests for random functions](../examples/test_random.py) * add 'util.random_p()' * improve sparse compression testing Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-bitarray_3.4.3.bb | 11 ----------- meta-python/recipes-devtools/python/python3-bitarray_3.5.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bitarray_3.4.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-bitarray_3.5.1.bb diff --git a/meta-python/recipes-devtools/python/python3-bitarray_3.4.3.bb b/meta-python/recipes-devtools/python/python3-bitarray_3.4.3.bb deleted file mode 100644 index b7da117451..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitarray_3.4.3.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] = "dddfb2bf086b66aec1c0110dc46642b7161f587a6441cfe74da9e323975f62f0" - -inherit python_setuptools_build_meta pypi - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-bitarray_3.5.1.bb b/meta-python/recipes-devtools/python/python3-bitarray_3.5.1.bb new file mode 100644 index 0000000000..3cf1751f32 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitarray_3.5.1.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] = "b03c49d1a2eb753cc6090053f1c675ada71e1c3ea02011f1996cf4c2b6e9d6d6" + +inherit python_setuptools_build_meta pypi + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf