Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spyder for openSUSE:Factory checked in at 2021-09-17 23:26:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spyder (Old) and /work/SRC/openSUSE:Factory/.spyder.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spyder" Fri Sep 17 23:26:20 2021 rev:32 rq:919871 version:5.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/spyder/spyder.changes 2021-09-08 21:37:01.817917525 +0200 +++ /work/SRC/openSUSE:Factory/.spyder.new.1899/spyder.changes 2021-09-17 23:26:50.465283774 +0200 @@ -1,0 +2,30 @@ +Thu Sep 16 17:07:14 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to version 5.1.5 + * Fix docking of external plugins. + * Catch error when starting watcher (Projects) + * Improve appearance of toolbar extension button +- Another take on the kernel crash / OOM issue: test everything + (including slow tests) within one xvfb-run boo#1190482 + +------------------------------------------------------------------- +Wed Sep 15 15:40:37 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- kernel still crashing. Disable slow tests for now. + +------------------------------------------------------------------- +Tue Sep 14 11:50:49 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to version 5.1.4 + * Fix serious memory leaks and improve performance when typing + in the editor. + * Fix Issue 16401 - Trim all newlines after the final one when + saving a file causes Spyder to freeze when saving a blank file + * Fix Issue 16384 - Editor becomes sluggish when displaying + errors + * Fix Issue 16343 - No handler for workspace/executeCommand + request +- Avoid kernel crash (!?) at testspyder bash function return + * boo#1190482 + +------------------------------------------------------------------- Old: ---- spyder-5.1.3.tar.gz New: ---- spyder-5.1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spyder.spec ++++++ --- /var/tmp/diff_new_pack.YrYfad/_old 2021-09-17 23:26:51.145284381 +0200 +++ /var/tmp/diff_new_pack.YrYfad/_new 2021-09-17 23:26:51.145284381 +0200 @@ -18,7 +18,7 @@ %bcond_without test Name: spyder -Version: 5.1.3 +Version: 5.1.5 Release: 0 Summary: The Scientific Python Development Environment License: MIT @@ -334,6 +334,7 @@ donttest+=" or test_bracket_closing_new_line" # flaky donttest+=" or (test_ipythonconsole and test_pdb_multiline)" +donttest+=" or (test_ipythonconsole and test_auto_backend)" # These tests are testing against buggy behavior in Qt 5.12. We have newer Qt in Tumbleweed. # https://github.com/spyder-ide/spyder/issues/12663 donttest+=" or (test_codeeditor and test_editor_backspace_char)" @@ -377,14 +378,18 @@ # Test is not independent: QThread *sometimes* misses the CONF_SECTION donttest+=" or test_handle_exception" +export donttest # Can't use pytest-xvfb because the tests leave widgets open and trigger https://github.com/The-Compiler/pytest-xvfb/issues/11 -function testspyder() { - xvfb-run --server-args "-screen 0 1920x1080x24" python3 runtests.py -m "not no_xvfb" --timeout 1800 -ra -k "not (${donttest:4})" $@ - # wait a bit until we can start the next xvfb - sleep 5 -} -testspyder -testspyder --run-slow +# create test script so that we can use one Xvfb with both test suites: +echo ' +#!/bin/bash +testcmd=(python3 runtests.py -m "not no_xvfb" --timeout 1800 -ra -k "not (${donttest:4})") +"${testcmd[@]}" +"${testcmd[@]}" --run-slow +' > runtests.sh +xvfb-run --server-args "-screen 0 1920x1080x24" bash runtests.sh +# wait a bit so that Xvfb can fully exit before the final build steps try to allocate memory +sleep 10 %endif %files ++++++ spyder-5.1.3.tar.gz -> spyder-5.1.5.tar.gz ++++++ /work/SRC/openSUSE:Factory/spyder/spyder-5.1.3.tar.gz /work/SRC/openSUSE:Factory/.spyder.new.1899/spyder-5.1.5.tar.gz differ: char 18, line 1