Hello community,
here is the log from the commit of package python-tifffile for openSUSE:Factory
checked in at 2020-10-23 12:18:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tifffile (Old)
and /work/SRC/openSUSE:Factory/.python-tifffile.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tifffile"
Fri Oct 23 12:18:27 2020 rev:4 rq:835701 version:2020.9.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tifffile/python-tifffile.changes
2020-09-04 11:01:49.770710711 +0200
+++
/work/SRC/openSUSE:Factory/.python-tifffile.new.3463/python-tifffile.changes
2020-10-23 12:18:28.544532159 +0200
@@ -1,0 +2,11 @@
+Fri Sep 18 21:20:20 UTC 2020 - andy great <[email protected]>
+
+- Update to version 2020.9.3.
+ * Do not write contiguous series by default (breaking).
+ * Allow to write to SubIFDs (WIP).
+ * Fix writing F-contiguous numpy arrays.
+- Ignore test_write_ome, test_class_omexml_attributes,
+ test_class_omexml_multiimage, and test_class_omexml because it
+ need network connection.
+
+-------------------------------------------------------------------
Old:
----
tifffile-2020.5.30.tar.gz
New:
----
tifffile-2020.9.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tifffile.spec ++++++
--- /var/tmp/diff_new_pack.wq9qMR/_old 2020-10-23 12:18:29.316532558 +0200
+++ /var/tmp/diff_new_pack.wq9qMR/_new 2020-10-23 12:18:29.320532560 +0200
@@ -20,21 +20,24 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-tifffile
-Version: 2020.5.30
+Version: 2020.9.3
Release: 0
Summary: Read and write TIFF(r) files
License: BSD-2-Clause
URL: https://www.lfd.uci.edu/~gohlke/
Source:
https://github.com/cgohlke/tifffile/archive/v%{version}.tar.gz#/%{packagename}-%{version}.tar.gz
BuildRequires: %{python_module imagecodecs >= 2020.2.18}
+BuildRequires: %{python_module lxml}
+BuildRequires: %{python_module matplotlib >= 3.1}
BuildRequires: %{python_module numpy >= 1.15.1}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-imagecodecs >= 2020.2.18
+Requires: python-lxml
+Requires: python-matplotlib >= 3.1
Requires: python-numpy >= 1.15.1
-Recommends: python-matplotlib >= 3.1
BuildArch: noarch
%python_subpackages
@@ -71,7 +74,7 @@
%check
# skip online tests and tests that OOM
-%pytest -k 'not (test_issue_infinite_loop or test_func_pformat_xml or
test_filehandle_seekable or test_write_compress_lerc or test_write_imagej_raw
or test_write_bigtiff)'
+%pytest -k 'not (test_issue_infinite_loop or test_func_pformat_xml or
test_filehandle_seekable or test_write_compress_lerc or test_write_imagej_raw
or test_write_bigtiff or test_write_ome or test_class_omexml_attributes or
test_class_omexml_multiimage or test_class_omexml)'
%files %{python_files}
%doc README.rst
++++++ tifffile-2020.5.30.tar.gz -> tifffile-2020.9.3.tar.gz ++++++
++++ 7448 lines of diff (skipped)