Hello community,
here is the log from the commit of package python-bitarray for openSUSE:Factory
checked in at 2020-11-08 20:59:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bitarray (Old)
and /work/SRC/openSUSE:Factory/.python-bitarray.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bitarray"
Sun Nov 8 20:59:10 2020 rev:6 rq:846885 version:1.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bitarray/python-bitarray.changes
2020-09-30 19:54:40.516799937 +0200
+++
/work/SRC/openSUSE:Factory/.python-bitarray.new.11331/python-bitarray.changes
2020-11-08 20:59:16.604292769 +0100
@@ -1,0 +2,18 @@
+Fri Nov 6 10:48:49 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to 1.6.1
+ * use PyType_Ready for all types: bitarray, bitarrayiterator,
+ decodeiterator, decodetree, searchiterator.
+- Update to 1.6.0
+ * add `decodetree` object, for speeding up consecutive calls
+ to `.decode()` and `.iterdecode()`, in particular when dealing
+ with large prefix codes.
+ * add optional parameter to `.tolist()` which changes the items
+ in the returned list to integers (0 or 1), as opposed to
+ Booleans.
+ * remove deprecated `bitdiff()`, which has been deprecated since
+ version 1.2.0, use `bitarray.util.count_xor()` instead
+ * drop Python 2.6 support.
+ * update license file.
+
+-------------------------------------------------------------------
Old:
----
bitarray-1.5.3.tar.gz
New:
----
bitarray-1.6.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bitarray.spec ++++++
--- /var/tmp/diff_new_pack.D5uV1m/_old 2020-11-08 20:59:17.512291007 +0100
+++ /var/tmp/diff_new_pack.D5uV1m/_new 2020-11-08 20:59:17.516290999 +0100
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-bitarray
-Version: 1.5.3
+Version: 1.6.1
Release: 0
Summary: Efficient Arrays of Booleans
License: Python-2.0
@@ -56,6 +56,7 @@
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
+rm examples/growth/.gitignore
%check
# tests don't run from within the source directory
++++++ bitarray-1.5.3.tar.gz -> bitarray-1.6.1.tar.gz ++++++
++++ 1823 lines of diff (skipped)