14
0

- 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/package/show/devel:languages:python/python-bitarray?expand=0&rev=40
This commit is contained in:
2023-10-05 09:34:21 +00:00
committed by Git OBS Bridge
parent a977a5170d
commit 6b6ced3745
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>

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