Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-bitarray for openSUSE:Factory
checked in at 2022-09-23 14:15:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bitarray (Old)
and /work/SRC/openSUSE:Factory/.python-bitarray.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bitarray"
Fri Sep 23 14:15:21 2022 rev:12 rq:1005519 version:2.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bitarray/python-bitarray.changes
2022-04-03 21:31:35.167427979 +0200
+++
/work/SRC/openSUSE:Factory/.python-bitarray.new.2275/python-bitarray.changes
2022-09-23 14:15:58.470086292 +0200
@@ -1,0 +2,36 @@
+Fri Sep 23 02:36:48 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
bitarray-2.4.0.tar.gz
New:
----
bitarray-2.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bitarray.spec ++++++
--- /var/tmp/diff_new_pack.QihYKH/_old 2022-09-23 14:15:58.942087392 +0200
+++ /var/tmp/diff_new_pack.QihYKH/_new 2022-09-23 14:15:58.946087401 +0200
@@ -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
++++++ bitarray-2.4.0.tar.gz -> bitarray-2.6.0.tar.gz ++++++
++++ 7337 lines of diff (skipped)