Accepting request 949122 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/949122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xarray?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2022-01-26 20:26:51 +00:00 committed by Git OBS Bridge
commit 9ea34d4aa6
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 24 16:28:40 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Don't test with dask and distributed in python310: not supported
yet
-------------------------------------------------------------------
Fri Dec 10 08:01:01 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -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}