Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jedi for openSUSE:Factory checked in at 2025-09-25 18:44:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jedi (Old) and /work/SRC/openSUSE:Factory/.python-jedi.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jedi" Thu Sep 25 18:44:07 2025 rev:43 rq:1306729 version:0.19.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes 2024-12-10 23:46:04.154899274 +0100 +++ /work/SRC/openSUSE:Factory/.python-jedi.new.11973/python-jedi.changes 2025-09-25 18:44:39.528572648 +0200 @@ -1,0 +2,5 @@ +Mon Sep 22 12:43:38 UTC 2025 - Markéta Machová <[email protected]> + +- Skip tests failing with Python 3.14 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jedi.spec ++++++ --- /var/tmp/diff_new_pack.CdcMHI/_old 2025-09-25 18:44:40.084595919 +0200 +++ /var/tmp/diff_new_pack.CdcMHI/_new 2025-09-25 18:44:40.084595919 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-jedi # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -72,6 +72,8 @@ skiptests+=" or test_init_extension_module" # This fails on 15.4_py39 server-side but not locally (!?) skiptests+=" or test_get_default_environment_when_embedded" +# few instances of test_string_annotation fail with Python 3.14 https://github.com/davidhalter/jedi/pull/2070 +skiptests+=" or (test_string_annotation and (8 or 9 or 10 or 11)) or test_compiled_signature_annotation_string" %pytest -k "not ($skiptests)" %files %{python_files}
