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-04-05 21:28:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tifffile (Old)
 and      /work/SRC/openSUSE:Factory/.python-tifffile.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tifffile"

Wed Apr  5 21:28:26 2023 rev:10 rq:1076744 version:2023.3.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tifffile/python-tifffile.changes  
2023-02-22 15:21:15.961752215 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-tifffile.new.19717/python-tifffile.changes   
    2023-04-05 21:35:52.234642267 +0200
@@ -1,0 +2,50 @@
+Sat Apr  1 09:28:28 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2023.3.15
+  * Pass 4980 tests.
+  * Fix corruption using tile generators with
+    prediction/compression (#185).
+  * Add parser for Micro-Manager MMStack series (breaking).
+  * Return micromanager_metadata IndexMap as numpy array
+    (breaking).
+  * Revert optimizations for Micro-Manager OME series.
+  * Do not use numcodecs zstd in write_fsspec (kerchunk issue 317).
+  * More type annotations.
+- Release 2023.2.28
+  * Fix reading some Micro-Manager metadata from corrupted files.
+  * Speed up reading Micro-Manager indexmap for creation of OME
+    series.
+- Release 2023.2.27
+  * Use Micro-Manager indexmap offsets to create virtual
+    TiffFrames.
+  * Fixes for future imagecodecs.
+- Release 2023.2.3
+  * Fix overflow in calculation of databytecounts for large NDPI
+    files.
+- Release 2023.2.2
+  * Fix regression reading layered NDPI files.
+  * Add option to specify offset in FileHandle.read_array.
+- Release 2023.1.23
+  * Support reading NDTiffStorage.
+  * Support reading PIXTIFF compression.
+  * Support LERC with Zstd or Deflate compression.
+  * Do not write duplicate and select extratags.
+  * Allow to write uncompressed image data beyond 4 GB in classic
+    TIFF.
+  * Add option to specify chunkshape and dtype in
+    FileSequence.asarray.
+  * Add option for imread to write to output in
+    FileSequence.asarray (#172).
+  * Add function to read GDAL structural metadata.
+  * Add function to read NDTiff.index files.
+  * Fix IndexError accessing TiffFile.mdgel_metadata in non-MDGEL
+    files.
+  * Fix unclosed file ResourceWarning in TiffWriter.
+  * Fix non-bool predictor arguments (#167).
+  * Relax detection of OME-XML (#173).
+  * Rename some TiffFrame parameters (breaking).
+  * Deprecate squeeze_axes (will change signature).
+  * Use defusexml in xml2dict.
+- Do not test xarry on python38: not supported anymore
+
+-------------------------------------------------------------------

Old:
----
  tifffile-2022.10.10.tar.gz

New:
----
  tifffile-2023.3.15.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-tifffile.spec ++++++
--- /var/tmp/diff_new_pack.52wwWF/_old  2023-04-05 21:35:52.766645304 +0200
+++ /var/tmp/diff_new_pack.52wwWF/_new  2023-04-05 21:35:52.774645349 +0200
@@ -25,14 +25,14 @@
 %bcond_with test
 %endif
 Name:           python-tifffile%{psuffix}
-Version:        2022.10.10
+Version:        2023.3.15
 Release:        0
 Summary:        Read and write TIFF(r) 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 >= 1.19.2}
+BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
@@ -51,16 +51,18 @@
 BuildRequires:  %{python_module cmapfile}
 BuildRequires:  %{python_module czifile}
 BuildRequires:  %{python_module dask}
+BuildRequires:  %{python_module defusedxml}
 BuildRequires:  %{python_module fsspec}
-BuildRequires:  %{python_module imagecodecs >= 2022.2.22}
+BuildRequires:  %{python_module imagecodecs >= 2023.1.23}
 BuildRequires:  %{python_module lfdfiles}
 BuildRequires:  %{python_module lxml}
-BuildRequires:  %{python_module matplotlib >= 3.3}
+BuildRequires:  %{python_module matplotlib}
+BuildRequires:  %{python_module ndtiff}
 BuildRequires:  %{python_module oiffile}
 BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module roifile}
-BuildRequires:  %{python_module xarray}
+BuildRequires:  %{python_module xarray if %python-base >= 3.9}
 BuildRequires:  %{python_module zarr}
 %endif
 # /SECTION
@@ -114,12 +116,17 @@
 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"
 # 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"
+donttest="$donttest or test_write_compression_args"
 %pytest -n auto -k "not ($donttest)"
 %endif
 

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.52wwWF/_old  2023-04-05 21:35:52.826645646 +0200
+++ /var/tmp/diff_new_pack.52wwWF/_new  2023-04-05 21:35:52.830645669 +0200
@@ -1,10 +1,10 @@
 <constraints>
   <hardware>
   <disk>
-    <size unit="G">5</size>
+    <size unit="G">9</size>
   </disk>
   <physicalmemory>
-    <size unit="G">5</size>
+    <size unit="G">9</size>
   </physicalmemory>
   </hardware>
 </constraints> 

++++++ tifffile-2022.10.10.tar.gz -> tifffile-2023.3.15.tar.gz ++++++
++++ 14175 lines of diff (skipped)

Reply via email to