summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-bitarray: Upgrade 2.8.2 -> 2.8.3Leon Anavi2023-11-131-10/+0
| | | | | | | | | | | | Upgrade to version 2.8.3: - Ensure readonly attribute is set correctly when creating new objects - Optimize sparse bitarray compression for raw block type - Improve hash functions in Bloom filter example Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 2.8.1 -> 2.8.2Wang Mingyu2023-10-231-0/+10
Changelog: ============= * update cibuildwheel to 2.16.1 in order to provide cp312 wheels on PyPI * improve error messages for masked assignment * simplify test collection * added 'pytest.ini' to allow running pytest with no additional arguments, see #208 * 'util.sc_encode()': avoid writing empty blocks at end of compressed stream, ie. skip encoding when total population count is reached Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>