14
0

Accepting request 1103087 from devel:languages:python

- 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/request/show/1103087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bitarray?expand=0&rev=20
This commit is contained in:
2023-08-09 15:26:10 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 4 deletions

View File

@@ -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
View File

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

View File

@@ -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>

View File

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