Re: [oe] [meta-python] [PATCH] python3-bitarray: upgrade 2.9.0 -> 2.9.1

2023-12-30 Thread Khem Raj
On Tue, 26 Dec 2023 15:21:41 +0800, wan...@fujitsu.com wrote: > Changelog: > == > -* avoid buffer being unnecessarily initialized with 0s in several >functions of the 'bitarray.util' module > -* fix '.count()' type hint in pyi-file > -* improve testing > > [...] Applied, thanks! [1/

[oe] [meta-python] [PATCH] python3-bitarray: upgrade 2.9.0 -> 2.9.1

2023-12-25 Thread wangmy
From: Wang Mingyu Changelog: == -* avoid buffer being unnecessarily initialized with 0s in several functions of the 'bitarray.util' module -* fix '.count()' type hint in pyi-file -* improve testing Signed-off-by: Wang Mingyu --- .../{python3-bitarray_2.9.0.bb => python3-bitarray_2.9