diff --git a/.gitignore b/.gitignore index 03de94c..0783cc6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /pandas-0.16.1.tar.gz /pandas-0.16.2.tar.gz /pandas-0.17.0.tar.gz +/pandas-0.17.1.tar.gz diff --git a/python-pandas.spec b/python-pandas.spec index a7703e2..566f547 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -4,8 +4,8 @@ %global pkgname pandas Name: python-pandas -Version: 0.17.0 -Release: 3%{?dist} +Version: 0.17.1 +Release: 1%{?dist} Summary: Python library providing high-performance data analysis tools Group: Development/Languages @@ -25,6 +25,9 @@ Requires: python-tables Requires: python-matplotlib Requires: python-Bottleneck Requires: python-numexpr +%if 0%{?fedora} +Recommends: python-xlrd, python-xlwt +%endif Provides: python2-%{pkgname} = %{version}-%{release} %global __provides_exclude_from ^(%{python2_sitearch}|%{python3_sitearch})/.*\\.so$ @@ -47,6 +50,11 @@ Requires: python3-tables Requires: python3-matplotlib Requires: python3-Bottleneck Requires: python3-numexpr +%if 0%{?fedora} +# python3-xlwt doesn't exist: bz #1282235 +# openpyxl version is higher than 2.0 +Recommends: python3-xlrd +%endif %description -n python3-pandas pandas is an open source, BSD-licensed library providing @@ -87,6 +95,10 @@ analysis tools for the Python programming language. %changelog +* Sun Jan 03 2016 Sergio Pascual - 0.17.1-1 +- New upstream version (0.17.1) +- Add new dependecy as weak dep (fixes bz #1288919) + * Tue Nov 10 2015 Fedora Release Engineering - 0.17.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 diff --git a/sources b/sources index 3ef5c0c..4d424ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55d34c4d5655c94ca30a59dea6b36316 pandas-0.17.0.tar.gz +1e18b9a5496ec92752b3cb6674bbe987 pandas-0.17.1.tar.gz