forked from pool/python-bitarray
- update to 2.8.1:
* use reconstructor function for pickling * simplify implementation of ``.reverse()`` * allow `integer sequence indexing <indexing.rst>`__ by list of indices, * add `masked indexing <indexing.rst>`__ by bitarray masks, * improve ``.bytereverse()`` docstring, see issue OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=38
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71b6dced5f4802abcae0b92d6fbc7c6073af69bb83b9dfaf0e9558693b2b9146
|
|
||||||
size 171920
|
|
3
bitarray-2.8.1.tar.gz
Normal file
3
bitarray-2.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f2ed1dee84eec9f9d5040d9b0e947c6be7a997bfe26d73e15262fb646ce74d70
|
||||||
|
size 176489
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 9 07:48:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.8.1:
|
||||||
|
* use reconstructor function for pickling
|
||||||
|
* simplify implementation of ``.reverse()``
|
||||||
|
* allow `integer sequence indexing <indexing.rst>`__ by list of
|
||||||
|
indices,
|
||||||
|
* add `masked indexing <indexing.rst>`__ by bitarray masks,
|
||||||
|
* improve ``.bytereverse()`` docstring, see issue
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 25 19:01:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sun Jun 25 19:01:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -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.7.6
|
Version: 2.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Efficient Arrays of Booleans
|
Summary: Efficient Arrays of Booleans
|
||||||
License: Python-2.0
|
License: Python-2.0
|
||||||
|
Reference in New Issue
Block a user