Accepting request 821359 from home:TheBlackCat:branches:devel:languages:python:numeric

- Update to version 0.16.0
- Enable now-working tests

OBS-URL: https://build.opensuse.org/request/show/821359
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=37
This commit is contained in:
Tomáš Chvátal
2020-07-17 06:36:15 +00:00
committed by Git OBS Bridge
parent 3259bd1350
commit 2d2e4cae72
4 changed files with 17 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-xarray
Version: 0.15.1
Version: 0.16.0
Release: 0
Summary: N-D labeled arrays and datasets in Python
License: Apache-2.0
@@ -68,8 +68,8 @@ chmod -x xarray/util/print_versions.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# Tests are xfail on aarch64: gh#pydata/xarray#2334
%pytest -k "not test_datetime_reduce and not test_roundtrip_numpy_datetime_data and not test_download_from_github" xarray
# test_no_warning_from_dask_effective_get fails due to upstream scipy warning
%pytest -k "not test_download_from_github and not test_no_warning_from_dask_effective_get" xarray
%files %{python_files}
%doc README.rst