From c3aaff28047546615457c5f1cc372c7b142da7790d90667ebc5ca9d61fc19f47 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 25 Jan 2022 20:21:34 +0000 Subject: [PATCH] Accepting request 948454 from home:bnavigator:branches:devel:languages:python:numeric - Don't test with dask and distributed in python310: not supported yet OBS-URL: https://build.opensuse.org/request/show/948454 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=62 --- python-xarray.changes | 6 ++++++ python-xarray.spec | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-xarray.changes b/python-xarray.changes index b1680d5..7902337 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 24 16:28:40 UTC 2022 - Ben Greiner + +- Don't test with dask and distributed in python310: not supported + yet + ------------------------------------------------------------------- Fri Dec 10 08:01:01 UTC 2021 - Sebastian Wagner diff --git a/python-xarray.spec b/python-xarray.spec index 6905a83..c6e2b4d 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -18,8 +18,6 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 -# NEP 29: Numpy 1.20 dropped support for Python 3.6, python36-numpy is removed from Tumbleweed. xarray will follow on next release -%define skip_python36 1 Name: python-xarray Version: 0.20.2 Release: 0 @@ -71,8 +69,8 @@ Suggests: python-sparse >= 0.11 Suggests: python-toolz >= 0.11 #/SECTION # SECTION tests -BuildRequires: %{python_module dask-dataframe} -BuildRequires: %{python_module dask-diagnostics} +BuildRequires: %{python_module dask-dataframe if %python-base < 3.10} +BuildRequires: %{python_module dask-diagnostics if %python-base < 3.10} BuildRequires: %{python_module pooch} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest}