From a977a5170d7f80075d22862ebc9a6e12d19f2325cc907aa9922ae3f2e6b08769 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 9 Aug 2023 07:50:09 +0000 Subject: [PATCH] - update to 2.8.1: * use reconstructor function for pickling * simplify implementation of ``.reverse()`` * allow `integer sequence indexing `__ by list of indices, * add `masked indexing `__ 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 --- bitarray-2.7.6.tar.gz | 3 --- bitarray-2.8.1.tar.gz | 3 +++ python-bitarray.changes | 11 +++++++++++ python-bitarray.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 bitarray-2.7.6.tar.gz create mode 100644 bitarray-2.8.1.tar.gz diff --git a/bitarray-2.7.6.tar.gz b/bitarray-2.7.6.tar.gz deleted file mode 100644 index 4ee9dcb..0000000 --- a/bitarray-2.7.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71b6dced5f4802abcae0b92d6fbc7c6073af69bb83b9dfaf0e9558693b2b9146 -size 171920 diff --git a/bitarray-2.8.1.tar.gz b/bitarray-2.8.1.tar.gz new file mode 100644 index 0000000..d54d9b3 --- /dev/null +++ b/bitarray-2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ed1dee84eec9f9d5040d9b0e947c6be7a997bfe26d73e15262fb646ce74d70 +size 176489 diff --git a/python-bitarray.changes b/python-bitarray.changes index 3c01023..9596245 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Aug 9 07:48:36 UTC 2023 - Dirk Müller + +- update to 2.8.1: + * use reconstructor function for pickling + * simplify implementation of ``.reverse()`` + * allow `integer sequence indexing `__ by list of + indices, + * add `masked indexing `__ by bitarray masks, + * improve ``.bytereverse()`` docstring, see issue + ------------------------------------------------------------------- Sun Jun 25 19:01:34 UTC 2023 - Dirk Müller diff --git a/python-bitarray.spec b/python-bitarray.spec index 08140f3..f8fd319 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -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