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 2021-12-13 20:41:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jedi (Old) and /work/SRC/openSUSE:Factory/.python-jedi.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jedi" Mon Dec 13 20:41:39 2021 rev:30 rq:939579 version:0.18.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes 2021-11-03 17:25:50.633323374 +0100 +++ /work/SRC/openSUSE:Factory/.python-jedi.new.2520/python-jedi.changes 2021-12-13 20:45:47.228495301 +0100 @@ -1,0 +2,10 @@ +Fri Dec 10 20:53:13 UTC 2021 - Ben Greiner <[email protected]> + +- Update to 0.18.1 + * Implict namespaces are now a separate types in Name().type + * Python 3.10 support + * Mostly bugfixes +- Drop jedi-py39-pytest.patch +- Skip failing test (reported as gh#davidhalter/jedi#1824) + +------------------------------------------------------------------- Old: ---- jedi-0.18.0.tar.gz jedi-py39-pytest.patch New: ---- jedi-0.18.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jedi.spec ++++++ --- /var/tmp/diff_new_pack.QwEHT0/_old 2021-12-13 20:45:48.648495474 +0100 +++ /var/tmp/diff_new_pack.QwEHT0/_new 2021-12-13 20:45:48.672495477 +0100 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jedi -Version: 0.18.0 +Version: 0.18.1 Release: 0 Summary: An autocompletion tool for Python License: MIT AND Python-2.0 @@ -27,11 +27,8 @@ URL: https://github.com/davidhalter/jedi Source0: https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz Source1: %{name}-rpmlintrc -# PATCH-FIX-UPSTREAM Support pytest completion for Python 3.9 -- gh#davidhalter/jedi#1699 -Patch0: https://github.com/davidhalter/jedi/commit/85ec94cf.patch#/jedi-py39-pytest.patch BuildRequires: %{python_module parso >= 0.8.0} -# need pytest <6 https://github.com/davidhalter/jedi/issues/1660; pytest4 in Leap cannot work with pluggy 1.0 in :backports -BuildRequires: %{python_module pytest5} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing} BuildRequires: fdupes @@ -71,12 +68,9 @@ skiptests+=" or test_speed" # fails on some architectures skiptests+=" or test_init_extension_module" -%if 0%{?suse_version} == 1500 - # the python 2 pytest test discovery in Leap 15 and SLE15 - # trips on purposely placed syntax errors in test/completion/imports.py - %define pytestignore --ignore test/__init__.py -%endif -%pytest -k "not ($skiptests)" %{?pytestignore} +# https://github.com/davidhalter/jedi/issues/1824 +skiptests+=" or (test_completion and lambdas and 112)" +%pytest -k "not ($skiptests)" %files %{python_files} %doc AUTHORS.txt CHANGELOG.rst README.rst ++++++ jedi-0.18.0.tar.gz -> jedi-0.18.1.tar.gz ++++++ ++++ 89953 lines of diff (skipped)
