14
0

Accepting request 1115784 from devel:languages:python

- update to 2.8.2:
  * improve error messages for masked assignment
  * simplify test collection
  * added ``pytest.ini`` to allow running pytest with no
    additional arguments
  * ``util.sc_encode()``: avoid writing empty blocks at end of
    compressed stream, ie. skip encoding when total population
    count is reached

  * optimize `richcompare()`
  * `.bytereverse()` no longer sets unused pad bits to zero
  * fix `sys.getsizeof(bitarray)` by adding `.__sizeof__()`, see issue #100
- Update to 1.5.2:

OBS-URL: https://build.opensuse.org/request/show/1115784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bitarray?expand=0&rev=21
This commit is contained in:
2023-10-05 18:04:57 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 8 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 5 09:32:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.8.2:
* improve error messages for masked assignment
* simplify test collection
* added ``pytest.ini`` to allow running pytest with no
additional arguments
* ``util.sc_encode()``: avoid writing empty blocks at end of
compressed stream, ie. skip encoding when total population
count is reached
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 9 07:48:36 UTC 2023 - Dirk Müller <dmueller@suse.com> Wed Aug 9 07:48:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -76,7 +88,7 @@ Mon Jan 2 18:35:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
* improve some docstrings add tests * improve some docstrings add tests
* add documentation on shift operators, #181 * add documentation on shift operators, #181
* fix typo in iterable initializer description, #179 * fix typo in iterable initializer description, #179
* optimize `richcompare()` * optimize `richcompare()`
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 23 02:36:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> Fri Sep 23 02:36:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
@@ -112,7 +124,7 @@ Fri Sep 23 02:36:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 2.4.1: - Update to 2.4.1:
* improve `resize()`, see #167 * improve `resize()`, see #167
* optimize `copy_n()` by avoiding loops, #171 * optimize `copy_n()` by avoiding loops, #171
* `.bytereverse()` no longer sets unused pad bits to zero * `.bytereverse()` no longer sets unused pad bits to zero
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 27 14:18:57 UTC 2022 - Dirk Müller <dmueller@suse.com> Sun Mar 27 14:18:57 UTC 2022 - Dirk Müller <dmueller@suse.com>
@@ -284,12 +296,12 @@ Wed Sep 30 04:35:36 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.5.3: - Update to 1.5.3:
* add optional index parameter to `.index()` to invert single bit * add optional index parameter to `.index()` to invert single bit
* fix `sys.getsizeof(bitarray)` by adding `.__sizeof__()`, see issue #100 * fix `sys.getsizeof(bitarray)` by adding `.__sizeof__()`, see issue #100
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 31 04:58:58 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com> Mon Aug 31 04:58:58 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.5.2: - Update to 1.5.2:
* add PyType_Ready usage, issue #66 * add PyType_Ready usage, issue #66
* speedup search() for bitarrays with length 1 in sparse bitarrays, * speedup search() for bitarrays with length 1 in sparse bitarrays,
see issue #67 see issue #67

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-bitarray Name: python-bitarray
Version: 2.8.1 Version: 2.8.2
Release: 0 Release: 0
Summary: Efficient Arrays of Booleans Summary: Efficient Arrays of Booleans
License: Python-2.0 License: Python-2.0