14
0

Accepting request 1281265 from home:glaubitz:branches:devel:languages:python

- Update to 3.4.2
  * extend documentation of
    [compression of sparse bitarrays](sparse_compression.rst)
  * `util.sc_decode()` and `util.vl_decode()` now raise `StopIteration`
    instead of `ValueError` when unexpected end of stream is encountered
  * add debug mode tests for `read_n()`, `write_n()` and `count_from_word()`

OBS-URL: https://build.opensuse.org/request/show/1281265
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=66
This commit is contained in:
2025-05-30 08:23:00 +00:00
committed by Git OBS Bridge
parent 32f326fa96
commit 80ee3a42fd
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri May 30 06:40:23 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.4.2
* extend documentation of
[compression of sparse bitarrays](sparse_compression.rst)
* `util.sc_decode()` and `util.vl_decode()` now raise `StopIteration`
instead of `ValueError` when unexpected end of stream is encountered
* add debug mode tests for `read_n()`, `write_n()` and `count_from_word()`
-------------------------------------------------------------------
Sat May 17 18:02:05 UTC 2025 - Martin Hauke <mardnh@gmx.de>