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-08 21:36:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spyder (Old) and /work/SRC/openSUSE:Factory/.spyder.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spyder" Wed Sep 8 21:36:40 2021 rev:31 rq:917544 version:5.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/spyder/spyder.changes 2021-09-03 21:26:56.346231307 +0200 +++ /work/SRC/openSUSE:Factory/.spyder.new.1899/spyder.changes 2021-09-08 21:37:01.817917525 +0200 @@ -1,0 +2,14 @@ +Wed Sep 8 09:20:07 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Clean a few test skips, add a new one +- remove _constraints + +------------------------------------------------------------------- +Mon Sep 6 11:49:06 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to version 5.1.3 + * Fix RTreeError with snippets + * Fix TypeError with snippets +- Filter new rpmlint 2 errors in spyder-rpmlintrc + +------------------------------------------------------------------- Old: ---- _constraints spyder-5.1.2.tar.gz New: ---- spyder-5.1.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spyder.spec ++++++ --- /var/tmp/diff_new_pack.O1SqL6/_old 2021-09-08 21:37:02.501918326 +0200 +++ /var/tmp/diff_new_pack.O1SqL6/_new 2021-09-08 21:37:02.505918331 +0200 @@ -18,7 +18,7 @@ %bcond_without test Name: spyder -Version: 5.1.2 +Version: 5.1.3 Release: 0 Summary: The Scientific Python Development Environment License: MIT @@ -324,17 +324,14 @@ donttest+=" or test_run_python_script_in_terminal" # we are not on conda env donttest+=" or test_status_bar_conda_interpreter_status" -# "Only for CIS, but we are not on conda as upstream's CI +# "Only for CIs", but we are not on conda/pyenv as upstream's CI donttest+=" or test_conda" donttest+=" or test_is_valid_interpreter" -# "Only for CIs", but we are not on pyenv as upstream's CI donttest+=" or test_pyenv" # too flaky for OBS donttest+=" or test_update_decorations_when_scrolling" # occational fail donttest+=" or test_bracket_closing_new_line" -# combobox not populated inside our test environment -donttest+=" or test_maininterpreter_page" # flaky donttest+=" or (test_ipythonconsole and test_pdb_multiline)" # These tests are testing against buggy behavior in Qt 5.12. We have newer Qt in Tumbleweed. @@ -352,8 +349,6 @@ donttest+=" or test_get_pydoc or test_pydocbrowser" # segfault in openSUSE:Factory (?) donttest+=" or test_goto_uri_project_root_path" - -# tests marked slow: # completes to math.hypot(cooordinates) instead of expected math.hypot(*coordinates) donttest+=" or (test_introspection and test_completions)" # test_update.py would require network connections @@ -364,8 +359,6 @@ donttest+=" or test_console_working_directory" # tries to download stuff donttest+=" or test_kite_install" -# no warnings returned here. PyLS/LSP problem? It works in the installed application, though. -donttest+=" or test_ignore_warnings or test_move_warnings or test_get_warnings or test_update_warnings" # qtbot timeout donttest+=" or test_get_hints" # occasional segfaults. fails to get the root tree otherwise (LSP problem?) @@ -381,6 +374,8 @@ donttest+=" or (test_formatting and document and autopep8)" # flaky donttest+=" or (test_pdb_eventloop and qt5)" +# Test is not independent: QThread *sometimes* misses the CONF_SECTION +donttest+=" or test_handle_exception" # Can't use pytest-xvfb because the tests leave widgets open and trigger https://github.com/The-Compiler/pytest-xvfb/issues/11 function testspyder() { ++++++ spyder-5.1.2.tar.gz -> spyder-5.1.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/spyder/spyder-5.1.2.tar.gz /work/SRC/openSUSE:Factory/.spyder.new.1899/spyder-5.1.3.tar.gz differ: char 28, line 1 ++++++ spyder-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.O1SqL6/_old 2021-09-08 21:37:02.549918383 +0200 +++ /var/tmp/diff_new_pack.O1SqL6/_new 2021-09-08 21:37:02.553918388 +0200 @@ -1,2 +1,2 @@ -addFilter("python-naming-policy-not-applied") -addFilter("devel-file-in-non-devel-package .*/tests/data/.*") +# lang package has no python scripts +addFilter("lang.*no-dependency-on python")