Path to this page:
Subject: CVS commit: pkgsrc/devel/py-bitarray
From: Adam Ciarcinski
Date: 2022-03-30 09:22:20
Message id: 20220330072220.7AF24FB24@cvs.NetBSD.org
Log Message:
py-bitarray: updated to 2.4.1
2.4.1:
* improve `resize()`
* optimize `copy_n()` by avoiding loops
* `.bytereverse()` no longer sets unused bits to zero
2.4.0:
* enable building wheels for multiple platforms and Python versions using
pypa/cibuildwheel
* use setuptools instead of distutils in `setup.py`
* add missing type hinting for `.count()` step argument
Files: