[python-pandas] Pandas actually supports dateutil 2

Sergio Pascual sergiopr at fedoraproject.org
Tue Jan 20 12:27:39 UTC 2015


commit 4fabdbe6e438b8952a61ff40b79892ed044d2598
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Tue Jan 20 13:28:00 2015 +0100

    Pandas actually supports dateutil 2

 python-pandas.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/python-pandas.spec b/python-pandas.spec
index 5fd41fb..df702ff 100644
--- a/python-pandas.spec
+++ b/python-pandas.spec
@@ -4,7 +4,7 @@
 
 Name:           python-pandas
 Version:        0.15.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python library providing high-performance data analysis tools
 
 Group:          Development/Languages
@@ -15,9 +15,9 @@ Source0:        http://pypi.python.org/packages/source/p/pandas/pandas-%{version
 BuildRequires:  python2-devel, python-setuptools, python-matplotlib
 BuildRequires:  Cython
 Requires:       pytz
-# Update to dateutil 2.x
+# pandas actually supports datautil 2
 # https://github.com/pydata/pandas/issues/9305
-Requires:       python-dateutil15
+Requires:       python-dateutil
 Requires:       numpy
 Requires:       scipy
 Requires:       python-tables
@@ -36,7 +36,7 @@ Summary:        Python library providing high-performance data analysis tools
 BuildRequires:  python3-devel, python3-setuptools, python3-matplotlib
 BuildRequires:  python3-Cython
 Requires:       python3-pytz
-Requires:       python3-dateutil15
+Requires:       python3-dateutil
 Requires:       python3-numpy
 Requires:       python3-scipy
 Requires:       python3-tables
@@ -94,8 +94,11 @@ popd
 
 
 %changelog
+* Tue Jan 20 2015 Sergio Pascual <sergiopr at fedoraproject.org> - 0.15.2-3
+- Pandas actually supports dateutil 2
+
 * Mon Jan 19 2015 Sergio Pascual <sergiopr at fedoraproject.org> - 0.15.2-2
-- Update dependence on dateutil to dateutil15 (bz #1183368)
+- Update dependency on dateutil to dateutil15 (bz #1183368)
 
 * Wed Dec 17 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 0.15.2-1
 - New release of pandas 0.15.2


More information about the scm-commits mailing list