1
0
forked from pool/python-pandas

Accepting request 530452 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/530452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=5
This commit is contained in:
2017-10-09 17:41:03 +00:00
committed by Git OBS Bridge
parent 5127b1d430
commit 612ea26e48
6 changed files with 35 additions and 13 deletions

View File

@@ -18,22 +18,22 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pandas
Version: 0.20.1
Version: 0.20.3
Release: 0
Summary: Make working with "relational" or "labeled" data both easy and intuitive
License: BSD-3-Clause
Group: Development/Libraries/Python
Url: http://pandas.pydata.org/
Source0: https://files.pythonhosted.org/packages/source/p/pandas/pandas-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module numpy-devel >= 1.7.1}
BuildRequires: %{python_module python-dateutil >= 1.5}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: python-rpm-macros
Requires: python-numpy >= 1.7.1
Requires: python-python-dateutil >= 1.5
Requires: python-pytz