Accepting request 750215 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/750215
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=29
This commit is contained in:
Tomáš Chvátal
2019-11-22 08:29:20 +00:00
committed by Git OBS Bridge
parent ca7e571c8e
commit 9d50b7de82
4 changed files with 128 additions and 6 deletions

View File

@@ -19,15 +19,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-xarray
Version: 0.14.0
Version: 0.14.1
Release: 0
Summary: N-D labeled arrays and datasets in Python
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/pydata/xarray
Source: https://files.pythonhosted.org/packages/source/x/xarray/xarray-%{version}.tar.gz
BuildRequires: %{python_module numpy-devel >= 1.14}
BuildRequires: %{python_module numpy >= 1.14}
BuildRequires: %{python_module numpy-devel >= 1.14}
BuildRequires: %{python_module pandas >= 0.24}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes