diff mbox series

[meta-python] python3-bitarray: upgrade 2.8.1 -> 2.8.2

Message ID 1698049770-24999-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-bitarray: upgrade 2.8.1 -> 2.8.2 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 23, 2023, 8:29 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../{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 mbox series

Patch

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