Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-fastremap for
openSUSE:Factory checked in at 2021-04-22 18:03:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fastremap (Old)
and /work/SRC/openSUSE:Factory/.python-fastremap.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fastremap"
Thu Apr 22 18:03:59 2021 rev:6 rq:887388 version:1.11.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fastremap/python-fastremap.changes
2020-07-10 14:13:10.131586101 +0200
+++
/work/SRC/openSUSE:Factory/.python-fastremap.new.12324/python-fastremap.changes
2021-04-22 18:04:47.486582499 +0200
@@ -1,0 +2,19 @@
+Thu Apr 22 00:47:39 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Update to 1.11.4:
+ * chore: support only py36 - py39
+ * chore: drop py27 from build
+ * fix(inverse\_component\_map): not checking component for continue cond
+ * release(1.11.2): fix numpy deprecation of np.bool
+ * fix: further fix numpy deprecation of np.bool
+ * chore: fix numpy 1.20 deprecation of np.bool in favor of bool
+ * chore: update setup.cfg
+ * release(1.11.1): python39 support
+ * chore: make build\_linux.sh script generic
+ * chore: add updated build system
+ * fix: pbr couldn't see git repo
+ * release(1.11.0): unique(..., return\_index=True) now accelerated
+ * feat(unique): adds return\_index to high performance paths (#25)
+- Do not build on Python 3.6, due to no NumPy.
+
+-------------------------------------------------------------------
Old:
----
fastremap-1.10.2.tar.gz
New:
----
fastremap-1.11.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fastremap.spec ++++++
--- /var/tmp/diff_new_pack.DeMyfi/_old 2021-04-22 18:04:47.954583213 +0200
+++ /var/tmp/diff_new_pack.DeMyfi/_new 2021-04-22 18:04:47.954583213 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-fastremap
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
+%define skip_python36 1
Name: python-fastremap
-Version: 1.10.2
+Version: 1.11.4
Release: 0
Summary: Module to Remap, mask, renumber, and in-place transpose numpy
arrays
License: LGPL-3.0-only
++++++ fastremap-1.10.2.tar.gz -> fastremap-1.11.4.tar.gz ++++++
++++ 125085 lines of diff (skipped)