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 2023-12-28 23:01:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bitarray (Old)
and /work/SRC/openSUSE:Factory/.python-bitarray.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bitarray"
Thu Dec 28 23:01:04 2023 rev:25 rq:1135240 version:2.9.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bitarray/python-bitarray.changes
2023-12-19 23:16:05.562102117 +0100
+++
/work/SRC/openSUSE:Factory/.python-bitarray.new.28375/python-bitarray.changes
2023-12-28 23:02:41.741144668 +0100
@@ -1,0 +2,24 @@
+Wed Dec 27 09:29:57 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 2.9.1:
+ * avoid buffer being unnecessarily initialized with 0s in
+ several functions of the ``bitarray.util`` module
+ * fix ``.count()`` type hint in pyi-file
+ * improve testing
+ * deprecate support for Python 2 - Python 2.7 support will be
+ removed in bitarray version 3.0
+ * ``bitarray(n)`` for integer initializer ``n`` will always
+ return a bitarray of length ``n`` with all items initialized
+ to ``0``
+ * allow sub-bitarray in ``.count()``, `#212
+ * add ``util.ones()`` ``.find()`` and ``.index()``:
+ add keyword argument ``right`` for rightmost index
+ * ``.itersearch()``: add start and stop argument, and keyword
+ * argument ``right``
+ * deprecate ``util.rindex()`` (will be removed in 3.0 release),
+ * use ``.index(..., right=True)`` instead
+ * deprecate ``util.make_endian()`` (will be removed in 3.0
+ release),
+ * use ``bitarray(..., endian=...)`` instead
+
+-------------------------------------------------------------------
Old:
----
bitarray-2.8.5.tar.gz
New:
----
bitarray-2.9.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bitarray.spec ++++++
--- /var/tmp/diff_new_pack.MKfcKm/_old 2023-12-28 23:02:42.289164697 +0100
+++ /var/tmp/diff_new_pack.MKfcKm/_new 2023-12-28 23:02:42.293164843 +0100
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-bitarray
-Version: 2.8.5
+Version: 2.9.1
Release: 0
Summary: Efficient Arrays of Booleans
License: Python-2.0
++++++ bitarray-2.8.5.tar.gz -> bitarray-2.9.1.tar.gz ++++++
++++ 3199 lines of diff (skipped)