diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-08-04 16:33:30 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-08-04 11:45:23 -0700 |
commit | 46a0063bc17f9cf0b5dbf46c8814f5627a6fc845 (patch) | |
tree | 98c67e614a1e7c954bb888e46b17768b8a8be81e /meta-python/recipes-devtools/python/python3-bitarray_3.6.0.bb | |
parent | 8c0169365aecec7b165b2b165dfdd7e37fa86761 (diff) | |
download | meta-openembedded-46a0063bc17f9cf0b5dbf46c8814f5627a6fc845.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitarray_3.6.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_3.6.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ | |||
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] = "20febc849a1f858e6a57a7d47b323fe9e727c579ddd526d317ad8831748a66a8" | ||
8 | |||
9 | inherit python_setuptools_build_meta pypi | ||
10 | |||
11 | BBCLASSEXTEND = "native nativesdk" | ||