New release of pandas 0.16.1

This commit is contained in:
Sergio Pascual 2015-05-18 16:41:11 +02:00
parent ee329e13fc
commit b6d6967f5a
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/pandas-0.15.1.tar.gz
/pandas-0.15.2.tar.gz
/pandas-0.16.0.tar.gz
/pandas-0.16.1.tar.gz

View File

@ -2,8 +2,8 @@
%global pkgname pandas
Name: python-pandas
Version: 0.16.0
Release: 2%{?dist}
Version: 0.16.1
Release: 1%{?dist}
Summary: Python library providing high-performance data analysis tools
Group: Development/Languages
@ -103,13 +103,16 @@ popd
%changelog
* Mon May 18 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 0.16.1-1
- New release of pandas 0.16.1
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.16.0-2
- Rebuilt for GCC 5 C++11 ABI change
* Tue Mar 24 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 0.16.0-1
- New release of pandas 0.16.0
- Use license macro
- Don't use py3dir (ne python guidelines)
- Don't use py3dir (new python guidelines)
* Tue Jan 20 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 0.15.2-3
- Pandas actually supports dateutil 2

View File

@ -1 +1 @@
bfe311f05dc0c351f8955fbd1e296e73 pandas-0.16.0.tar.gz
fac4f25748f9610a3e00e765474bdea8 pandas-0.16.1.tar.gz