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 2025-12-29 15:16:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tifffile (Old)
and /work/SRC/openSUSE:Factory/.python-tifffile.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tifffile"
Mon Dec 29 15:16:06 2025 rev:21 rq:1324598 version:2025.12.20
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tifffile/python-tifffile.changes
2025-03-31 11:44:35.927691372 +0200
+++
/work/SRC/openSUSE:Factory/.python-tifffile.new.1928/python-tifffile.changes
2025-12-29 15:16:32.118348282 +0100
@@ -1,0 +2,46 @@
+Mon Dec 22 12:29:36 UTC 2025 - Ben Greiner <[email protected]>
+
+- Update to 2025.12.20
+ * Do not initialize output arrays.
+- Release 2025.10.16
+ * Add option to decode EER super-resolution sub-pixels (breaking,
+ #313).
+ * Parse EER metadata to dict (breaking).
+- Release 2025.10.4
+ * Fix parsing SVS description ending with "|".
+- Release 2025.9.30
+ * Fix reading NDTiff series with unordered axes in index (#311).
+- Release 2025.9.20
+ * Derive TiffFileError from ValueError.
+ * Natural-sort files in glob pattern passed to imread by default
+ (breaking).
+ * Fix optional sorting of list of files passed to FileSequence
+ and imread.
+- Release 2025.9.9
+ * Consolidate Nuvu camera metadata.
+- Release 2025.8.28
+ * Support DNG DCP files (#306).
+- Release 2025.6.11
+ * Fix reading images with dimension length 1 through Zarr (#303).
+ * Add experimental option to write iterator of bytes and
+ bytecounts (#301).
+- Release 2025.5.26
+ * Use threads in Zarr stores.
+- Release 2025.5.24
+ * Fix incorrect tags created by Philips DP v1.1 (#299).
+ * Make Zarr stores partially listable.
+- Release 2025.5.21
+ * Move Zarr stores to tifffile.zarr namespace (breaking).
+ * Require Zarr 3 for Zarr stores and remove support for Zarr 2
+ (breaking).
+ * Drop support for Python 3.10.
+- Release 2025.5.21
+ * Raise ValueError when using zarr 3 (#296).
+ * Fall back to compression.zstd on Python >= 3.14 if no
+ imagecodecs.
+ * Remove doctest command line option.
+ * Support Python 3.14.
+- Release 2025.3.30
+ * Fix for imagecodecs 2025.3.30.
+
+-------------------------------------------------------------------
Old:
----
tifffile-2025.3.13.tar.gz
New:
----
tifffile-2025.12.20.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tifffile.spec ++++++
--- /var/tmp/diff_new_pack.uXVb47/_old 2025-12-29 15:16:32.782375556 +0100
+++ /var/tmp/diff_new_pack.uXVb47/_new 2025-12-29 15:16:32.782375556 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-tifffile
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
%bcond_with test
%endif
Name: python-tifffile%{psuffix}
-Version: 2025.3.13
+Version: 2025.12.20
Release: 0
Summary: Read and write TIFF files
License: BSD-2-Clause
@@ -43,9 +43,10 @@
Requires(postun): update-alternatives
Recommends: python-fsspec
Recommends: python-imagecodecs >= 2023.3.16
+Recommends: python-kerchunk
Recommends: python-lxml
Recommends: python-matplotlib >= 3.3
-Recommends: python-zarr
+Recommends: python-zarr >= 3.1.3
# SECTION test
%if %{with test}
BuildRequires: %{python_module cmapfile}
@@ -53,7 +54,7 @@
BuildRequires: %{python_module dask}
BuildRequires: %{python_module defusedxml}
BuildRequires: %{python_module fsspec}
-BuildRequires: %{python_module imagecodecs >= 2023.3.16}
+BuildRequires: %{python_module imagecodecs >= 2023.11.11}
BuildRequires: %{python_module lfdfiles}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module matplotlib}
@@ -62,8 +63,8 @@
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module roifile}
-BuildRequires: %{python_module xarray if %python-base >= 3.10}
-BuildRequires: %{python_module zarr}
+BuildRequires: %{python_module xarray}
+BuildRequires: %{python_module zarr >= 3.1.3}
%endif
# /SECTION
BuildArch: noarch
++++++ tifffile-2025.3.13.tar.gz -> tifffile-2025.12.20.tar.gz ++++++
++++ 13550 lines of diff (skipped)