Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-zarr for openSUSE:Factory 
checked in at 2023-02-14 16:47:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zarr (Old)
 and      /work/SRC/openSUSE:Factory/.python-zarr.new.27156 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zarr"

Tue Feb 14 16:47:22 2023 rev:7 rq:1065616 version:2.13.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zarr/python-zarr.changes  2022-09-12 
19:08:26.126567905 +0200
+++ /work/SRC/openSUSE:Factory/.python-zarr.new.27156/python-zarr.changes       
2023-02-14 16:48:01.243363151 +0100
@@ -1,0 +2,71 @@
+Sun Oct  9 19:15:50 UTC 2022 - Arun Persaud <[email protected]>
+
+- update to version 2.13.3:
+  * Improve performance of slice selections with steps by omitting
+    chunks with no relevant data. By Richard Shaw #843.
+
+-------------------------------------------------------------------
+Wed Sep 28 13:11:03 UTC 2022 - Arun Persaud <[email protected]>
+
+- update to version 2.13.2:
+  * Fix test failure on conda-forge builds (again). By :user:`Josh
+    Moore <joshmoore>`; see zarr-feedstock#65.
+
+-------------------------------------------------------------------
+Tue Sep 27 17:21:04 UTC 2022 - Arun Persaud <[email protected]>
+
+- update to version 2.13.1:
+  * Fix test failure on conda-forge builds. By Josh Moore; see
+    zarr-feedstock#65.
+
+-------------------------------------------------------------------
+Sun Sep 25 20:17:30 UTC 2022 - Arun Persaud <[email protected]>
+
+- specfile:
+  * requrie python >= 3.8
+
+- update to version 2.13.0:
+  * Major changes
+    + Support of alternative array classes by introducing a new
+      argument, meta_array, that specifies the type/class of the
+      underlying array. The meta_array argument can be any class
+      instance that can be used as the like argument in NumPy (see NEP
+      35). enabling support for CuPy through, for example, the
+      creation of a CuPy CPU compressor. By Mads R. B. Kristensen
+      #934.
+    + Remove support for Python 3.7 in concert with NumPy
+      dependency. By Davis Bennett #1067.
+    + Zarr v3: add support for the default root path rather than
+      requiring that all API users pass an explicit path. By Gregory
+      R. Lee #1085, #1142.
+  * Bug fixes
+    + Remove/relax erroneous “meta” path check (regression). By
+      Gregory R. Lee #1123.
+    + Cast all attribute keys to strings (and issue deprecation
+      warning). By Mattia Almansi #1066.
+    + Fix bug in N5 storage that prevented arrays located in the root
+      of the hierarchy from bearing the n5 keyword. Along with fixing
+      this bug, new tests were added for N5 routines that had
+      previously been excluded from testing, and type annotations were
+      added to the N5 codebase. By Davis Bennett #1092.
+    + Fix bug in LRUEStoreCache in which the current size wasn’t reset
+      on invalidation. By BGCMHou and Josh Moore #1076, #1077.
+    + Remove erroneous check that disallowed array keys starting with
+      “meta”. By Gregory R. Lee #1105.
+  * Documentation
+    + Typo fixes to close quotes. By Pavithra Eswaramoorthy
+    + Added copy button to documentation. By Altay Sansal #1124.
+  * Maintenance
+    + Simplify release docs. By Josh Moore #1119.
+    + Pin werkzeug to prevent test hangs. By Davis Bennett #1098.
+    + Fix a few DeepSource.io alerts By Dimitri Papadopoulos Orfanos
+      #1080.
+    + Fix URLs. By Dimitri Papadopoulos Orfanos, #1074.
+    + Fix spelling. By Dimitri Papadopoulos Orfanos, #1073.
+    + Update GitHub issue templates with YAML format. By Saransh
+      Chopra #1079.
+    + Remove option to return None from _ensure_store. By Greggory Lee
+      #1068.
+    + Fix a typo of “integers”. By Richard Scott #1056.
+
+-------------------------------------------------------------------

Old:
----
  zarr-2.12.0.tar.gz

New:
----
  zarr-2.13.3.tar.gz

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

Other differences:
------------------
++++++ python-zarr.spec ++++++
--- /var/tmp/diff_new_pack.Z3F9IF/_old  2023-02-14 16:48:01.983367520 +0100
+++ /var/tmp/diff_new_pack.Z3F9IF/_new  2023-02-14 16:48:01.987367544 +0100
@@ -17,10 +17,8 @@
 
 
 %{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
-%define skip_python36 1
 Name:           python-zarr
-Version:        2.12.0
+Version:        2.13.3
 Release:        0
 Summary:        An implementation of chunked, compressed, N-dimensional arrays 
for Python
 License:        MIT
@@ -31,7 +29,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # Needs full python stdlib, base is not enough
-Requires:       python >= 3.7
+Requires:       python >= 3.8
 Requires:       python-asciitree
 Requires:       python-dbm
 Requires:       python-fasteners
@@ -52,7 +50,7 @@
 BuildRequires:  %{python_module numpy >= 1.7}
 BuildRequires:  %{python_module pytest}
 # Needs full python stdlib, base is not enough
-BuildRequires:  %{pythons} >= 3.7
+BuildRequires:  %{pythons} >= 3.8
 # /SECTION
 %python_subpackages
 

++++++ zarr-2.12.0.tar.gz -> zarr-2.13.3.tar.gz ++++++
++++ 4249 lines of diff (skipped)

Reply via email to