14
0

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:
2025-05-05 09:12:31 +00:00
committed by Git OBS Bridge
parent 5ad837e716
commit fb023de6b2
4 changed files with 15 additions and 4 deletions

View File

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