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 2021-06-12 20:08:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bitarray (Old)
and /work/SRC/openSUSE:Factory/.python-bitarray.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bitarray"
Sat Jun 12 20:08:12 2021 rev:8 rq:899598 version:2.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bitarray/python-bitarray.changes
2021-04-12 12:40:22.673579451 +0200
+++
/work/SRC/openSUSE:Factory/.python-bitarray.new.32437/python-bitarray.changes
2021-06-12 20:10:35.453193903 +0200
@@ -1,0 +2,27 @@
+Sat Jun 12 08:07:51 UTC 2021 - Martin Hauke <[email protected]>
+
+- Update to 2.1.1
+ * add type hinting (see PEP 484, 561) using stub (`.pyi`) files
+- Update to 2.1.0
+ * add `.find()` method, see #122
+ * `.find()`, `.index()`, `.search()` and `.itersearch()` now all
+ except both (sub-) bitarray as well as bool items to be
+ searched for
+ * improve encode/decode error messages
+ * add [lexicographical permutations example](../examples/lexico.py)
+- Update to 2.0.1
+ * update documentation
+ * improve some error messages
+- Update to 2.0.0
+ * require more specific objects, int (0 or 1) or bool
+ * items are always returned as int 0 or 1
+ * remove `.length()` method (deprecated since 1.5.1 - use `len()`)
+ * in `.unpack()` the `one` argument now defaults to 0x01 (was 0xff)
+ * `.tolist()` now always returns a list of integers (0 or 1)
+ * fix frozenbitarray hash function, see #121
+ * fix frozenbitarray being mutable by `<<=` and `>>=`
+ * support sequence protocol in `.extend()` (and bitarray creation)
+ * improve OverflowError messages from `util.int2ba()`
+ * add [hexadecimal example](../examples/hexadecimal.py)
+
+-------------------------------------------------------------------
Old:
----
bitarray-1.9.2.tar.gz
New:
----
bitarray-2.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bitarray.spec ++++++
--- /var/tmp/diff_new_pack.BssmdJ/_old 2021-06-12 20:10:35.881194649 +0200
+++ /var/tmp/diff_new_pack.BssmdJ/_new 2021-06-12 20:10:35.885194655 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-bitarray
-Version: 1.9.2
+Version: 2.1.1
Release: 0
Summary: Efficient Arrays of Booleans
License: Python-2.0
@@ -65,7 +65,7 @@
%files %{python_files}
%license LICENSE
-%doc examples CHANGE_LOG README.rst TODO
+%doc examples CHANGE_LOG README.rst
%{python_sitearch}/bitarray*
%changelog
++++++ bitarray-1.9.2.tar.gz -> bitarray-2.1.1.tar.gz ++++++
++++ 7031 lines of diff (skipped)