Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-tifffile for openSUSE:Factory
checked in at 2023-08-14 22:35:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tifffile (Old)
and /work/SRC/openSUSE:Factory/.python-tifffile.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tifffile"
Mon Aug 14 22:35:58 2023 rev:13 rq:1103855 version:2023.7.18
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tifffile/python-tifffile.changes
2023-06-01 17:19:39.134207279 +0200
+++
/work/SRC/openSUSE:Factory/.python-tifffile.new.11712/python-tifffile.changes
2023-08-14 22:36:11.212579093 +0200
@@ -1,0 +2,13 @@
+Thu Aug 3 13:13:00 UTC 2023 - Markéta Machová <[email protected]>
+
+- Update to 2023.7.18
+ * Add option to return selection from imread
+ * Fix reading OME series with missing trailing frames
+ * Drop support for Python 3.8 and numpy < 1.21 (NEP29).
+ * Increase default strip size to 256 KB when writing with compression.
+ * Fix ZarrTiffStore with non-default chunkmode.
+ * Pass 4993 tests.
+ * Limit threading via TIFFFILE_NUM_THREADS environment variable
+ * Remove maxworkers parameter from tiff2fsspec (breaking).
+
+-------------------------------------------------------------------
Old:
----
tifffile-2023.4.12.tar.gz
New:
----
tifffile-2023.7.18.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tifffile.spec ++++++
--- /var/tmp/diff_new_pack.2RIroO/_old 2023-08-14 22:36:13.244592013 +0200
+++ /var/tmp/diff_new_pack.2RIroO/_new 2023-08-14 22:36:13.292592318 +0200
@@ -25,14 +25,14 @@
%bcond_with test
%endif
Name: python-tifffile%{psuffix}
-Version: 2023.4.12
+Version: 2023.7.18
Release: 0
Summary: Read and write TIFF files
License: BSD-2-Clause
URL: https://github.com/cgohlke/tifffile/
Source:
https://github.com/cgohlke/tifffile/archive/v%{version}.tar.gz#/tifffile-%{version}.tar.gz
-BuildRequires: %{python_module base >= 3.8}
-BuildRequires: %{python_module numpy}
+BuildRequires: %{python_module base >= 3.9}
+BuildRequires: %{python_module numpy >= 1.21}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -62,7 +62,7 @@
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module roifile}
-BuildRequires: %{python_module xarray if %python-base >= 3.9}
+BuildRequires: %{python_module xarray}
BuildRequires: %{python_module zarr}
%endif
# /SECTION
@@ -113,16 +113,9 @@
%check
%if %{with test}
# Crashes Out-Of-Memory
-donttest="test_write_ome"
-donttest="$donttest or test_write_imagej_raw"
-donttest="$donttest or test_write_bigtiff"
-donttest="$donttest or test_write_5GB_bigtiff"
-# can't connect to localhost
-donttest="$donttest or test_write_fsspec"
+donttest="test_write_5GB_bigtiff"
# no lerc support in imagecodecs
donttest="$donttest or test_write_compression_lerc"
-# can't connect to external server
-donttest="$donttest or test_class_omexml"
# flaky write errors
donttest="$donttest or test_write_extrasamples_planar"
donttest="$donttest or test_write_extrasamples_contig_rgb"
++++++ tifffile-2023.4.12.tar.gz -> tifffile-2023.7.18.tar.gz ++++++
++++ 3214 lines of diff (skipped)