forked from pool/python-bitarray
Accepting request 1278168 from home:mnhauke
- Update to version 3.4.1 * add `pyproject.toml`, see #233 * implement `bits2bytes()` in C. * optimize `delslice()` when `step` is larger than about 5. * consistently name `*_span()` and `*_range()` in C for invert, set and count. * organize and add tests. OBS-URL: https://build.opensuse.org/request/show/1278168 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=64
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 17 18:02:05 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.4.1
|
||||
* add `pyproject.toml`, see #233
|
||||
* implement `bits2bytes()` in C.
|
||||
* optimize `delslice()` when `step` is larger than about 5.
|
||||
* consistently name `*_span()` and `*_range()` in C for
|
||||
invert, set and count.
|
||||
* organize and add tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 14 09:31:52 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user