forked from pool/python-bitarray
Accepting request 1290181 from home:glaubitz:branches:devel:languages:python
- Update to 3.4.3 * minor updates to documentation * C-level: - simplify and speedup `extend_unicode01()` - customize `resize_lite()` - avoid unused code - use `PyTypeObject` for bitarray type object in `_util.c` to be consistent with `_bitarray.c` - add and improve comments to implementation of sparse bitarray compression - simplify `sc_count()` OBS-URL: https://build.opensuse.org/request/show/1290181 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=70
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 3 09:59:29 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.4.3
|
||||
* minor updates to documentation
|
||||
* C-level:
|
||||
- simplify and speedup `extend_unicode01()`
|
||||
- customize `resize_lite()` - avoid unused code
|
||||
- use `PyTypeObject` for bitarray type object in `_util.c` to
|
||||
be consistent with `_bitarray.c`
|
||||
- add and improve comments to implementation of sparse bitarray
|
||||
compression
|
||||
- simplify `sc_count()`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 6 05:30:55 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user