forked from pool/python-bitarray
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3997d05edb177485eee4be516b0f122e8eda508e4e1d85124daea8ae8b4ad1e9
|
|
||||||
size 194582
|
|
3
bitarray-3.3.2.tar.gz
Normal file
3
bitarray-3.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7700007acdd7fd7192897f1d46671cedb8fefb1c7e2a56d188ee430ecb84eea0
|
||||||
|
size 195557
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 5 06:46:24 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Thu Apr 24 06:52:44 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-bitarray
|
Name: python-bitarray
|
||||||
Version: 3.3.1
|
Version: 3.3.2
|
||||||
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