Adds missing updated spec file for 0.12 of pandas
This commit is contained in:
parent
da49252c37
commit
697aaf5653
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
%{?filter_setup:
|
%{?filter_setup:
|
||||||
%filter_provides_in %{python_sitearch}.*\.so$
|
%filter_provides_in %{python_sitearch}.*\.so$
|
||||||
%filter_setup
|
%filter_setup
|
||||||
@ -6,8 +5,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pandas
|
Name: python-pandas
|
||||||
Version: 0.10.0
|
Version: 0.12.0
|
||||||
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
|
||||||
@ -22,6 +21,8 @@ Requires: numpy
|
|||||||
Requires: scipy
|
Requires: scipy
|
||||||
Requires: python-tables
|
Requires: python-tables
|
||||||
Requires: python-matplotlib
|
Requires: python-matplotlib
|
||||||
|
Requires: python-bottleneck
|
||||||
|
Requires: python-numexpr
|
||||||
|
|
||||||
%description
|
%description
|
||||||
pandas is an open source, BSD-licensed library providing
|
pandas is an open source, BSD-licensed library providing
|
||||||
@ -48,6 +49,9 @@ analysis tools for the Python programming language.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 20 2013 Kushal Das <kushal@fedoraproject.org> 0.12.0-1
|
||||||
|
- New release of pandas 0.12.0
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0-3
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user