1
0
forked from pool/python-pandas

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/685684
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2019-03-17 15:28:54 +00:00
committed by Git OBS Bridge
parent 1a6337865d
commit cda6784484
4 changed files with 86 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-pandas
Version: 0.24.1
Version: 0.24.2
Release: 0
Summary: Python module for working with "relational" or "labeled" data
License: BSD-3-Clause
@@ -36,6 +36,7 @@ BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module numpy-devel >= 1.15.0}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil >= 2.5}
BuildRequires: %{python_module pytz >= 2011k}