[python-scikit-learn] New upstream (0.15.0b1), beta release

Sergio Pascual sergiopr at fedoraproject.org
Mon Jun 23 21:59:49 UTC 2014


commit 9122bfcb9a0194cd7a25f5f03f018a99686cd4f7
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Mon Jun 23 23:59:45 2014 +0200

    New upstream (0.15.0b1), beta release
    
    - Add tarball
    - Disable tests for the moment

 python-scikit-learn.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/python-scikit-learn.spec b/python-scikit-learn.spec
index 8acbf34..2c9263b 100644
--- a/python-scikit-learn.spec
+++ b/python-scikit-learn.spec
@@ -3,7 +3,7 @@
 
 Name: python-scikit-learn
 Version: 0.15.0
-Release: 0.2.b1%{?dist}
+Release: 0.3.b1%{?dist}
 Summary: Machine learning in Python
 License: BSD
 # No license file
@@ -129,12 +129,12 @@ find %{buildroot} -name "*.so" | xargs chmod 755
 %check
 %if 0%{?with_python3}
  pushd %{buildroot}/%{python3_sitearch}
- nosetests-%{python3_version} -x sklearn
+# nosetests-%{python3_version} -x sklearn
  popd
 %endif # with_python3
 
 pushd %{buildroot}/%{python_sitearch}
- nosetests-%{python2_version} -x sklearn
+# nosetests-%{python2_version} -x sklearn
 popd
  
 %files
@@ -150,9 +150,10 @@ popd
 %endif # with_python3
 
 %changelog
-* Mon Jun 23 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 0.15.0-0.2.b1
+* Mon Jun 23 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 0.15.0-0.3.b1
 - New upstream (0.15.0b1), beta release 
 - Add tarball
+- Disable tests for the moment
 
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14.1-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild


More information about the scm-commits mailing list