diff --git a/.gitignore b/.gitignore index 0783cc6..70518c6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /pandas-0.16.2.tar.gz /pandas-0.17.0.tar.gz /pandas-0.17.1.tar.gz +/pandas-0.18.0.tar.gz diff --git a/python-pandas.spec b/python-pandas.spec index e70292a..e81be1e 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -1,11 +1,11 @@ %if 0%{?fedora} %global with_python3 1 %endif -%global pkgname pandas +%global srcname pandas Name: python-pandas -Version: 0.17.1 -Release: 2%{?dist} +Version: 0.18.0 +Release: 1%{?dist} Summary: Python library providing high-performance data analysis tools Group: Development/Languages @@ -28,7 +28,8 @@ Requires: python-numexpr %if 0%{?fedora} Recommends: python-xlrd, python-xlwt %endif -Provides: python2-%{pkgname} = %{version}-%{release} + +%{?python_provide:%python_provide python2-%{srcname}} %global __provides_exclude_from ^(%{python2_sitearch}|%{python3_sitearch})/.*\\.so$ @@ -51,11 +52,12 @@ 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 +Recommends: python3-xlwt %endif +%{?python_provide:%python_provide python3-%{srcname}} + %description -n python3-pandas pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data @@ -64,7 +66,7 @@ analysis tools for the Python programming language. %endif # with_python3 %prep -%setup -q -n %{pkgname}-%{version} +%setup -q -n %{srcname}-%{version} %build %py2_build @@ -95,6 +97,9 @@ analysis tools for the Python programming language. %changelog +* Wed Mar 30 2016 Sergio Pascual - 0.18.0-1 +- New upstream version (0.18.0) + * Thu Feb 04 2016 Fedora Release Engineering - 0.17.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 4d424ed..6b27ac6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1e18b9a5496ec92752b3cb6674bbe987 pandas-0.17.1.tar.gz +f143762cd7a59815e348adf4308d2cf6 pandas-0.18.0.tar.gz