summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitarray_2.5.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-bitarray: upgrade 2.5.1 -> 2.6.0zhengruoqin2022-07-271-10/+0
| | | | | | | | | | | | | Changelog: =========== * add data descriptions: '.nbytes', '.padbits', '.readonly' * allow optional 'endian' argument to be 'None' when creating bitarrays * fix type annotation for 'canonical_decode()', #178 * frozenbitarray's padbits are now guaranteed to be zero * add tests Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 2.5.0 -> 2.5.1zhengruoqin2022-05-291-0/+10
Changelog: ========== * optimize '.reverse()', see #177 * allow negative (byte) indices in '.bytereverse()' Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>