Hello community,
here is the log from the commit of package python-scikit-learn for
openSUSE:Factory checked in at 2018-11-10 16:57:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-learn (Old)
and /work/SRC/openSUSE:Factory/.python-scikit-learn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-learn"
Sat Nov 10 16:57:55 2018 rev:3 rq:645607 version:0.20.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scikit-learn/python-scikit-learn.changes
2018-05-17 19:33:19.399253026 +0200
+++
/work/SRC/openSUSE:Factory/.python-scikit-learn.new/python-scikit-learn.changes
2018-11-10 16:58:09.971842472 +0100
@@ -1,0 +2,8 @@
+Wed Oct 24 18:40:50 UTC 2018 - Dirk Mueller <[email protected]>
+
+- update to 0.20.0:
+ * http://scikit-learn.org/stable/whats_new.html#version-0-20-0
+ Support for Python 3.3 has been officially dropped
+- drop scikit-learn-skip-test.patch (merged)
+
+-------------------------------------------------------------------
Old:
----
scikit-learn-0.19.1.tar.gz
scikit-learn-skip-test.patch
New:
----
scikit-learn-0.20.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-scikit-learn.spec ++++++
--- /var/tmp/diff_new_pack.s247KZ/_old 2018-11-10 16:58:46.235798116 +0100
+++ /var/tmp/diff_new_pack.s247KZ/_new 2018-11-10 16:58:46.235798116 +0100
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -25,18 +25,17 @@
%bcond_with test
%endif
Name: python-scikit-learn
-Version: 0.19.1
+Version: 0.20.0
Release: 0
Summary: Python modules for machine learning and data mining
License: BSD-3-Clause
Group: Development/Libraries/Python
URL: http://scikit-learn.org/
Source0:
https://files.pythonhosted.org/packages/source/s/scikit-learn/scikit-learn-%{version}.tar.gz
-# Drop with next update
-Patch0: scikit-learn-skip-test.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module numpy-devel >= 1.8.2}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module scipy >= 0.13.3}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module xml}
@@ -65,7 +64,6 @@
%prep
%setup -q -n scikit-learn-%{version}
-%patch0 -p1
%build
%python_build
@@ -77,18 +75,17 @@
%if %{with test}
%check
export SKLEARN_SKIP_NETWORK_TESTS=1
-mkdir tester
-pushd tester
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
-nosetests-%{$python_bin_suffix} -v sklearn
-}
+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 -r tester
+}
%endif
%files %{python_files}
%license COPYING
-%doc AUTHORS.rst README.rst
+%doc README.rst
%{python_sitearch}/sklearn/
%{python_sitearch}/scikit_learn-%{version}-py*.egg-info
++++++ scikit-learn-0.19.1.tar.gz -> scikit-learn-0.20.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-scikit-learn/scikit-learn-0.19.1.tar.gz
/work/SRC/openSUSE:Factory/.python-scikit-learn.new/scikit-learn-0.20.0.tar.gz
differ: char 5, line 1