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 2026-03-11 20:54:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xarray (Old)
 and      /work/SRC/openSUSE:Factory/.python-xarray.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xarray"

Wed Mar 11 20:54:32 2026 rev:55 rq:1338178 version:2026.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xarray/python-xarray.changes      
2025-12-30 12:01:25.459172369 +0100
+++ /work/SRC/openSUSE:Factory/.python-xarray.new.8177/python-xarray.changes    
2026-03-11 20:55:35.534598083 +0100
@@ -1,0 +2,38 @@
+Wed Mar 11 01:15:49 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 2026.02.0:
+  * Add a suggestion for how to resolve chunk manager not available error
+  * Fix silent data corruption when writing dask arrays to sharded zarr
+    stores
+  * Fix .plot error when using positional args with col and row
+  * Add a fast path that doesn't include normalized chunks in tokenize
+  * Support negative step in normalize_indexer
+  * Allow 1D coords in NDPointIndex
+  * Replace DeprecationWarning with FutureWarning
+  * Fix sortby descending order placing NaNs at beginning instead of end
+  * Raise FileNotFoundError for missing local files in guess_engine
+  * Skip one more hypothesis test for dtype string
+  * temporarily silence shape assignment warnings raised in netCDF4
+  * raise error on slice-based selection of multi-index levels
+  * Address pandas-related upstream errors in #10973
+  * Change behavior of keep_attrs in xr.where when x is a scalar
+  * add drop_existing kwarg to set_xindex
+  * Automatically create xindex
+  * FIX: assert_identical now considers xindexes + improve RangeIndex equals
+  * fix: where for cupy.array
+  * Ensure SeasonResampler preserves datetime resolution
+  * Fix indexing bugs in CoordinateTransformIndex
+  * Remove special mapping of auto to {} in open_zarr
+  * fix group by > 1 group, then map
+  * Make parallel documentation builds threadsafe
+  * Bump the minimum version of h5netcdf to 1.4.0 in accordance with nep29
+  * Add an arithmetic_compat option to xr.set_options
+  * Dataset.eval works with >2 dims
+  * create a development environment
+  * Coerce pd.StringDtype to np.dtypes.StringDType
+  * Use StringDType when reading from zarr string variables
+  * Optimize CFMaskScale decoder
+  * Ensure netcdf4 is locked while closing
+  * Improve error message when scipy is missing for NDPointIndex
+
+-------------------------------------------------------------------

Old:
----
  xarray-2025.12.0-gh.tar.gz

New:
----
  xarray-2026.02.0-gh.tar.gz

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

Other differences:
------------------
++++++ python-xarray.spec ++++++
--- /var/tmp/diff_new_pack.PFyfx0/_old  2026-03-11 20:55:36.190625109 +0100
+++ /var/tmp/diff_new_pack.PFyfx0/_new  2026-03-11 20:55:36.190625109 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xarray
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-xarray%{psuffix}
-Version:        2025.12.0
+Version:        2026.02.0
 Release:        0
 Summary:        N-D labeled arrays and datasets in Python
 License:        Apache-2.0
@@ -171,6 +171,8 @@
 donttest="$donttest or TestH5NetCDFDataRos3Driver"
 # NetCDF4 fails with these unsupported drivers
 donttest="$donttest or (TestNetCDF4 and test_compression_encoding and (szip or 
zstd or blosc_lz or blosc_zlib))"
+# numpy 2.4 fun and games
+donttest="$donttest or test_curvefit_helpers or test_concat_periods"
 
 %pytest -n auto -rsEf -k "not ($donttest)" xarray
 %endif

++++++ xarray-2025.12.0-gh.tar.gz -> xarray-2026.02.0-gh.tar.gz ++++++
++++ 12666 lines of diff (skipped)

Reply via email to