Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-scikit-learn for 
openSUSE:Factory checked in at 2026-08-11 17:09:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-learn (Old)
 and      /work/SRC/openSUSE:Factory/.python-scikit-learn.new.17972 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-scikit-learn"

Tue Aug 11 17:09:03 2026 rev:38 rq:1369686 version:1.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scikit-learn/python-scikit-learn.changes  
2025-09-15 19:54:26.022953395 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-scikit-learn.new.17972/python-scikit-learn.changes
       2026-08-11 17:09:07.705691324 +0200
@@ -1,0 +2,18 @@
+Mon Aug  3 11:30:10 UTC 2026 - Markéta Machová <[email protected]>
+
+- update to 1.9.0
+  * Array API support (enables GPU computations)
+  * Free-threaded CPython 3.14 support
+  * Temperature scaling in CalibratedClassifierCV
+  * Efficiency improvements in linear models
+  * HTML representation of estimators
+  * DecisionTreeRegressor with criterion="absolute_error"
+  * ClassicalMDS now available within sklearn.manifold
+  * experimental support for callbacks
+  * Computing metrics across thresholds
+  * Sparse array configuration with "sparse_interface"
+  * Full changelog:
+    https://scikit-learn.org/stable/whats_new/v1.8.html
+    https://scikit-learn.org/stable/whats_new/v1.9.html
+
+-------------------------------------------------------------------

Old:
----
  scikit_learn-1.7.2.tar.gz

New:
----
  scikit_learn-1.9.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-scikit-learn.spec ++++++
--- /var/tmp/diff_new_pack.KWaO41/_old  2026-08-11 17:09:08.685732805 +0200
+++ /var/tmp/diff_new_pack.KWaO41/_new  2026-08-11 17:09:08.685732805 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-scikit-learn
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -46,21 +46,19 @@
 %bcond_with extratest
 
 Name:           python-scikit-learn%{psuffix}
-Version:        1.7.2
+Version:        1.9.0
 Release:        0
 Summary:        Python modules for machine learning and data mining
 License:        BSD-3-Clause
 URL:            https://scikit-learn.org/
 Source0:        
https://files.pythonhosted.org/packages/source/s/scikit-learn/scikit_learn-%{version}.tar.gz
-BuildRequires:  %{python_module Cython >= 3.0.10}
-BuildRequires:  %{python_module devel >= 3.8}
-BuildRequires:  %{python_module joblib >= 1.2.0}
+BuildRequires:  %{python_module Cython >= 3.1.2}
+BuildRequires:  %{python_module devel >= 3.11}
 BuildRequires:  %{python_module meson-python}
-BuildRequires:  %{python_module numpy-devel >= 1.19.5}
+BuildRequires:  %{python_module numpy-devel >= 1.24.1}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module scipy >= 1.6.0}
+BuildRequires:  %{python_module scipy >= 1.10.0}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module threadpoolctl >= 2.0.0}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 # Default gcc in leap is gcc 7
@@ -74,10 +72,11 @@
 BuildRequires:  openblas-devel
 BuildRequires:  python-rpm-macros
 # Check sklearn/_min_dependencies.py for dependencies
-Requires:       python-joblib >= 1.2.0
-Requires:       python-numpy >= 1.19.5
-Requires:       python-scipy >= 1.6.0
-Requires:       python-threadpoolctl >= 2.0.0
+Requires:       python-joblib >= 1.4.0
+Requires:       python-narwhals >= 2.0.1
+Requires:       python-numpy >= 1.24.1
+Requires:       python-scipy >= 1.10.0
+Requires:       python-threadpoolctl >= 3.5.0
 Suggests:       python-matplotlib >= 3.3.4
 Suggests:       python-pandas
 Suggests:       python-seaborn
@@ -125,7 +124,7 @@
 # Remove shebang from non executable
 sed -i '/#!.*env python/d' 
%{buildroot}%{$python_sitearch}/sklearn/_build_utils/version.py
 # Remove empty file
-rm %{buildroot}%{$python_sitearch}/sklearn/_built_with_meson.py
+rm -f %{buildroot}%{$python_sitearch}/sklearn/_built_with_meson.py
 # Fix file permissions
 chmod 0644 %{buildroot}%{$python_sitearch}/sklearn/cluster/_optics.py
 chmod 0644 
%{buildroot}%{$python_sitearch}/sklearn/ensemble/tests/test_weight_boosting.py
@@ -155,7 +154,7 @@
 NO_TESTS+=" or test_graphviz_toy"
 NO_TESTS+=" or test_forest_classifier_oob"
 %endif
-%pytest_arch -v --pyargs sklearn -n auto -k "not ($NO_TESTS)"
+%pytest_arch -v --pyargs sklearn -n auto -m "not thread_unsafe" -k "not 
($NO_TESTS)"
 popd
 %endif
 

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.KWaO41/_old  2026-08-11 17:09:08.737735006 +0200
+++ /var/tmp/diff_new_pack.KWaO41/_new  2026-08-11 17:09:08.741735176 +0200
@@ -1,6 +1,5 @@
 <multibuild>
-  <package>test-py311</package>
-  <package>test-py312</package>
   <package>test-py313</package>
+  <package>test-py314</package>
 </multibuild>
 

++++++ scikit_learn-1.7.2.tar.gz -> scikit_learn-1.9.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-scikit-learn/scikit_learn-1.7.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-scikit-learn.new.17972/scikit_learn-1.9.0.tar.gz
 differ: char 26, line 1

Reply via email to