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 2026-04-28 11:55:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tifffile (Old)
and /work/SRC/openSUSE:Factory/.python-tifffile.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tifffile"
Tue Apr 28 11:55:43 2026 rev:23 rq:1349307 version:2026.4.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tifffile/python-tifffile.changes
2026-01-28 15:13:06.952898425 +0100
+++
/work/SRC/openSUSE:Factory/.python-tifffile.new.11940/python-tifffile.changes
2026-04-28 11:59:39.393691872 +0200
@@ -1,0 +2,38 @@
+Sat Apr 25 22:06:51 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2026.4.11:
+ * Pass 5146 tests.
+ * Add option to write zarr format 3 fsspec reference file
+ system.
+ * Support reading TIFF with embedded C2PA manifest.
+ * Sync API of imagecodecs fallback implementations (#320).
+ * Do not use defusedxml.
+ * Drop support for Python 3.11.
+
+-------------------------------------------------------------------
+Sat Mar 14 19:57:52 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2026.3.3:
+ * Pass 5137 tests.
+ * Do not convert TVIPS pixel sizes to m (#319).
+ * Support writing packed integers with imagecodecs > 2026.1.14.
+ * Support reading ccitt compressed images with imagecodecs >
+ 2026.1.14.
+ * Remove deprecated TiffPages.pages and FileSequence.files
+ (breaking).
+ * Remove stripnull, stripascii, and bytestr functions
+ (breaking).
+ * Rewrite command line interfaces (breaking).
+ * Support Experimenter and Project elements in OmeXml.
+ * Refactor TiffPages.
+ * Fix code review issues.
+ * Fix rounding of high resolutions (#318).
+ * Fix code review issues.
+ * Optimize reading multi-file pyramidal OME TIFF files.
+ * Support reading multi-file pyramidal OME TIFF files
+ (image.sc/t/119259).
+ * Deprecate colormaped parameter in imagej_description (use
+ colormapped).
+ * Fix code review issues.
+
+-------------------------------------------------------------------
Old:
----
tifffile-2026.1.14.tar.gz
New:
----
tifffile-2026.4.11.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tifffile.spec ++++++
--- /var/tmp/diff_new_pack.nIBbA2/_old 2026-04-28 11:59:39.885712540 +0200
+++ /var/tmp/diff_new_pack.nIBbA2/_new 2026-04-28 11:59:39.885712540 +0200
@@ -24,47 +24,49 @@
%define psuffix %{nil}
%bcond_with test
%endif
+%global skip_python311 1
Name: python-tifffile%{psuffix}
-Version: 2026.1.14
+Version: 2026.4.11
Release: 0
Summary: Read and write TIFF files
-License: BSD-2-Clause
+License: BSD-3-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.9}
-BuildRequires: %{python_module numpy >= 1.21}
+BuildRequires: %{python_module base >= 3.12}
+BuildRequires: %{python_module numpy >= 2.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-numpy
+Requires: python-numpy >= 2.0
Requires(post): update-alternatives
Requires(postun): update-alternatives
Recommends: python-fsspec
-Recommends: python-imagecodecs >= 2023.3.16
+Recommends: python-imagecodecs >= 2026.3.6
Recommends: python-kerchunk
Recommends: python-lxml
Recommends: python-matplotlib >= 3.3
-Recommends: python-zarr >= 3.1.3
+Recommends: python-zarr >= 3.1.5
# SECTION test
%if %{with test}
BuildRequires: %{python_module cmapfile}
BuildRequires: %{python_module czifile}
BuildRequires: %{python_module dask}
-BuildRequires: %{python_module defusedxml}
BuildRequires: %{python_module fsspec}
-BuildRequires: %{python_module imagecodecs >= 2023.11.11}
+BuildRequires: %{python_module imagecodecs >= 2026.3.6}
BuildRequires: %{python_module lfdfiles}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module ndtiff}
BuildRequires: %{python_module oiffile}
+BuildRequires: %{python_module psdtags}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module requests}
BuildRequires: %{python_module roifile}
BuildRequires: %{python_module xarray}
-BuildRequires: %{python_module zarr >= 3.1.3}
+BuildRequires: %{python_module zarr >= 3.1.5}
%endif
# /SECTION
BuildArch: noarch
@@ -127,7 +129,7 @@
%if !%{with test}
%files %{python_files}
-%doc README.rst
+%doc README.rst CHANGES.rst
%license LICENSE
%python_alternative %{_bindir}/tifffile
%python_alternative %{_bindir}/lsm2bin
++++++ tifffile-2026.1.14.tar.gz -> tifffile-2026.4.11.tar.gz ++++++
++++ 27654 lines of diff (skipped)