diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-09 18:32:02 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-10 07:59:55 -0700 |
| commit | 041704b01cc0c039390b42ee72a28bdc13a630b2 (patch) | |
| tree | 344a6cea74512a26684334dd5be5d63341956e40 /meta-python/recipes-devtools/python/python3-bitarray_3.8.1.bb | |
| parent | 2ff5277aac6adf4f06b1ebcde652794b755375b6 (diff) | |
| download | meta-openembedded-041704b01cc0c039390b42ee72a28bdc13a630b2.tar.gz | |
python3-bitarray: upgrade 3.8.0 -> 3.8.1
Changelog:
==========
* fixed critial findings in C Extension Analysis Report
* add tests, in particular 'devel/test_capi.py'
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitarray_3.8.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_3.8.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_3.8.1.bb b/meta-python/recipes-devtools/python/python3-bitarray_3.8.1.bb new file mode 100644 index 0000000000..6ef0f4202a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitarray_3.8.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] = "f90bb3c680804ec9630bcf8c0965e54b4de84d33b17d7da57c87c30f0c64c6f5" | ||
| 8 | |||
| 9 | inherit python_setuptools_build_meta pypi | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
