From: Wang Mingyu <[email protected]> Changelog: =========== * add '.rotate()' method, rotate bitarray in-place by 'k' positions * expose the 'decodeiterator' class, and add '.skipbits()' method as well as '.index' data descriptor, see #252 * fix 'random_p()' silently producing all-zero bitarrays for small 'n' when 'p=float("nan")' * improve integer argument handling in 'util.random_k()', 'util.gen_primes()', 'util.pprint()' and 'util.int2ba()' * add 'python_requires >= 3.7' to package metadata * improve testing - use more of 'unittest''s functionality * add [Rule 90 example](../examples/rule90.py)
Signed-off-by: Wang Mingyu <[email protected]> --- .../{python3-bitarray_3.8.2.bb => python3-bitarray_3.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_3.8.2.bb => python3-bitarray_3.9.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_3.8.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_3.9.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-bitarray_3.8.2.bb rename to meta-python/recipes-devtools/python/python3-bitarray_3.9.0.bb index 0c34eeff8d..3e236c8c45 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_3.8.2.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_3.9.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray" LICENSE = "PSF-2.0" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=6abe80c028e4ee53045a33ae807c64fd" -SRC_URI[sha256sum] = "2675a0c17c0b2d12d0fbcf3b27eb833f96936a588da47ac445c0743c5aa69e6b" +SRC_URI[sha256sum] = "af5f91e61d868c8f457f66cd726ef31d69264f71edbaccd70fdbb13548c1d652" inherit python_setuptools_build_meta pypi -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#128185): https://lists.openembedded.org/g/openembedded-devel/message/128185 Mute This Topic: https://lists.openembedded.org/mt/120278920/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
