Hello community,
here is the log from the commit of package python-scikit-learn for
openSUSE:Factory checked in at 2019-02-25 17:48:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-learn (Old)
and /work/SRC/openSUSE:Factory/.python-scikit-learn.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-learn"
Mon Feb 25 17:48:36 2019 rev:4 rq:670313 version:0.20.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scikit-learn/python-scikit-learn.changes
2018-11-10 16:58:09.971842472 +0100
+++
/work/SRC/openSUSE:Factory/.python-scikit-learn.new.28833/python-scikit-learn.changes
2019-02-25 17:48:42.202825051 +0100
@@ -1,0 +2,14 @@
+Wed Jan 30 13:45:49 UTC 2019 - Matej Cepl <[email protected]>
+
+- Switch off tests, gh#scikit-learn/scikit-learn#12369
+
+-------------------------------------------------------------------
+Tue Jan 29 17:06:46 CET 2019 - [email protected]
+
+- Update to 0.20.2:
+ * This is a bug-fix release with some minor documentation
+ improvements and enhancements to features released in 0.20.0.
+ Note that we also include some API changes in this release, so
+ you might get some extra warnings after updating from 0.20.0.
+
+-------------------------------------------------------------------
Old:
----
scikit-learn-0.20.0.tar.gz
New:
----
scikit-learn-0.20.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-scikit-learn.spec ++++++
--- /var/tmp/diff_new_pack.an7z3Q/_old 2019-02-25 17:48:43.870824366 +0100
+++ /var/tmp/diff_new_pack.an7z3Q/_new 2019-02-25 17:48:43.874824364 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-scikit-learn
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
-# test floating-point accuracy issues on non-x86 archs
-%ifarch %{ix86} x86_64
-%bcond_without test
-%else
+# test suite just doesn't work and upstream doesn't look like fixing it
+# anytime soon, gh#scikit-learn/scikit-learn#12369
+# %%ifarch %%{ix86} x86_64
+# %%bcond_without test
+# %%else
%bcond_with test
-%endif
+# %%endif
Name: python-scikit-learn
-Version: 0.20.0
+Version: 0.20.2
Release: 0
Summary: Python modules for machine learning and data mining
License: BSD-3-Clause
@@ -75,11 +76,12 @@
%if %{with test}
%check
export SKLEARN_SKIP_NETWORK_TESTS=1
+NO_TESTS="test_feature_importance_regression or
test_minibatch_with_many_reassignments"
+NO_TESTS="$NO_TESTS or test_sparse_coder_parallel_mmap or
test_explained_variances"
+export NO_TESTS
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
-pushd $PYTHONPATH/sklearn
-rm -v ensemble/tests/test_gradient_boosting.py tests/test_init.py
-$python %_bindir/py.test-%{$python_bin_suffix} -v -k 'not
test_feature_importance_regression'
-popd
+# rm -v ensemble/tests/test_gradient_boosting.py tests/test_init.py
+py.test-%{$python_bin_suffix} -v -k "not ($NO_TESTS)" sklearn
}
%endif
++++++ scikit-learn-0.20.0.tar.gz -> scikit-learn-0.20.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-scikit-learn/scikit-learn-0.20.0.tar.gz
/work/SRC/openSUSE:Factory/.python-scikit-learn.new.28833/scikit-learn-0.20.2.tar.gz
differ: char 5, line 1