diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-07-16 14:40:57 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-15 23:54:15 -0700 |
commit | 3e1633c1b743969bbe6268bee9ed6404591ab5a1 (patch) | |
tree | 195590591124eae7345079f2deae76e0c97b642d /meta-python/recipes-devtools/python/python3-bitarray_3.5.1.bb | |
parent | 1f4c34f4ad6bb7617d7cf9b2a5ad0751bca2f1d1 (diff) | |
download | meta-openembedded-3e1633c1b743969bbe6268bee9ed6404591ab5a1.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitarray_3.5.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_3.5.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "efficient arrays of booleans -- C extension" | ||
2 | DESCRIPTION = "A high-level Python efficient arrays of booleans -- C extension" | ||
3 | HOMEPAGE = "https://github.com/ilanschnell/bitarray" | ||
4 | LICENSE = "PSF-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=6abe80c028e4ee53045a33ae807c64fd" | ||
6 | |||
7 | SRC_URI[sha256sum] = "b03c49d1a2eb753cc6090053f1c675ada71e1c3ea02011f1996cf4c2b6e9d6d6" | ||
8 | |||
9 | inherit python_setuptools_build_meta pypi | ||
10 | |||
11 | BBCLASSEXTEND = "native nativesdk" | ||