diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-02-27 16:05:50 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-27 09:43:08 -0800 |
commit | f3ee9a18df8acd79718be86de6255054b84a4031 (patch) | |
tree | 259f6d692f3408a2fe9f1fd41df5827846e31f15 /meta-python | |
parent | b42331f676ed63224d6521aa40610a9688804426 (diff) | |
download | meta-openembedded-f3ee9a18df8acd79718be86de6255054b84a4031.tar.gz |
python3-bitarray: upgrade 2.7.0 -> 2.7.3
Changelog:
==========
* fix popcount64 name conflict on NetBSD, #189
* even though PyPy is not actively supported, allow running tests for
PyPy 3.7 and 3.8, see also #188
* allow running `python setup.py test`
* add official Python 3.12 support
* simplify count functionality in util module
* retire `bitcount_lookup[256]` table
* improve `util.count_n()` error messages
* avoid `util` module tests from being run more than once in each
call to `bitarray.test()` when called multiple times in the same
Python process, see #6e52e49a
* improve testing
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_2.7.3.bb (renamed from meta-python/recipes-devtools/python/python3-bitarray_2.7.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.7.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.7.3.bb index 269ac83ad..f766692a0 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.7.3.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] = "00bb723cf7059e30b328b6568b3b75c0f652ec9228d959d54e997852a31a31a2" | 6 | SRC_URI[sha256sum] = "f71256a32609b036adad932e1228b66a6b4e2cae6be397e588ddc0babd9a78b9" |
7 | 7 | ||
8 | inherit setuptools3 pypi | 8 | inherit setuptools3 pypi |
9 | 9 | ||