Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-xarray for openSUSE:Factory 
checked in at 2023-01-08 21:25:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xarray (Old)
 and      /work/SRC/openSUSE:Factory/.python-xarray.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xarray"

Sun Jan  8 21:25:20 2023 rev:40 rq:1056777 version:2022.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xarray/python-xarray.changes      
2022-11-23 09:48:30.683168232 +0100
+++ /work/SRC/openSUSE:Factory/.python-xarray.new.1563/python-xarray.changes    
2023-01-08 21:25:21.703183731 +0100
@@ -1,0 +2,31 @@
+Sat Jan  7 13:02:13 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2022.12.0
+  * This release includes a number of bug fixes and experimental
+    support for Zarr V3.
+  ## New Features
+  * Enable using offset and origin arguments in
+    DataArray.resample() and Dataset.resample() (GH7266, PR7284).
+    By Spencer Clark.
+  * Add experimental support for Zarr’s in-progress V3
+    specification. (PR6475). By Gregory Lee and Joe Hamman.
+  ## Breaking changes
+  * The minimum versions of some dependencies were changed
+    (PR7300):
+  ## Deprecations
+  * The PyNIO backend has been deprecated (GH4491, PR7301). By Joe
+    Hamman.
+  ## Bug fixes
+  * Fix handling of coordinate attributes in where(). (GH7220,
+    PR7229) By Sam Levang.
+  * Import nc_time_axis when needed (GH7275, PR7276). By Michael
+    Niklas.
+  * Fix static typing of xr.polyval() (GH7312, PR7315). By Michael
+    Niklas.
+  * Fix multiple reads on fsspec S3 files by resetting file pointer
+    to 0 when reading file streams (GH6813, PR7304). By David Hoese
+    and Wei Ji Leong.
+  * Fix Dataset.assign_coords() resetting all dimension coordinates
+    to default (pandas) index (GH7346, PR7347). By Benoît Bovy.
+
+-------------------------------------------------------------------

Old:
----
  xarray-2022.11.0.tar.gz

New:
----
  xarray-2022.12.0.tar.gz

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

Other differences:
------------------
++++++ python-xarray.spec ++++++
--- /var/tmp/diff_new_pack.ZTYXd5/_old  2023-01-08 21:25:22.319187391 +0100
+++ /var/tmp/diff_new_pack.ZTYXd5/_new  2023-01-08 21:25:22.323187415 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xarray
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-xarray
-Version:        2022.11.0
+Version:        2022.12.0
 Release:        0
 Summary:        N-D labeled arrays and datasets in Python
 License:        Apache-2.0
@@ -28,14 +28,14 @@
 Patch0:         local_dataset.patch
 BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module numpy-devel >= 1.20}
-BuildRequires:  %{python_module packaging >= 21.0}
+BuildRequires:  %{python_module packaging >= 21.3}
 BuildRequires:  %{python_module pandas >= 1.3}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-numpy >= 1.20
-Requires:       python-packaging >= 21.0
+Requires:       python-packaging >= 21.3
 Requires:       python-pandas >= 1.3
 Provides:       python-xray = %{version}
 Obsoletes:      python-xray < %{version}
@@ -57,7 +57,7 @@
 # SECTION extras io
 Suggests:       python-netCDF4
 Suggests:       python-h5netcdf
-Suggests:       python-pydap
+Suggests:       (python-pydap if python-base < 3.10)
 Suggests:       python-zarr
 Suggests:       python-fsspec
 Suggests:       python-cftime
@@ -102,15 +102,17 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+# OOM crashes the whole vm or even the local host running osc: 
https://github.com/pydata/xarray/issues/6854
+donttest="nczarr"
 if [ $(getconf LONG_BIT) -eq 32 ]; then
   # https://github.com/pydata/xarray/issues/5341
   # https://github.com/pydata/xarray/issues/5375
   # still precision problems in 2022.11.0
-  donttest=" or (test_interpolate_chunk_advanced and linear)"
+  donttest="$donttest or (test_interpolate_chunk_advanced and linear)"
   # tests for 64bit types
   donttest="$donttest or TestZarrDictStore or TestZarrDirectoryStore"
 fi
-%pytest -n auto -rsEf -k "not (kexprdummyprefix $donttest)" xarray
+%pytest -n auto -rsEf -k "not ($donttest)" xarray
 
 %files %{python_files}
 %doc README.md

++++++ xarray-2022.11.0.tar.gz -> xarray-2022.12.0.tar.gz ++++++
++++ 6160 lines of diff (skipped)

Reply via email to