From fb023de6b206d0c93a171c56fee326634b19e230e4ccb5f836798ea62082b7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 5 May 2025 09:12:31 +0000 Subject: [PATCH] Accepting request 1274347 from home:glaubitz:branches:devel:languages:python - Update to 3.3.2 * fix off-by-one-error in check for length of count argument in `util.canonical_decode()` * simplify `util.int2ba()` * add tests * add [masked indexing example](../examples/masked.py) * add [tricks example](../examples/tricks.py) OBS-URL: https://build.opensuse.org/request/show/1274347 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=60 --- bitarray-3.3.1.tar.gz | 3 --- bitarray-3.3.2.tar.gz | 3 +++ python-bitarray.changes | 11 +++++++++++ python-bitarray.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 bitarray-3.3.1.tar.gz create mode 100644 bitarray-3.3.2.tar.gz diff --git a/bitarray-3.3.1.tar.gz b/bitarray-3.3.1.tar.gz deleted file mode 100644 index 229a6f9..0000000 --- a/bitarray-3.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3997d05edb177485eee4be516b0f122e8eda508e4e1d85124daea8ae8b4ad1e9 -size 194582 diff --git a/bitarray-3.3.2.tar.gz b/bitarray-3.3.2.tar.gz new file mode 100644 index 0000000..fc2524f --- /dev/null +++ b/bitarray-3.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7700007acdd7fd7192897f1d46671cedb8fefb1c7e2a56d188ee430ecb84eea0 +size 195557 diff --git a/python-bitarray.changes b/python-bitarray.changes index cf95765..27203bc 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon May 5 06:46:24 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.3.2 + * fix off-by-one-error in check for length of count argument + in `util.canonical_decode()` + * simplify `util.int2ba()` + * add tests + * add [masked indexing example](../examples/masked.py) + * add [tricks example](../examples/tricks.py) + ------------------------------------------------------------------- Thu Apr 24 06:52:44 UTC 2025 - Dirk Müller diff --git a/python-bitarray.spec b/python-bitarray.spec index 690fee3..808f827 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-bitarray -Version: 3.3.1 +Version: 3.3.2 Release: 0 Summary: Efficient Arrays of Booleans License: Python-2.0