From 03a1cb710550f7b8af0b77e7b623d032d56e2c30 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 (cherry picked from commit a7649c08279714165e8622d144d24cc1f5b56357) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb | 10 ---------- meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-bitarray_2.8.2.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" 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 @@ +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] = "f90b2f44b5b23364d5fbade2c34652e15b1fcfe813c46f828e008f68a709160f" + +inherit setuptools3 pypi + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf