summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-23 16:29:30 +0800
committerKhem Raj <raj.khem@gmail.com>2023-10-23 08:05:01 -0700
commita7649c08279714165e8622d144d24cc1f5b56357 (patch)
treeb409498a7ef97176bb1335993038db2a3a608d38 /meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb
parent2fab614ab9d304685e62b4575f5b08c3754923df (diff)
downloadmeta-openembedded-a7649c08279714165e8622d144d24cc1f5b56357.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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb
deleted file mode 100644
index cb94df5644..0000000000
--- a/meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb
+++ /dev/null
@@ -1,10 +0,0 @@
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] = "e68ceef35a88625d16169550768fcc8d3894913e363c24ecbf6b8c07eb02c8f3"
7
8inherit setuptools3 pypi
9
10BBCLASSEXTEND = "native nativesdk"