summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-23 16:29:30 +0800
committerArmin Kuster <akuster808@gmail.com>2023-10-30 07:14:02 -0400
commit03a1cb710550f7b8af0b77e7b623d032d56e2c30 (patch)
treed812073bbcadaf6c77953a18ed3499afc5e8aba1 /meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb
parent1047038aa256b2ef9780a1d4072bc4eae199c34d (diff)
downloadmeta-openembedded-03a1cb710550f7b8af0b77e7b623d032d56e2c30.tar.gz
python3-bitarray: upgrade 2.8.1 -> 2.8.2
Changelog: ============= * update cibuildwheel to 2.16.1 in order to provide cp312 wheels on PyPI * improve error messages for masked assignment * simplify test collection * added 'pytest.ini' to allow running pytest with no additional arguments, see #208 * 'util.sc_encode()': avoid writing empty blocks at end of compressed stream, ie. skip encoding when total population count is reached Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a7649c08279714165e8622d144d24cc1f5b56357) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb
new file mode 100644
index 0000000000..39d2b6a717
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb
@@ -0,0 +1,10 @@
1SUMMARY = "A high-level Python efficient arrays of booleans -- C extension"
2HOMEPAGE = "https://github.com/ilanschnell/bitarray"
3LICENSE = "PSF-2.0"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
5
6SRC_URI[sha256sum] = "f90b2f44b5b23364d5fbade2c34652e15b1fcfe813c46f828e008f68a709160f"
7
8inherit setuptools3 pypi
9
10BBCLASSEXTEND = "native nativesdk"