diff --git a/files/fix-test.patch b/files/fix-test.patch new file mode 100644 --- /dev/null +++ b/files/fix-test.patch @@ -0,0 +1,23 @@ +From 57f2a731d2e5c4fe5794d823154983e44e8df003 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= +Date: Wed, 15 Apr 2020 07:54:01 +0200 +Subject: [PATCH] Sort test_project::test_search results to fix failures + +Fixes #1542 +--- + test/test_api/test_project.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/test/test_api/test_project.py b/test/test_api/test_project.py +index a7d4846e7..c21579a59 100644 +--- a/test/test_api/test_project.py ++++ b/test/test_api/test_project.py +@@ -135,7 +135,7 @@ def test_search(string, full_names, kwargs, skip_pre_python36): + defs = project.complete_search(string, **kwargs) + else: + defs = project.search(string, **kwargs) +- assert [('stub:' if d.is_stub() else '') + d.full_name for d in defs] == full_names ++ assert sorted([('stub:' if d.is_stub() else '') + d.full_name for d in defs]) == full_names + + + @pytest.mark.parametrize( diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : python3-jedi -version : 0.15.1 -release : 11 +version : 0.17.0 +release : 12 source : - - git|https://github.com/davidhalter/jedi.git : v0.15.1 + - git|https://github.com/davidhalter/jedi.git : v0.17.0 license : MIT component : programming.python summary : An autocompletion tool for Python that can be used for text editors. @@ -13,10 +13,11 @@ - python-pytest rundeps : - python-parso +setup : | + %patch -p1 < $pkgfiles/fix-test.patch build : | %python3_setup install : | %python3_install check : | - ln -sv jedi.git $workdir/../jedi %python3_test pytest3 -v diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ python3-jedi - Joey Riches - josephriches@gmail.com + Longwu Ou + xulongwu4@gmail.com MIT programming.python @@ -19,11 +19,11 @@ programming.python - /usr/lib/python3.7/site-packages/jedi-0.15.1-py3.7.egg-info/PKG-INFO - /usr/lib/python3.7/site-packages/jedi-0.15.1-py3.7.egg-info/SOURCES.txt - /usr/lib/python3.7/site-packages/jedi-0.15.1-py3.7.egg-info/dependency_links.txt - /usr/lib/python3.7/site-packages/jedi-0.15.1-py3.7.egg-info/requires.txt - /usr/lib/python3.7/site-packages/jedi-0.15.1-py3.7.egg-info/top_level.txt + /usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/PKG-INFO + /usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/SOURCES.txt + /usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/dependency_links.txt + /usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/requires.txt + /usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/top_level.txt /usr/lib/python3.7/site-packages/jedi/__init__.py /usr/lib/python3.7/site-packages/jedi/__main__.py /usr/lib/python3.7/site-packages/jedi/__pycache__/__init__.cpython-37.pyc @@ -33,7 +33,6 @@ /usr/lib/python3.7/site-packages/jedi/__pycache__/debug.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/__pycache__/file_io.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/__pycache__/parser_utils.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/__pycache__/refactoring.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/__pycache__/settings.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/__pycache__/utils.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/_compatibility.py @@ -41,7 +40,9 @@ /usr/lib/python3.7/site-packages/jedi/api/__pycache__/__init__.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/api/__pycache__/classes.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/api/__pycache__/completion.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/api/__pycache__/completion_cache.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/api/__pycache__/environment.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/api/__pycache__/errors.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/api/__pycache__/exceptions.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/api/__pycache__/file_name.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/api/__pycache__/helpers.cpython-37.pyc @@ -49,130 +50,150 @@ /usr/lib/python3.7/site-packages/jedi/api/__pycache__/keywords.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/api/__pycache__/project.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/api/__pycache__/replstartup.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/api/__pycache__/strings.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/api/classes.py /usr/lib/python3.7/site-packages/jedi/api/completion.py + /usr/lib/python3.7/site-packages/jedi/api/completion_cache.py /usr/lib/python3.7/site-packages/jedi/api/environment.py + /usr/lib/python3.7/site-packages/jedi/api/errors.py /usr/lib/python3.7/site-packages/jedi/api/exceptions.py /usr/lib/python3.7/site-packages/jedi/api/file_name.py /usr/lib/python3.7/site-packages/jedi/api/helpers.py /usr/lib/python3.7/site-packages/jedi/api/interpreter.py /usr/lib/python3.7/site-packages/jedi/api/keywords.py /usr/lib/python3.7/site-packages/jedi/api/project.py + /usr/lib/python3.7/site-packages/jedi/api/refactoring/__init__.py + /usr/lib/python3.7/site-packages/jedi/api/refactoring/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/api/refactoring/__pycache__/extract.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/api/refactoring/extract.py /usr/lib/python3.7/site-packages/jedi/api/replstartup.py + /usr/lib/python3.7/site-packages/jedi/api/strings.py /usr/lib/python3.7/site-packages/jedi/cache.py /usr/lib/python3.7/site-packages/jedi/common/__init__.py /usr/lib/python3.7/site-packages/jedi/common/__pycache__/__init__.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/common/__pycache__/context.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/common/__pycache__/utils.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/common/context.py + /usr/lib/python3.7/site-packages/jedi/common/__pycache__/value.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/common/utils.py + /usr/lib/python3.7/site-packages/jedi/common/value.py /usr/lib/python3.7/site-packages/jedi/debug.py - /usr/lib/python3.7/site-packages/jedi/evaluate/__init__.py - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/__init__.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/analysis.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/arguments.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/base_context.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/cache.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/docstrings.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/dynamic.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/filters.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/finder.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/flow_analysis.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/helpers.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/imports.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/lazy_context.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/names.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/param.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/parser_cache.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/recursion.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/signature.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/star_args.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/syntax_tree.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/sys_path.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/usages.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/utils.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/analysis.py - /usr/lib/python3.7/site-packages/jedi/evaluate/arguments.py - /usr/lib/python3.7/site-packages/jedi/evaluate/base_context.py - /usr/lib/python3.7/site-packages/jedi/evaluate/cache.py - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/__init__.py - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/__pycache__/__init__.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/__pycache__/access.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/__pycache__/context.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/__pycache__/getattr_static.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/__pycache__/mixed.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/access.py - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/context.py - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/getattr_static.py - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/mixed.py - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/__init__.py - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/__main__.py - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/__pycache__/__init__.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/__pycache__/__main__.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/__pycache__/functions.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/functions.py - /usr/lib/python3.7/site-packages/jedi/evaluate/context/__init__.py - /usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/__init__.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/decorator.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/function.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/instance.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/iterable.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/klass.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/module.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/namespace.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/context/decorator.py - /usr/lib/python3.7/site-packages/jedi/evaluate/context/function.py - /usr/lib/python3.7/site-packages/jedi/evaluate/context/instance.py - /usr/lib/python3.7/site-packages/jedi/evaluate/context/iterable.py - /usr/lib/python3.7/site-packages/jedi/evaluate/context/klass.py - /usr/lib/python3.7/site-packages/jedi/evaluate/context/module.py - /usr/lib/python3.7/site-packages/jedi/evaluate/context/namespace.py - /usr/lib/python3.7/site-packages/jedi/evaluate/docstrings.py - /usr/lib/python3.7/site-packages/jedi/evaluate/dynamic.py - /usr/lib/python3.7/site-packages/jedi/evaluate/filters.py - /usr/lib/python3.7/site-packages/jedi/evaluate/finder.py - /usr/lib/python3.7/site-packages/jedi/evaluate/flow_analysis.py - /usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__init__.py - /usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__pycache__/__init__.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__pycache__/annotation.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__pycache__/conversion.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__pycache__/stub_context.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__pycache__/typeshed.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__pycache__/typing.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__pycache__/utils.cpython-37.pyc - /usr/lib/python3.7/site-packages/jedi/evaluate/gradual/annotation.py - /usr/lib/python3.7/site-packages/jedi/evaluate/gradual/conversion.py - /usr/lib/python3.7/site-packages/jedi/evaluate/gradual/stub_context.py - /usr/lib/python3.7/site-packages/jedi/evaluate/gradual/typeshed.py - /usr/lib/python3.7/site-packages/jedi/evaluate/gradual/typing.py - /usr/lib/python3.7/site-packages/jedi/evaluate/gradual/utils.py - /usr/lib/python3.7/site-packages/jedi/evaluate/helpers.py - /usr/lib/python3.7/site-packages/jedi/evaluate/imports.py - /usr/lib/python3.7/site-packages/jedi/evaluate/lazy_context.py - /usr/lib/python3.7/site-packages/jedi/evaluate/names.py - /usr/lib/python3.7/site-packages/jedi/evaluate/param.py - /usr/lib/python3.7/site-packages/jedi/evaluate/parser_cache.py - /usr/lib/python3.7/site-packages/jedi/evaluate/recursion.py - /usr/lib/python3.7/site-packages/jedi/evaluate/signature.py - /usr/lib/python3.7/site-packages/jedi/evaluate/star_args.py - /usr/lib/python3.7/site-packages/jedi/evaluate/syntax_tree.py - /usr/lib/python3.7/site-packages/jedi/evaluate/sys_path.py - /usr/lib/python3.7/site-packages/jedi/evaluate/usages.py - /usr/lib/python3.7/site-packages/jedi/evaluate/utils.py /usr/lib/python3.7/site-packages/jedi/file_io.py + /usr/lib/python3.7/site-packages/jedi/inference/__init__.py + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/analysis.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/arguments.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/base_value.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/cache.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/context.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/docstrings.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/dynamic_params.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/filters.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/finder.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/flow_analysis.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/helpers.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/imports.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/lazy_value.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/names.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/param.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/parser_cache.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/recursion.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/references.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/signature.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/star_args.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/syntax_tree.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/sys_path.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/__pycache__/utils.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/analysis.py + /usr/lib/python3.7/site-packages/jedi/inference/arguments.py + /usr/lib/python3.7/site-packages/jedi/inference/base_value.py + /usr/lib/python3.7/site-packages/jedi/inference/cache.py + /usr/lib/python3.7/site-packages/jedi/inference/compiled/__init__.py + /usr/lib/python3.7/site-packages/jedi/inference/compiled/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/compiled/__pycache__/access.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/compiled/__pycache__/getattr_static.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/compiled/__pycache__/mixed.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/compiled/__pycache__/value.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/compiled/access.py + /usr/lib/python3.7/site-packages/jedi/inference/compiled/getattr_static.py + /usr/lib/python3.7/site-packages/jedi/inference/compiled/mixed.py + /usr/lib/python3.7/site-packages/jedi/inference/compiled/subprocess/__init__.py + /usr/lib/python3.7/site-packages/jedi/inference/compiled/subprocess/__main__.py + /usr/lib/python3.7/site-packages/jedi/inference/compiled/subprocess/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/compiled/subprocess/__pycache__/__main__.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/compiled/subprocess/__pycache__/functions.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/compiled/subprocess/functions.py + /usr/lib/python3.7/site-packages/jedi/inference/compiled/value.py + /usr/lib/python3.7/site-packages/jedi/inference/context.py + /usr/lib/python3.7/site-packages/jedi/inference/docstrings.py + /usr/lib/python3.7/site-packages/jedi/inference/dynamic_params.py + /usr/lib/python3.7/site-packages/jedi/inference/filters.py + /usr/lib/python3.7/site-packages/jedi/inference/finder.py + /usr/lib/python3.7/site-packages/jedi/inference/flow_analysis.py + /usr/lib/python3.7/site-packages/jedi/inference/gradual/__init__.py + /usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/annotation.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/base.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/conversion.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/generics.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/stub_value.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/type_var.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/typeshed.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/typing.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/utils.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/gradual/annotation.py + /usr/lib/python3.7/site-packages/jedi/inference/gradual/base.py + /usr/lib/python3.7/site-packages/jedi/inference/gradual/conversion.py + /usr/lib/python3.7/site-packages/jedi/inference/gradual/generics.py + /usr/lib/python3.7/site-packages/jedi/inference/gradual/stub_value.py + /usr/lib/python3.7/site-packages/jedi/inference/gradual/type_var.py + /usr/lib/python3.7/site-packages/jedi/inference/gradual/typeshed.py + /usr/lib/python3.7/site-packages/jedi/inference/gradual/typing.py + /usr/lib/python3.7/site-packages/jedi/inference/gradual/utils.py + /usr/lib/python3.7/site-packages/jedi/inference/helpers.py + /usr/lib/python3.7/site-packages/jedi/inference/imports.py + /usr/lib/python3.7/site-packages/jedi/inference/lazy_value.py + /usr/lib/python3.7/site-packages/jedi/inference/names.py + /usr/lib/python3.7/site-packages/jedi/inference/param.py + /usr/lib/python3.7/site-packages/jedi/inference/parser_cache.py + /usr/lib/python3.7/site-packages/jedi/inference/recursion.py + /usr/lib/python3.7/site-packages/jedi/inference/references.py + /usr/lib/python3.7/site-packages/jedi/inference/signature.py + /usr/lib/python3.7/site-packages/jedi/inference/star_args.py + /usr/lib/python3.7/site-packages/jedi/inference/syntax_tree.py + /usr/lib/python3.7/site-packages/jedi/inference/sys_path.py + /usr/lib/python3.7/site-packages/jedi/inference/utils.py + /usr/lib/python3.7/site-packages/jedi/inference/value/__init__.py + /usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/decorator.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/dynamic_arrays.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/function.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/instance.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/iterable.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/klass.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/module.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/namespace.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/inference/value/decorator.py + /usr/lib/python3.7/site-packages/jedi/inference/value/dynamic_arrays.py + /usr/lib/python3.7/site-packages/jedi/inference/value/function.py + /usr/lib/python3.7/site-packages/jedi/inference/value/instance.py + /usr/lib/python3.7/site-packages/jedi/inference/value/iterable.py + /usr/lib/python3.7/site-packages/jedi/inference/value/klass.py + /usr/lib/python3.7/site-packages/jedi/inference/value/module.py + /usr/lib/python3.7/site-packages/jedi/inference/value/namespace.py /usr/lib/python3.7/site-packages/jedi/parser_utils.py /usr/lib/python3.7/site-packages/jedi/plugins/__init__.py /usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/__init__.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/flask.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/pytest.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/registry.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/stdlib.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/plugins/flask.py + /usr/lib/python3.7/site-packages/jedi/plugins/pytest.py /usr/lib/python3.7/site-packages/jedi/plugins/registry.py /usr/lib/python3.7/site-packages/jedi/plugins/stdlib.py - /usr/lib/python3.7/site-packages/jedi/refactoring.py /usr/lib/python3.7/site-packages/jedi/settings.py /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/LICENSE /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/BaseHTTPServer.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/CGIHTTPServer.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/ConfigParser.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/Cookie.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/HTMLParser.pyi @@ -199,7 +220,6 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/_struct.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/_symtable.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/_threading_local.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/_warnings.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/abc.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/ast.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/atexit.pyi @@ -209,6 +229,7 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/commands.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/compileall.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/cookielib.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/copy_reg.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/dircache.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/emxccompiler.pyi @@ -318,15 +339,20 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_bisect.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_codecs.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_csv.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_curses.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_heapq.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_random.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_warnings.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_weakref.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_weakrefset.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/aifc.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/argparse.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/array.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/asynchat.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/asyncore.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/audioop.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/base64.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/bdb.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/binascii.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/binhex.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/bisect.pyi @@ -335,6 +361,7 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/cProfile.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/calendar.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/cgi.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/cgitb.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/chunk.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/cmath.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/cmd.pyi @@ -349,6 +376,10 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/util.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/wintypes.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/ascii.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/panel.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/textpad.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/datetime.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/decimal.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/difflib.pyi @@ -400,6 +431,7 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/util.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/version.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/doctest.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/ensurepip/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/errno.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/filecmp.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/fileinput.pyi @@ -429,10 +461,13 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/config.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/handlers.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/macpath.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/mailbox.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/mailcap.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/marshal.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/math.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/mimetypes.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/mmap.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/modulefinder.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/netrc.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/nis.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/ntpath.pyi @@ -522,13 +557,11 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/zipfile.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/zipimport.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/zlib.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3.5/zipapp.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3.6/secrets.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3.7/contextvars.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3.7/dataclasses.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_ast.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_compression.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_curses.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_dummy_thread.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_imp.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_importlib_modulespec.pyi @@ -541,23 +574,28 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_thread.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_threading_local.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_tracemalloc.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_warnings.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_winapi.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/abc.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/ast.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/base_events.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/constants.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/coroutines.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/events.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/exceptions.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/futures.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/locks.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/proactor_events.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/protocols.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/queues.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/runners.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/selector_events.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/streams.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/subprocess.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/tasks.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/transports.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/windows_events.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/windows_utils.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/atexit.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/collections/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/collections/abc.pyi @@ -568,10 +606,7 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/process.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/thread.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/configparser.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/curses/__init__.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/curses/ascii.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/curses/panel.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/curses/textpad.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/copyreg.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/email/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/email/charset.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/email/contentmanager.pyi @@ -622,6 +657,7 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/abc.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/machinery.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/metadata.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/resources.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/util.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/inspect.pyi @@ -642,6 +678,7 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/pool.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/process.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/queues.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/shared_memory.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/spawn.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/synchronize.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/nntplib.pyi @@ -687,6 +724,7 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/types.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/typing.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/async_case.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/case.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/loader.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/mock.pyi @@ -694,12 +732,14 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/runner.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/signals.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/suite.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/util.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/error.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/parse.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/request.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/response.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/robotparser.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/zipapp.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/OpenSSL/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/OpenSSL/crypto.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/__init__.pyi @@ -707,17 +747,11 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/_base.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/process.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/thread.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/__init__.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/__init__.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/__init__.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/__init__.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/dsa.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/rsa.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/serialization.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/enum.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/fb303/FacebookService.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/fb303/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/gflags.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/ipaddress.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/client.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/exceptions.pyi @@ -725,11 +759,6 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/recipe/watchers.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/pathlib2.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/pymssql.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/redis/__init__.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/redis/client.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/redis/connection.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/redis/exceptions.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/redis/utils.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/routes/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/routes/mapper.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/routes/util.pyi @@ -738,6 +767,7 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/scribe/ttypes.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/six/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/BaseHTTPServer.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/CGIHTTPServer.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/SimpleHTTPServer.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/_dummy_thread.pyi @@ -897,6 +927,51 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/click/types.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/click/utils.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/croniter.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/exceptions.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/fernet.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/backends/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/backends/interfaces.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/binding.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dh.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dsa.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ec.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed25519.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed448.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/padding.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/rsa.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x25519.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x448.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/aead.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/algorithms.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/modes.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/cmac.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/constant_time.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/hashes.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/hmac.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/concatkdf.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/hkdf.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/kbkdf.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/pbkdf2.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/scrypt.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/x963kdf.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/keywrap.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/padding.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/poly1305.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/pkcs12.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/hotp.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/totp.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/x509.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/_common.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/parser.pyi @@ -906,6 +981,7 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/_common.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/tz.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/decorator.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/emoji.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/first.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/__init__.pyi @@ -926,6 +1002,12 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/testing.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/views.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/wrappers.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/database.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/errors.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/mixins.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/models.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/records.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/google/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/any_pb2.pyi @@ -1004,6 +1086,13 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_constants.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_native.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_speedups.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/compat.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/const.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/decoder.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/errors.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/extension.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/reader.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/mock.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/mypy_extensions.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/pycurl.pyi @@ -1035,7 +1124,13 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/settings.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/throttle.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/types.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/pyre_extensions.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/pytz/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/client.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/connection.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/exceptions.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/utils.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/adapters.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/api.pyi @@ -1109,6 +1204,13 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/formparser.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/http.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/local.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/dispatcher.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/http_proxy.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/lint.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/profiler.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/proxy_fix.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/shared_data.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/posixemulation.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/routing.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/script.pyi @@ -1138,7 +1240,7 @@ /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/scanner.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/serializer.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/tokens.pyi - /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/3.5/contextvars.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/3/contextvars.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/3/dataclasses.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/3/docutils/__init__.pyi /usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/3/docutils/examples.pyi @@ -1205,12 +1307,12 @@ - - 2020-01-26 - 0.15.1 + + 2020-04-26 + 0.17.0 Packaging update - Joey Riches - josephriches@gmail.com + Longwu Ou + xulongwu4@gmail.com \ No newline at end of file