Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ndtiff for openSUSE:Factory 
checked in at 2024-07-18 19:16:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ndtiff (Old)
 and      /work/SRC/openSUSE:Factory/.python-ndtiff.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ndtiff"

Thu Jul 18 19:16:51 2024 rev:3 rq:1188218 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ndtiff/python-ndtiff.changes      
2024-07-09 20:04:56.906790583 +0200
+++ /work/SRC/openSUSE:Factory/.python-ndtiff.new.17339/python-ndtiff.changes   
2024-07-18 19:16:53.936451727 +0200
@@ -1,0 +2,19 @@
+Wed Jul 17 08:14:14 UTC 2024 - Ben Greiner <[email protected]>
+
+- Update to 3.1.0
+  * Fixes a bug where metadata was sometimes encoded using an
+    incorrect encoding, see micro-manager/pycro-manager#467
+    (comment)
+  * This is the last one to be called ndtiff, upstream renamed to
+    ndstorage, but consumers need to change their requirements too
+- Version 3.0 (NDStorage)
+  * In version 2 NDTiff files, even when not using multi-resolution
+    pyramid features, the data were in a Full resolution directory.
+    In v3.0 this was eliminated in favor of putting them directly
+    in the top-level directory
+  * An additional 4 bytes was added to bytes 16-20 of the header of
+    each file containing the minor version of the format, thereby
+    shifting back the summary metadata and it's header by 4 bytes
+- Revert numpy restriction.
+
+-------------------------------------------------------------------

Old:
----
  ndtiff-1.12.0-gh.tar.gz

New:
----
  ndtiff-3.1.0-gh.tar.gz

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

Other differences:
------------------
++++++ python-ndtiff.spec ++++++
--- /var/tmp/diff_new_pack.XXF9YK/_old  2024-07-18 19:16:54.916490605 +0200
+++ /var/tmp/diff_new_pack.XXF9YK/_new  2024-07-18 19:16:54.916490605 +0200
@@ -16,27 +16,29 @@
 #
 
 
-%define commit e7e32f7d59d1a0ac7ce8727c6b166d1a0844e42c
+%define commit 6f4a5eed38ca466c529fca210fb37494bbd3890f
 Name:           python-ndtiff
-Version:        1.12.0
+Version:        3.1.0
 Release:        0
 Summary:        Python libraries for NDTiff datasets
 License:        BSD-3-Clause
-URL:            https://github.com/micro-manager/NDTiffStorage
+URL:            https://github.com/micro-manager/NDStorage
 # gh#micro-manager/NDTiffStorage#106
-Source0:        
https://github.com/micro-manager/NDTiffStorage/archive/%{commit}.tar.gz#/ndtiff-%{version}-gh.tar.gz
+Source0:        
https://github.com/micro-manager/NDStorage/archive/%{commit}.tar.gz#/ndtiff-%{version}-gh.tar.gz
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-dask-array >= 2022.2.0
-Requires:       (python-numpy with python-numpy < 2)
+Requires:       python-numpy
+Requires:       python-sortedcontainers
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module dask-array >= 2022.2.0}
-BuildRequires:  %{python_module numpy with %python-numpy < 2}
+BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module sortedcontainers}
 # /SECTION
 %python_subpackages
 
@@ -44,7 +46,7 @@
 Python libraries for NDTiff datasets
 
 %prep
-%setup -q -n NDTiffStorage-%{commit}/python
+%autosetup -p1 -n NDStorage-%{commit}/python
 
 %build
 %pyproject_wheel

++++++ ndtiff-1.12.0-gh.tar.gz -> ndtiff-3.1.0-gh.tar.gz ++++++
++++ 8904 lines of diff (skipped)

Reply via email to