summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitarray_1.8.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-bitarray: Upgrade 1.8.2 -> 1.9.0Leon Anavi2021-04-061-10/+0
| | | | | | | | | | | | Upgrade to release 1.9.0: - add shift operations (`<<`, `>>`, `<<=`, `>>=`) - add `bitarray.util.ba2base()` and `bitarray.util.base2ba()` - documentation and tests Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-bitarray: Upgrade 1.8.1 -> 1.8.2Leon Anavi2021-04-011-0/+10
Upgrade to release 1.8.2: - fix crash caused by unsupported types in binary operations - speedup initializing or extending a bitarray from another with different bit endianness - add formatting options to `bitarray.util.pprint()` - add documentation on bitarray representations - add and improve tests (all 291 tests run in less than half a second on a modern machine) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>