From 03a1cb710550f7b8af0b77e7b623d032d56e2c30 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Oct 2023 16:29:30 +0800 Subject: [PATCH] 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 --- .../{python3-bitarray_2.8.1.bb => python3-bitarray_2.8.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_2.8.1.bb => python3-bitarray_2.8.2.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb rename to meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb index cb94df5644..39d2b6a717 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb @@ -3,7 +3,7 @@ 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" +SRC_URI[sha256sum] = "f90b2f44b5b23364d5fbade2c34652e15b1fcfe813c46f828e008f68a709160f" inherit setuptools3 pypi