forked from pool/python-bitarray
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:
@@ -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
3
bitarray-2.8.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:820ec91b496fee557692461b0d7d6295151c0d722adea0e5f68f24f1dac3b7fd
|
||||
size 176662
|
@@ -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>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-bitarray
|
||||
Version: 2.8.1
|
||||
Version: 2.8.2
|
||||
Release: 0
|
||||
Summary: Efficient Arrays of Booleans
|
||||
License: Python-2.0
|
||||
|
Reference in New Issue
Block a user