From a18e29275981c6b89f0aa6e7707cced4a92b8a20 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Jul 2026 18:22:56 +0800 Subject: [PATCH] python3-bitarray: upgrade 3.9.0 -> 3.9.1 Changelog: =========== * improving free-threading readiness, see also #251: - initialize tables at module import, not lazily - remove caching imported Python objects (which are already caches) - added 75 critical sections in Python-facing operations - updated Trove Classifier to ;Free Threading :: 2 - Beta; * clip arguments in ;.bytereverse(); instead of raising ;IndexError; * remove ;ssize_richcompare(); in favor of ;Py_RETURN_RICHCOMPARE; macro * add tests for frozenbitarrays created by methods when ;self; is a frozenbitarray, e.g. slicing a frozenbitarray Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-bitarray_3.9.0.bb => python3-bitarray_3.9.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_3.9.0.bb => python3-bitarray_3.9.1.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_3.9.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_3.9.1.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-bitarray_3.9.0.bb rename to meta-python/recipes-devtools/python/python3-bitarray_3.9.1.bb index 3e236c8c45..a5528dda20 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_3.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_3.9.1.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] = "af5f91e61d868c8f457f66cd726ef31d69264f71edbaccd70fdbb13548c1d652" +SRC_URI[sha256sum] = "796f2b4f0e4d84df50bd23ddfacb37d74eec2b2366813cb8f18bdae6b25e3d36" inherit python_setuptools_build_meta pypi