Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-scipy for openSUSE:Factory checked in at 2023-03-11 18:23:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scipy (Old) and /work/SRC/openSUSE:Factory/.python-scipy.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scipy" Sat Mar 11 18:23:47 2023 rev:63 rq:1070755 version:1.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes 2023-02-27 12:54:56.351264503 +0100 +++ /work/SRC/openSUSE:Factory/.python-scipy.new.31432/python-scipy.changes 2023-03-11 18:24:35.139051224 +0100 @@ -1,0 +2,6 @@ +Fri Mar 10 14:18:09 UTC 2023 - Martin Liška <[email protected]> + +- Fix i686 tests for GCC 13 due to: + https://gcc.gnu.org/gcc-13/porting_to.html#excess-precision + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scipy.spec ++++++ --- /var/tmp/diff_new_pack.88JGXW/_old 2023-03-11 18:24:35.779054560 +0100 +++ /var/tmp/diff_new_pack.88JGXW/_new 2023-03-11 18:24:35.783054580 +0100 @@ -251,6 +251,9 @@ donttest+=" or (test_iterative and test_maxiter_worsening)" %ifarch %ix86 donttest+=" or (test_solvers and test_solve_generalized_discrete_are)" +# Skip the following tests that fail with GCC 13 due to the excess precision change: +# https://gcc.gnu.org/gcc-13/porting_to.html#excess-precision +donttest+=" or (test_fitpack or test_fitpack2 or test_splint or test_integrate or test_boost)" %endif # fails on big endian donttest+=" or (TestNoData and test_nodata)"
