14
0

Accepting request 1281296 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1281296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bitarray?expand=0&rev=34
This commit is contained in:
2025-05-30 12:39:22 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d7ee49b657c7945428e802ca949eb934d5449faabf05046945e9be0544e769e
size 201268

3
bitarray-3.4.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a23013d4aacb27a73d66e08e9de84d2b051f6c7ff902b7afe2db2371c6885793
size 203403

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>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-bitarray
Version: 3.4.1
Version: 3.4.2
Release: 0
Summary: Efficient Arrays of Booleans
License: Python-2.0