From 32f326fa96745b71a4acf63496b2f96e71ff5c5fb052a64c17ad5f3fcf31dfa5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 19 May 2025 07:49:03 +0000 Subject: [PATCH] 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 --- bitarray-3.4.0.tar.gz | 3 --- bitarray-3.4.1.tar.gz | 3 +++ python-bitarray.changes | 11 +++++++++++ python-bitarray.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 bitarray-3.4.0.tar.gz create mode 100644 bitarray-3.4.1.tar.gz diff --git a/bitarray-3.4.0.tar.gz b/bitarray-3.4.0.tar.gz deleted file mode 100644 index 60cb4c1..0000000 --- a/bitarray-3.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38c3bb389ad3cee4d6466fefe4cff8671b2f9918bd47ad684b259bd1f8c71f3c -size 197913 diff --git a/bitarray-3.4.1.tar.gz b/bitarray-3.4.1.tar.gz new file mode 100644 index 0000000..f6db87b --- /dev/null +++ b/bitarray-3.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7ee49b657c7945428e802ca949eb934d5449faabf05046945e9be0544e769e +size 201268 diff --git a/python-bitarray.changes b/python-bitarray.changes index e29cfbc..3a6839c 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat May 17 18:02:05 UTC 2025 - Martin Hauke + +- 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 diff --git a/python-bitarray.spec b/python-bitarray.spec index 60bed36..f9240c3 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-bitarray -Version: 3.4.0 +Version: 3.4.1 Release: 0 Summary: Efficient Arrays of Booleans License: Python-2.0