From b025ff699d17c0a6058ed01286c75f65a00b1a9b5f3bd6e534f96483bda844ef Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 24 Nov 2024 16:26:44 +0000 Subject: [PATCH] - skip test test_asi8 on 32bit, results in "OverflowError: Python int too large to convert to C long" OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=106 --- python-xarray.changes | 45 ++++++++++++++++++++++--------------------- python-xarray.spec | 3 ++- 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/python-xarray.changes b/python-xarray.changes index 22326b6..b014eac 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,6 +1,7 @@ ------------------------------------------------------------------- Sun Nov 24 13:23:43 UTC 2024 - Sebastian Wagner +- skip test test_asi8 on 32bit, results in "OverflowError: Python int too large to convert to C long" - update to version .2024.11.0: - This release brings better support for wrapping JAX arrays and Astropy Quantity objects, :py:meth:`DataTree.persist`, algorithmic improvements: - to many methods with dask (:py:meth:`Dataset.polyfit`, :py:meth:`Dataset.ffill`, :py:meth:`Dataset.bfill`, rolling reductions), and bug fixes.: @@ -1391,7 +1392,7 @@ Sun Aug 7 03:12:48 UTC 2022 - Arun Persaud details. (PR5692). By Benoît Bovy. ------------------------------------------------------------------- -Fri Mar 4 18:00:26 UTC 2022 - Sebastian Wagner +Fri Mar 4 18:00:26 UTC 2022 - Sebastian Wagner - - update to version 2022.03.0: - This release brings a number of small improvements, as well as a move to `calendar versioning `_ (:issue:`6176`).: @@ -1431,7 +1432,7 @@ Fri Mar 4 18:00:26 UTC 2022 - Sebastian Wagner By `Sebastian Weigand `_ and `Joe Hamman `_. ------------------------------------------------------------------- -Wed Feb 2 19:56:06 UTC 2022 - Sebastian Wagner +Wed Feb 2 19:56:06 UTC 2022 - Sebastian Wagner - - update to version 0.21.1: - This is a bugfix release to resolve (:issue:`6216`, :pull:`6207`).: @@ -1440,7 +1441,7 @@ Wed Feb 2 19:56:06 UTC 2022 - Sebastian Wagner By `Sebastian Weigand `_ and `Joe Hamman `_. ------------------------------------------------------------------- -Sat Jan 29 09:23:51 UTC 2022 - Sebastian Wagner +Sat Jan 29 09:23:51 UTC 2022 - Sebastian Wagner - update to version 0.21.0: - Many thanks to the 20 contributors to the v0.21.0 release!: @@ -1497,7 +1498,7 @@ Mon Jan 24 16:28:40 UTC 2022 - Ben Greiner yet ------------------------------------------------------------------- -Fri Dec 10 08:01:01 UTC 2021 - Sebastian Wagner +Fri Dec 10 08:01:01 UTC 2021 - Sebastian Wagner - update to version 0.20.2: - This is a bugfix release to resolve (:issue:`3391`, :issue:`5715`). It also: @@ -1532,7 +1533,7 @@ Fri Dec 10 08:01:01 UTC 2021 - Sebastian Wagner By `Kai Mühlbauer `_. ------------------------------------------------------------------- -Mon Nov 15 14:46:40 UTC 2021 - Sebastian Wagner +Mon Nov 15 14:46:40 UTC 2021 - Sebastian Wagner - update to version 0.20.1: - This is a bugfix release to fix :issue:`5930`.: @@ -1543,7 +1544,7 @@ Mon Nov 15 14:46:40 UTC 2021 - Sebastian Wagner - Significant improvements to :ref:`api`. By `Deepak Cherian `_. ------------------------------------------------------------------- -Tue Nov 2 19:44:34 UTC 2021 - Sebastian Wagner +Tue Nov 2 19:44:34 UTC 2021 - Sebastian Wagner - update to version 0.20.0: - This release brings improved support for pint arrays, methods for weighted standard deviation, variance,: @@ -1673,7 +1674,7 @@ Tue Sep 21 10:38:39 UTC 2021 - Ben Greiner - Tests require dask[diagnostics] extra now (for Jinja2) ------------------------------------------------------------------- -Tue Jul 27 11:01:52 UTC 2021 - Sebastian Wagner +Tue Jul 27 11:01:52 UTC 2021 - Sebastian Wagner - remove xarray-pr5449-dask-meta.patch, merged upstream. - remove test_resample_loffset.patch, merged upstream. @@ -1792,20 +1793,20 @@ Tue May 25 17:25:46 UTC 2021 - Matej Cepl test (gh#pydata/xarray#5364). ------------------------------------------------------------------- -Thu May 20 11:58:50 UTC 2021 - Sebastian Wagner +Thu May 20 11:58:50 UTC 2021 - Sebastian Wagner - update to version 0.18.2: - This release reverts a regression in xarray's unstacking of dask-backed arrays.: - remove fix_test_resample_loffset.patch, doesn't work ------------------------------------------------------------------- -Wed May 19 13:53:54 UTC 2021 - Sebastian Wagner +Wed May 19 13:53:54 UTC 2021 - Sebastian Wagner - add fix_test_resample_loffset.patch to fix test fail on i586 https://github.com/pydata/xarray/issues/5341 ------------------------------------------------------------------- -Wed May 19 07:26:03 UTC 2021 - Sebastian Wagner +Wed May 19 07:26:03 UTC 2021 - Sebastian Wagner - update to version 0.18.1: - This release is intended as a small patch release to be compatible with the new: @@ -1851,7 +1852,7 @@ Wed May 19 07:26:03 UTC 2021 - Sebastian Wagner By `Tom Nicholas `_. ------------------------------------------------------------------- -Sun May 9 09:46:42 UTC 2021 - Sebastian Wagner +Sun May 9 09:46:42 UTC 2021 - Sebastian Wagner - update to version 0.18.0: - This release brings a few important performance improvements, a wide range of: @@ -2056,7 +2057,7 @@ Sun May 9 09:46:42 UTC 2021 - Sebastian Wagner By `Maximilian Roos `_. ------------------------------------------------------------------- -Sat Feb 27 14:38:41 UTC 2021 - Sebastian Wagner +Sat Feb 27 14:38:41 UTC 2021 - Sebastian Wagner - update to version 0.17.0: - This release brings a few important performance improvements, a wide range of: @@ -2272,7 +2273,7 @@ Mon Feb 15 12:30:53 UTC 2021 - Ben Greiner - Recommend/Suggest the extras ------------------------------------------------------------------- -Sun Dec 20 16:09:14 UTC 2020 - Sebastian Wagner +Sun Dec 20 16:09:14 UTC 2020 - Sebastian Wagner - update to version 0.16.2: - This release brings the ability to write to limited regions of ``zarr`` files, open zarr files with :py:func:`open_dataset` and :py:func:`open_mfdataset`, increased support for propagating ``attrs`` using the ``keep_attrs`` flag, as well as numerous bugfixes and documentation improvements.: @@ -2385,7 +2386,7 @@ Sun Dec 20 16:09:14 UTC 2020 - Sebastian Wagner `_. ------------------------------------------------------------------- -Wed Sep 23 06:23:20 UTC 2020 - Sebastian Wagner +Wed Sep 23 06:23:20 UTC 2020 - Sebastian Wagner - update to version 0.16.1: - This patch release fixes an incompatability with a recent pandas change, which: @@ -2626,7 +2627,7 @@ Sat Mar 28 16:43:47 UTC 2020 - Arun Persaud tested instead of skipping the tests. ------------------------------------------------------------------- -Sat Feb 1 15:02:10 UTC 2020 - Sebastian Wagner +Sat Feb 1 15:02:10 UTC 2020 - Sebastian Wagner - update to version 0.15.0: - This release brings many improvements to xarray's documentation: our examples are now binderized notebooks (`click here `_): @@ -3074,7 +3075,7 @@ Mon Jul 29 21:32:02 UTC 2019 - Todd R - Disable non-functional dask tests ------------------------------------------------------------------- -Mon Jul 15 19:31:13 UTC 2019 - Sebastian Wagner +Mon Jul 15 19:31:13 UTC 2019 - Sebastian Wagner - update to version 0.12.3: - New functions/methods: @@ -3099,7 +3100,7 @@ Mon Jul 15 19:31:13 UTC 2019 - Sebastian Wagner once (:issue:`2954`). ------------------------------------------------------------------- -Sun Jun 30 09:29:36 UTC 2019 - Sebastian Wagner +Sun Jun 30 09:29:36 UTC 2019 - Sebastian Wagner - update to version 0.12.2: - New functions/methods: @@ -3246,7 +3247,7 @@ Tue Apr 23 09:44:22 UTC 2019 - Tomáš Chvátal - Just use %pytest macro ------------------------------------------------------------------- -Sun Apr 7 11:37:34 UTC 2019 - Sebastian Wagner +Sun Apr 7 11:37:34 UTC 2019 - Sebastian Wagner - Update to version 0.12.1: - Enhancements @@ -3362,7 +3363,7 @@ Wed Feb 13 18:04:03 UTC 2019 - Todd R to ``open_mfdataset`` ------------------------------------------------------------------- -Thu Jan 3 17:40:46 UTC 2019 - Sebastian Wagner +Thu Jan 3 17:40:46 UTC 2019 - Sebastian Wagner - update to version 0.11.2: - Removes inadvertently introduced setup dependency on pytest-runner (:issue:`2641`). Otherwise, this release is exactly equivalent to 0.11.1. @@ -3567,7 +3568,7 @@ Wed Jul 18 17:32:13 UTC 2018 - arun@gmx.de Hamman. ------------------------------------------------------------------- -Sun Jun 10 20:04:48 UTC 2018 - sebix+novell.com@sebix.at +Sun Jun 10 20:04:48 UTC 2018 - sebix@sebix.at - update to version 0.10.7: * Enhancements: @@ -3687,7 +3688,7 @@ Mon May 21 04:03:17 UTC 2018 - arun@gmx.de Root. ------------------------------------------------------------------- -Sat Apr 14 12:41:49 UTC 2018 - sebix+novell.com@sebix.at +Sat Apr 14 12:41:49 UTC 2018 - sebix@sebix.at - temporarily deactivated tests because of minor issues with netCDF library see https://github.com/pydata/xarray/issues/2050 @@ -3787,7 +3788,7 @@ Sun Mar 4 09:34:18 UTC 2018 - jengelh@inai.de - Replace future goals and aims by present capabilities. ------------------------------------------------------------------- -Thu Mar 1 11:44:58 UTC 2018 - sebix+novell.com@sebix.at +Thu Mar 1 11:44:58 UTC 2018 - sebix@sebix.at - update to version 0.10.1: * please see upstream changelog at: https://github.com/pydata/xarray/blob/v0.10.1/doc/whats-new.rst diff --git a/python-xarray.spec b/python-xarray.spec index b2d1e0b..1be3cee 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -138,6 +138,7 @@ The [io] extra for xarray, N-D labeled arrays and datasets in Python # #%description parallel #The [parallel] extra for xarray, N-D labeled arrays and datasets in Python + %package viz Summary: The python xarray[viz] extra Requires: python-matplotlib @@ -178,7 +179,7 @@ if [ $(getconf LONG_BIT) -eq 32 ]; then donttest="$donttest or (test_interpolate_chunk_advanced and linear)" # tests for 64bit types donttest="$donttest or TestZarrDictStore or TestZarrDirectoryStore or TestZarrWriteEmpty" - donttest="$donttest or test_repr_multiindex or test_array_repr_dtypes_unix" + donttest="$donttest or test_repr_multiindex or test_array_repr_dtypes_unix or test_asi8" fi # h5py was built without ROS3 support, can't use ros3 driver donttest="$donttest or TestH5NetCDFDataRos3Driver"