commit python-jedi for openSUSE:Factory
Hello community, here is the log from the commit of package python-jedi for openSUSE:Factory checked in at 2019-12-29 15:49:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jedi (Old) and /work/SRC/openSUSE:Factory/.python-jedi.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-jedi" Sun Dec 29 15:49:26 2019 rev:18 rq:759790 version:0.15.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes 2019-11-29 15:55:40.873014222 +0100 +++ /work/SRC/openSUSE:Factory/.python-jedi.new.6675/python-jedi.changes 2019-12-29 15:49:32.683172054 +0100 @@ -1,0 +2,12 @@ +Sat Dec 28 15:02:12 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com> + +- update to 0.15.2 +- skip tests based on bundled typeshed +- refreshed unbundle.patch + * Call signatures are now detected a lot better + * Add fuzzy completions with Script(...).completions(fuzzy=True) + * Files bigger than one MB (about 20kLOC) get cropped to avoid + getting stuck completely. + * A big refactoring around contexts/values + +------------------------------------------------------------------- Old: ---- jedi-0.15.1.tar.gz New: ---- jedi-0.15.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jedi.spec ++++++ --- /var/tmp/diff_new_pack.lY4Zqw/_old 2019-12-29 15:49:33.343172355 +0100 +++ /var/tmp/diff_new_pack.lY4Zqw/_new 2019-12-29 15:49:33.343172355 +0100 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jedi -Version: 0.15.1 +Version: 0.15.2 Release: 0 Summary: An autocompletion tool for Python License: MIT AND Python-2.0 @@ -70,7 +70,8 @@ # test_static_analysis is flaky # test_os_path_join is time based # test_import and test_compiled_signature gh#davidhalter/jedi#1429 -%pytest -k "not (test_venv_and_pths or test_completion or test_builtin_details or test_static_analysis or test_os_path_join or test_import or test_compiled_signature)" +# test_module__file__ and test_sqlite3_conversion based on 'bundled' typeshed +%pytest -k "not (test_venv_and_pths or test_completion or test_builtin_details or test_static_analysis or test_os_path_join or test_import or test_compiled_signature or test_module__file__ or test_sqlite3_conversion)" %files %{python_files} %doc AUTHORS.txt CHANGELOG.rst README.rst ++++++ jedi-0.15.1.tar.gz -> jedi-0.15.2.tar.gz ++++++ ++++ 75213 lines of diff (skipped) ++++++ unbundle.patch ++++++ --- /var/tmp/diff_new_pack.lY4Zqw/_old 2019-12-29 15:49:33.683172510 +0100 +++ /var/tmp/diff_new_pack.lY4Zqw/_new 2019-12-29 15:49:33.687172512 +0100 @@ -1,7 +1,7 @@ -Index: jedi-0.14.0/setup.py +Index: jedi-0.15.2/setup.py =================================================================== ---- jedi-0.14.0.orig/setup.py -+++ jedi-0.14.0/setup.py +--- jedi-0.15.2.orig/setup.py ++++ jedi-0.15.2/setup.py @@ -2,7 +2,6 @@ from setuptools import setup, find_packages @@ -19,12 +19,12 @@ setup(name='jedi', version=version, -Index: jedi-0.14.0/jedi/evaluate/gradual/typeshed.py +Index: jedi-0.15.2/jedi/inference/gradual/typeshed.py =================================================================== ---- jedi-0.14.0.orig/jedi/evaluate/gradual/typeshed.py -+++ jedi-0.14.0/jedi/evaluate/gradual/typeshed.py -@@ -8,7 +8,7 @@ from jedi.evaluate.base_context import C - from jedi.evaluate.gradual.stub_context import TypingModuleWrapper, StubModuleContext +--- jedi-0.15.2.orig/jedi/inference/gradual/typeshed.py ++++ jedi-0.15.2/jedi/inference/gradual/typeshed.py +@@ -10,7 +10,7 @@ from jedi.inference.gradual.stub_value i + from jedi.inference.value import ModuleValue _jedi_path = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) -TYPESHED_PATH = os.path.join(_jedi_path, 'third_party', 'typeshed')
participants (1)
-
root