[python-scikit-learn] Remove patch for broken test (fixed in scipy 0.14.1)

Sergio Pascual sergiopr at fedoraproject.org
Fri Jan 23 10:40:04 UTC 2015


commit ddcb83638584c806c2a90af744597d1cf0618d9e
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Fri Jan 23 11:40:11 2015 +0100

    Remove patch for broken test (fixed in scipy 0.14.1)

 python-scikit-learn.spec   |   11 +-
 sklearn-fix-test.patch     |   14 -
 sklearn-unbundle-six.patch | 1064 --------------------------------------------
 3 files changed, 4 insertions(+), 1085 deletions(-)
---
diff --git a/python-scikit-learn.spec b/python-scikit-learn.spec
index 3b104de..3f38abf 100644
--- a/python-scikit-learn.spec
+++ b/python-scikit-learn.spec
@@ -3,7 +3,7 @@
 
 Name: python-scikit-learn
 Version: 0.15.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Machine learning in Python
 License: BSD
 
@@ -13,10 +13,6 @@ Source1: system-six.py
 Source2: system-joblib.py
 Patch0: sklearn-unbundle-joblib.patch
 Patch1: sklearn-unbundle-cblas.patch
-# Disable a broken test
-# Reported upstream
-# https://github.com/scikit-learn/scikit-learn/issues/3648
-Patch2: sklearn-fix-test.patch
 
 BuildRequires: python2-devel 
 BuildRequires: numpy scipy python-nose python-matplotlib
@@ -70,8 +66,6 @@ mv sklearn/externals/test_externals_setup.py sklearn/externals/bundled
 cp %{SOURCE1} sklearn/externals/six.py
 cp %{SOURCE2} sklearn/externals/joblib.py
 
-
-%patch2 -p1
 rm -rf sklearn/src/cblas
 
 chmod -x examples/decomposition/plot_pca_vs_fa_model_selection.py 
@@ -128,6 +122,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Tue Sep 16 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 0.15.2-2
+- Remove patch for broken test (fixed in scipy 0.14.1)
+
 * Tue Sep 16 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 0.15.2-1
 - New upstream (0.15.2), bugfix
 


More information about the ml mailing list