From 80ee3a42fd1a076705d23960173c85be4354d8ac99c431e8d42e296812295a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 30 May 2025 08:23:00 +0000 Subject: [PATCH] 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 --- bitarray-3.4.1.tar.gz | 3 --- bitarray-3.4.2.tar.gz | 3 +++ python-bitarray.changes | 10 ++++++++++ python-bitarray.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 bitarray-3.4.1.tar.gz create mode 100644 bitarray-3.4.2.tar.gz diff --git a/bitarray-3.4.1.tar.gz b/bitarray-3.4.1.tar.gz deleted file mode 100644 index f6db87b..0000000 --- a/bitarray-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d7ee49b657c7945428e802ca949eb934d5449faabf05046945e9be0544e769e -size 201268 diff --git a/bitarray-3.4.2.tar.gz b/bitarray-3.4.2.tar.gz new file mode 100644 index 0000000..7161aae --- /dev/null +++ b/bitarray-3.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23013d4aacb27a73d66e08e9de84d2b051f6c7ff902b7afe2db2371c6885793 +size 203403 diff --git a/python-bitarray.changes b/python-bitarray.changes index 3a6839c..ea47a4c 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri May 30 06:40:23 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-bitarray.spec b/python-bitarray.spec index f9240c3..99401cc 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -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