forked from pool/python-bitarray
Accepting request 1005519 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1005519 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bitarray?expand=0&rev=12
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d82c03762e87d5b375c0d9ded8aa87ffde2c66bc2ea3f2dc194405db22a0f087
|
||||
size 126601
|
3
bitarray-2.6.0.tar.gz
Normal file
3
bitarray-2.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32fc30c0ca8ae86bdbfbc0e77fb3c813695022a22cfea05f31c7af545fc15ff7
|
||||
size 148731
|
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 02:36:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 2.6.0:
|
||||
* add data descriptions: `.nbytes`, `.padbits`, `.readonly`
|
||||
* allow optional `endian` argument to be `None` when creating bitarrays
|
||||
* fix type annotation for `canonical_decode()`, #178
|
||||
* frozenbitarray's padbits are now guaranteed to be zero
|
||||
* add tests
|
||||
|
||||
- Update to 2.5.1:
|
||||
* optimize `.reverse()`, see #177
|
||||
* allow negative (byte) indices in `.bytereverse()`
|
||||
|
||||
- Update to 2.5.0:
|
||||
* add calculating of canonical Huffman codes `util.canonical_huffman()`
|
||||
and decoding thereof `util.canonical_decode()`, see #173
|
||||
* allow creating "Huffman codes" from frequency maps with a single symbol
|
||||
in `util.huffman_code()` and `util.canonical_huffman()`, see #172
|
||||
* allow bytes-like argument in `.frombytes()` and `.pack()` - previously,
|
||||
the arguments were limited to the `bytes` object, see #174
|
||||
* allow bytes-like arguments in `util.deserialize()`
|
||||
* add official [pyodide](https://pyodide.org/) support
|
||||
* add [DEFLATE decompression](../examples/puff/) example
|
||||
* optimize `.bytereverse()`
|
||||
* optimize `delslice()` for cases like `del a[1:17:2]` when `a` is large
|
||||
* fix `examples/huffman/compress.py` to handle files with 0 or 1 characters,
|
||||
see also #172
|
||||
* add `skipIF` decorator for skipping tests
|
||||
* add tests
|
||||
|
||||
- Update to 2.4.1:
|
||||
* improve `resize()`, see #167
|
||||
* optimize `copy_n()` by avoiding loops, #171
|
||||
* `.bytereverse()` no longer sets unused pad bits to zero
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 27 14:18:57 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-bitarray
|
||||
Version: 2.4.0
|
||||
Version: 2.6.0
|
||||
Release: 0
|
||||
Summary: Efficient Arrays of Booleans
|
||||
License: Python-2.0
|
||||
|
Reference in New Issue
Block a user