Upgrade to version 2.8.3: - Ensure readonly attribute is set correctly when creating new objects - Optimize sparse bitarray compression for raw block type - Improve hash functions in Bloom filter example
Signed-off-by: Leon Anavi <[email protected]> --- .../{python3-bitarray_2.8.2.bb => python3-bitarray_2.8.3.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-bitarray_2.8.2.bb => python3-bitarray_2.8.3.bb} (50%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.8.3.bb similarity index 50% rename from meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb rename to meta-python/recipes-devtools/python/python3-bitarray_2.8.3.bb index 39d2b6a71..acacdab6d 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.8.3.bb @@ -1,9 +1,10 @@ -SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" +SUMMARY = "efficient arrays of booleans -- C extension" +DESCRIPTION = "A high-level Python efficient arrays of booleans -- C extension" 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] = "f90b2f44b5b23364d5fbade2c34652e15b1fcfe813c46f828e008f68a709160f" +SRC_URI[sha256sum] = "e15587b2bdf18d32eb3ba25f5f5a51bedd0dc06b3112a4c53dab5e7753bc6588" inherit setuptools3 pypi -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#106644): https://lists.openembedded.org/g/openembedded-devel/message/106644 Mute This Topic: https://lists.openembedded.org/mt/102562155/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
