Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pythran for openSUSE:Factory checked in at 2025-06-18 22:28:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pythran (Old) and /work/SRC/openSUSE:Factory/.python-pythran.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pythran" Wed Jun 18 22:28:45 2025 rev:24 rq:1286685 version:0.18.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pythran/python-pythran.changes 2025-06-16 11:11:32.640976340 +0200 +++ /work/SRC/openSUSE:Factory/.python-pythran.new.19631/python-pythran.changes 2025-06-18 22:28:52.996014980 +0200 @@ -1,0 +2,6 @@ +Wed Jun 18 10:47:55 UTC 2025 - Matej Cepl <mc...@cepl.eu> + +- Skip pythran/tests/test_xdoc.py::TestDoctest::test_utils, which + is failing with 3.13.5 (gh#serge-sans-paille/pythran#2326). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pythran.spec ++++++ --- /var/tmp/diff_new_pack.MSoQmq/_old 2025-06-18 22:28:53.616040614 +0200 +++ /var/tmp/diff_new_pack.MSoQmq/_new 2025-06-18 22:28:53.616040614 +0200 @@ -136,7 +136,8 @@ export PYTHRANRC=$PWD/config.pythranrc %endif # gh#serge-sans-paille/pythran#2317 -- changed AST in Py3.13 -python313_skip_tests=("-k" "not test_tutorial") +# gh#serge-sans-paille/pythran#2326 +python313_skip_tests=("-k" "not (test_tutorial or test_utils)") # pytest_extra_args is for debug builds with local defines on command line %pytest %{?jobs:-n %jobs} %{?pytest_extra_args} "${$python_skip_tests[@]}" %endif