summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitarray_3.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-bitarray: upgrade 3.0.0 -> 3.1.0Wang Mingyu2025-02-261-0/+11
Changelog: =========== * allow mask assignment to bitarrays * add missing masked operations to pyi-file * refactor 'resize()' and avoid overallocation when downsizing buffer * update 'build_wheels.yml' * fix some typos * minor simplifications * rename 'growth/' example to 'resize/' and add tests for 'resize()' * update gene example * add comments Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>