forked from pool/python-xarray
Accepting request 610879 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/610879 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xarray?expand=0&rev=2
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-xarray
|
||||
Version: 0.10.3
|
||||
Version: 0.10.4
|
||||
Release: 0
|
||||
Summary: N-D labeled arrays and datasets in Python
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: http://github.com/pydata/xarray
|
||||
URL: http://github.com/pydata/xarray
|
||||
Source: https://files.pythonhosted.org/packages/source/x/xarray/xarray-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module numpy-devel >= 1.11}
|
||||
@@ -31,19 +31,18 @@ BuildRequires: %{python_module pandas >= 0.18.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-numpy >= 1.11
|
||||
Requires: python-pandas >= 0.18.0
|
||||
Recommends: python-scipy
|
||||
Provides: python-xray = %{version}
|
||||
Obsoletes: python-xray < %{version}
|
||||
BuildArch: noarch
|
||||
# SECTION tests
|
||||
BuildRequires: %{python_module dask-dataframe}
|
||||
BuildRequires: %{python_module pytest >= 2.7.1}
|
||||
BuildRequires: %{python_module scipy}
|
||||
BuildRequires: python2-mock
|
||||
# /SECTION
|
||||
Recommends: python-scipy
|
||||
Requires: python-numpy >= 1.11
|
||||
Requires: python-pandas >= 0.18.0
|
||||
Provides: python-xray = %{version}
|
||||
Obsoletes: python-xray < %{version}
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user