[python-patsy] Enable pandas support in python3-patsy

Sergio Pascual sergiopr at fedoraproject.org
Fri Apr 4 10:30:31 UTC 2014


commit 407839d76d20b5fec62d69e2f6aac9932f0e51fe
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Fri Apr 4 12:30:13 2014 +0200

    Enable pandas support in python3-patsy

 python-patsy.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/python-patsy.spec b/python-patsy.spec
index 87061ae..c1a5e58 100644
--- a/python-patsy.spec
+++ b/python-patsy.spec
@@ -3,7 +3,7 @@
 %global with_python3 1
 Name: python-%{upname}
 Version: 0.2.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Describing statistical models in Python using symbolic formulas
 
 Group: Development/Languages
@@ -48,9 +48,8 @@ BuildRequires: python3-sphinx python3-matplotlib python3-ipython-console
 BuildRequires: python3-numpy
 # For splines
 BuildRequires: python3-scipy  
-# No python3-pandas
-# BuildRequires: python3-pandas
-Requires: python3-numpy python3-scipy
+BuildRequires: python3-pandas
+Requires: python3-numpy python3-scipy python3-pandas
 
 %description -n python3-%{upname}
 A Python package for describing statistical models and for building design 
@@ -127,6 +126,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Fri Apr 04 2014 Sergio Pascual <sergio.pasra at gmail.com> - 0.2.1-3
+- Enable pandas support in python3-patsy
+
 * Sat Jan 11 2014 Sergio Pascual <sergio.pasra at gmail.com> - 0.2.1-2
 - Split docs in a subpackage
 - License is BSD and Python


More information about the scm-commits mailing list