From 8746c9467e1f4b22277d58985c21b7c1b53d307e Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Oct 20 2016 09:09:29 +0000 Subject: New upstream version (0.19.0) - Brings pandas-datareader using recommends --- diff --git a/.gitignore b/.gitignore index 099c586..5417421 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /pandas-0.17.1.tar.gz /pandas-0.18.0.tar.gz /pandas-0.18.1.tar.gz +/pandas-0.19.0.tar.gz diff --git a/python-pandas.spec b/python-pandas.spec index e9cb1d3..0446d07 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -7,8 +7,8 @@ %endif Name: python-%{srcname} -Version: 0.18.1 -Release: 3%{?dist} +Version: 0.19.0 +Release: 1%{?dist} Summary: Python library providing high-performance data analysis tools License: BSD @@ -33,11 +33,12 @@ Requires: python2-dateutil Requires: python2-numpy Requires: python2-scipy # TODO: fix that package to provide python2-tables -Requires: python-tables +Requires: python2-tables Requires: python2-matplotlib Requires: python2-Bottleneck Requires: python2-numexpr %if 0%{?fedora} +Recommends: python2-pandas-datareader Recommends: python2-xlrd Recommends: python2-xlwt %endif @@ -67,6 +68,7 @@ Requires: python3-matplotlib Requires: python3-Bottleneck Requires: python3-numexpr %if 0%{?fedora} +Recommends: python3-pandas-datareader Recommends: python3-xlrd Recommends: python3-xlwt %endif @@ -111,6 +113,10 @@ Python 3 version. %endif # with_python3 %changelog +* Wed Oct 19 2016 Sergio Pascual - 0.19.0-1 +- New upstream version (0.19.0) +- Brings pandas-datareader using recommends + * Sat Oct 15 2016 Peter Robinson - 0.18.1-3 - rebuilt for matplotlib-2.0.0 diff --git a/sources b/sources index f105b03..eaa0014 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -42b9dba111a8f916352f49b512c029aa pandas-0.18.1.tar.gz +bc9bb7188e510b5d44fbdd249698a2c3 pandas-0.19.0.tar.gz