summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitarray_2.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-bitarray: Upgrade 2.0.1 -> 2.1.0Leon Anavi2021-05-111-10/+0
| | | | | | | | | | | | | | | | Upgrade to release 2.1.0: - add `.find()` method - `.find()`, `.index()`, `.search()` and `.itersearch()` now all except both (sub-) bitarray as well as bool items to be searched for - improve encode/decode error messages - add lexicographical permutations example - add 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 2.0.0 -> 2.0.1Leon Anavi2021-04-261-0/+10
Upgrade to release 2.0.1: - update documentation - improve some error messages 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>