1
0
forked from pool/python-xarray

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/732407
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=25
This commit is contained in:
Sebastian Wagner
2019-09-21 20:14:20 +00:00
committed by Git OBS Bridge
parent 8db6ad13e9
commit 4df9058ab5
4 changed files with 152 additions and 5 deletions

View File

@@ -19,12 +19,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-xarray
Version: 0.12.3
Version: 0.13.0
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: https://github.com/pydata/xarray
Source: https://files.pythonhosted.org/packages/source/x/xarray/xarray-%{version}.tar.gz
BuildRequires: %{python_module numpy-devel >= 1.12}
BuildRequires: %{python_module pandas >= 0.19.2}