summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitarray_3.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-bitarray: upgrade 3.1.0 -> 3.1.1Wang Mingyu2025-03-111-11/+0
| | | | | | | | | | | | | Changelog: =========== * updated 'pythoncapi_compat.h' for pypy3.11 support * use '__builtin_parityll()' when available in 'util.parity()' * add 'parity_64()' to header * simplify some tests * add LFSR example Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 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>