From a7649c08279714165e8622d144d24cc1f5b56357 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Oct 2023 16:29:30 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb (limited to 'meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb') 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 @@ -SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" -HOMEPAGE = "https://github.com/ilanschnell/bitarray" -LICENSE = "PSF-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" - -SRC_URI[sha256sum] = "e68ceef35a88625d16169550768fcc8d3894913e363c24ecbf6b8c07eb02c8f3" - -inherit setuptools3 pypi - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf