New upstream version (0.17.1)

- Add new dependecy as weak dep (fixes bz #1288919)
This commit is contained in:
Sergio Pascual 2016-01-03 13:30:21 +01:00
parent 0c45343808
commit bccf76ac78
3 changed files with 16 additions and 3 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/pandas-0.16.1.tar.gz /pandas-0.16.1.tar.gz
/pandas-0.16.2.tar.gz /pandas-0.16.2.tar.gz
/pandas-0.17.0.tar.gz /pandas-0.17.0.tar.gz
/pandas-0.17.1.tar.gz

View File

@ -4,8 +4,8 @@
%global pkgname pandas %global pkgname pandas
Name: python-pandas Name: python-pandas
Version: 0.17.0 Version: 0.17.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Python library providing high-performance data analysis tools Summary: Python library providing high-performance data analysis tools
Group: Development/Languages Group: Development/Languages
@ -25,6 +25,9 @@ Requires: python-tables
Requires: python-matplotlib Requires: python-matplotlib
Requires: python-Bottleneck Requires: python-Bottleneck
Requires: python-numexpr Requires: python-numexpr
%if 0%{?fedora}
Recommends: python-xlrd, python-xlwt
%endif
Provides: python2-%{pkgname} = %{version}-%{release} Provides: python2-%{pkgname} = %{version}-%{release}
%global __provides_exclude_from ^(%{python2_sitearch}|%{python3_sitearch})/.*\\.so$ %global __provides_exclude_from ^(%{python2_sitearch}|%{python3_sitearch})/.*\\.so$
@ -47,6 +50,11 @@ Requires: python3-tables
Requires: python3-matplotlib Requires: python3-matplotlib
Requires: python3-Bottleneck Requires: python3-Bottleneck
Requires: python3-numexpr 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 %description -n python3-pandas
pandas is an open source, BSD-licensed library providing pandas is an open source, BSD-licensed library providing
@ -87,6 +95,10 @@ analysis tools for the Python programming language.
%changelog %changelog
* Sun Jan 03 2016 Sergio Pascual <sergiopr@fedoraproject.org> - 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 <rel-eng@lists.fedoraproject.org> - 0.17.0-3 * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.0-3
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5

View File

@ -1 +1 @@
55d34c4d5655c94ca30a59dea6b36316 pandas-0.17.0.tar.gz 1e18b9a5496ec92752b3cb6674bbe987 pandas-0.17.1.tar.gz