From b6d6967f5ae5abc7a99c90d8baeb7b750275047a Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: May 18 2015 14:41:11 +0000 Subject: New release of pandas 0.16.1 --- diff --git a/.gitignore b/.gitignore index 3f9986a..c30bbae 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-pandas.spec b/python-pandas.spec index 6a08018..3738dbb 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -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 - 0.16.1-1 +- New release of pandas 0.16.1 + * Sat May 02 2015 Kalev Lember - 0.16.0-2 - Rebuilt for GCC 5 C++11 ABI change * Tue Mar 24 2015 Sergio Pascual - 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 - 0.15.2-3 - Pandas actually supports dateutil 2 diff --git a/sources b/sources index 96dcea0..a9f9445 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bfe311f05dc0c351f8955fbd1e296e73 pandas-0.16.0.tar.gz +fac4f25748f9610a3e00e765474bdea8 pandas-0.16.1.tar.gz