diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-23 16:29:30 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-30 07:14:02 -0400 |
commit | 03a1cb710550f7b8af0b77e7b623d032d56e2c30 (patch) | |
tree | d812073bbcadaf6c77953a18ed3499afc5e8aba1 | |
parent | 1047038aa256b2ef9780a1d4072bc4eae199c34d (diff) | |
download | meta-openembedded-03a1cb710550f7b8af0b77e7b623d032d56e2c30.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>
(cherry picked from commit a7649c08279714165e8622d144d24cc1f5b56357)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb (renamed from meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb) | 2 |
1 files changed, 1 insertions, 1 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.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" | |||
3 | LICENSE = "PSF-2.0" | 3 | LICENSE = "PSF-2.0" |
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "e68ceef35a88625d16169550768fcc8d3894913e363c24ecbf6b8c07eb02c8f3" | 6 | SRC_URI[sha256sum] = "f90b2f44b5b23364d5fbade2c34652e15b1fcfe813c46f828e008f68a709160f" |
7 | 7 | ||
8 | inherit setuptools3 pypi | 8 | inherit setuptools3 pypi |
9 | 9 | ||