| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-bitarray: upgrade 3.0.0 -> 3.1.0 | Wang Mingyu | 2025-02-26 | 1 | -11/+0 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
| * | python3-bitarray: Upgrade 2.9.3 -> 3.0.0 | Leon Anavi | 2024-11-26 | 1 | -0/+11 |
| Upgrade to version 3.0.0: - Remove Python 2.7 support - .decode() now returns iterator (equivalent to past .iterdecode()) - .search() now returns iterator (equivalent to past .itersearch()) - Remove .iterdecode() and .itersearch() - Remove util.rindex(), use .index(..., right=1) instead, deprecated since 2.9 - Remove util.make_endian(), use bitarray(..., endian=...) instead, deprecated since 2.9 - Remove hackish support for bitarray() handling unpickling Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
