[python-pandas] New release of pandas 0.15.0

Sergio Pascual sergiopr at fedoraproject.org
Mon Oct 20 09:15:52 UTC 2014


commit 0f857520dffc711cf66e1803d213516ae1ba6238
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Mon Oct 20 11:15:46 2014 +0200

    New release of pandas 0.15.0

 .gitignore         |    1 +
 python-pandas.spec |   11 +++++++----
 sources            |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 79450d2..8d8e0b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /pandas-0.12.0.tar.gz
 /pandas-0.14.0.tar.gz
 /pandas-0.14.1.tar.gz
+/pandas-0.15.0.tar.gz
diff --git a/python-pandas.spec b/python-pandas.spec
index a67ff05..3b64520 100644
--- a/python-pandas.spec
+++ b/python-pandas.spec
@@ -3,8 +3,8 @@
 
 
 Name:           python-pandas
-Version:        0.14.1
-Release:        2%{?dist}
+Version:        0.15.0
+Release:        1%{?dist}
 Summary:        Python library providing high-performance data analysis tools
 
 Group:          Development/Languages
@@ -80,18 +80,21 @@ popd
 %{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
 %files
-%doc PKG-INFO doc/README.rst LICENSE
+%doc LICENSE RELEASE.md
 %{python2_sitearch}/pandas*
 
 %if 0%{?with_python3}
 %files -n python3-pandas
-%doc PKG-INFO doc/README.rst LICENSE
+%doc LICENSE RELEASE.md
 %{python3_sitearch}/pandas*
 %endif # with_python3
 
 
 
 %changelog
+* Mon Oct 20 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 0.15.0-1
+- New release of pandas 0.15.0
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 0288dab..07e91ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-393dd8f35411e4022177aa64b2da46f4  pandas-0.14.1.tar.gz
+eb2427593747da949aa4ff12aa1e048d  pandas-0.15.0.tar.gz


More information about the scm-commits mailing list