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 2023-08-06 16:29:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scikit-learn (Old) and /work/SRC/openSUSE:Factory/.python-scikit-learn.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-learn" Sun Aug 6 16:29:19 2023 rev:25 rq:1101760 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scikit-learn/python-scikit-learn.changes 2023-07-27 16:50:00.349542158 +0200 +++ /work/SRC/openSUSE:Factory/.python-scikit-learn.new.22712/python-scikit-learn.changes 2023-08-06 16:29:22.351624982 +0200 @@ -1,0 +2,5 @@ +Tue Aug 1 14:07:31 UTC 2023 - Markéta Machová <mmach...@suse.com> + +- Python flavors shifted again, drop test-py38, add test-py311 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scikit-learn.spec ++++++ --- /var/tmp/diff_new_pack.tM7t1Z/_old 2023-08-06 16:29:22.959628877 +0200 +++ /var/tmp/diff_new_pack.tM7t1Z/_new 2023-08-06 16:29:22.967628928 +0200 @@ -17,22 +17,22 @@ %global flavor @BUILD_FLAVOR@%{nil} -%if "%{flavor}" == "test-py38" -%define psuffix -test-py38 -%define skip_python39 1 -%define skip_python310 1 -%bcond_without test -%endif %if "%{flavor}" == "test-py39" %define psuffix -test-py39 -%define skip_python38 1 %define skip_python310 1 +%define skip_python311 1 %bcond_without test %endif %if "%{flavor}" == "test-py310" %define psuffix -test-py310 -%define skip_python38 1 %define skip_python39 1 +%define skip_python311 1 +%bcond_without test +%endif +%if "%{flavor}" == "test-py311" +%define psuffix -test-py311 +%define skip_python39 1 +%define skip_python310 1 %bcond_without test %endif %if "%{flavor}" == "" ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.tM7t1Z/_old 2023-08-06 16:29:22.995629108 +0200 +++ /var/tmp/diff_new_pack.tM7t1Z/_new 2023-08-06 16:29:22.999629133 +0200 @@ -1,6 +1,6 @@ <multibuild> - <package>test-py38</package> <package>test-py39</package> <package>test-py310</package> + <package>test-py311</package> </multibuild>