diff --git a/files/fix-test.patch b/files/fix-test.patch deleted file mode 100644 --- a/files/fix-test.patch +++ /dev/null @@ -1,23 +0,0 @@ -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,9 @@ name : python3-jedi -version : 0.17.0 -release : 12 +version : 0.17.2 +release : 13 source : - - git|https://github.com/davidhalter/jedi.git : v0.17.0 + - git|https://github.com/davidhalter/jedi.git : v0.17.2 +homepage : https://github.com/davidhalter/jedi license : MIT component : programming.python summary : An autocompletion tool for Python that can be used for text editors. @@ -13,8 +14,6 @@ - python-pytest rundeps : - python-parso -setup : | - %patch -p1 < $pkgfiles/fix-test.patch build : | %python3_setup install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,9 +1,10 @@ python3-jedi + https://github.com/davidhalter/jedi - Longwu Ou - xulongwu4@gmail.com + Algent Albrahimi + algent@protonmail.com MIT programming.python @@ -19,17 +20,18 @@ programming.python - /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-0.17.2-py3.7.egg-info/PKG-INFO + /usr/lib/python3.7/site-packages/jedi-0.17.2-py3.7.egg-info/SOURCES.txt + /usr/lib/python3.7/site-packages/jedi-0.17.2-py3.7.egg-info/dependency_links.txt + /usr/lib/python3.7/site-packages/jedi-0.17.2-py3.7.egg-info/requires.txt + /usr/lib/python3.7/site-packages/jedi-0.17.2-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 /usr/lib/python3.7/site-packages/jedi/__pycache__/__main__.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/__pycache__/_compatibility.cpython-37.pyc /usr/lib/python3.7/site-packages/jedi/__pycache__/cache.cpython-37.pyc + /usr/lib/python3.7/site-packages/jedi/__pycache__/common.cpython-37.pyc /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 @@ -69,12 +71,7 @@ /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__/utils.cpython-37.pyc - /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/common.py /usr/lib/python3.7/site-packages/jedi/debug.py /usr/lib/python3.7/site-packages/jedi/file_io.py /usr/lib/python3.7/site-packages/jedi/inference/__init__.py @@ -182,15 +179,495 @@ /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__/django.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/django.py /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/settings.py + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/LICENSE.txt + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/apps/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/apps/config.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/apps/registry.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/conf/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/conf/global_settings.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/conf/locale/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/i18n.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/static.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/actions.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/apps.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/checks.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/decorators.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/filters.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/forms.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/helpers.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/models.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/options.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/sites.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_list.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_modify.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_static.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_urls.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/log.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/tests.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/autocomplete.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/decorators.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/main.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/widgets.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/middleware.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/urls.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/views.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/admin.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/apps.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/backends.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/base_user.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/checks.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/context_processors.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/decorators.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/forms.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/modwsgi.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/hashers.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/changepassword.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/createsuperuser.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/middleware.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/mixins.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/models.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/password_validation.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/signals.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/tokens.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/urls.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/validators.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/views.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/admin.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/apps.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/checks.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/fields.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/forms.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/models.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/views.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/forms.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/middleware.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/models.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/sitemaps.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/flatpages.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/urls.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/views.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/fields.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/humanize.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/api.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/constants.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/context_processors.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/middleware.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/cookie.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/fallback.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/session.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/views.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/general.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/mixins.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/statistics.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/constraints.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/array.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/citext.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/hstore.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/jsonb.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/mixins.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/ranges.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/functions.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/indexes.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/lookups.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/operations.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/search.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/signals.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/validators.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/middleware.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/models.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cache.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cached_db.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/db.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/file.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/signed_cookies.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/base_session.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/exceptions.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/clearsessions.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/middleware.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/models.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/serializers.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/ping_google.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/views.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/apps.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/management.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/managers.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/middleware.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/models.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/requests.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/shortcuts.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/apps.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/checks.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/finders.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/handlers.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/collectstatic.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/findstatic.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/runserver.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/storage.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/staticfiles.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/testing.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/urls.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/views.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/views.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/db.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/dummy.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/filebased.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/locmem.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/memcached.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/caches.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/database.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/messages.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/model_checks.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/registry.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/csrf.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/sessions.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/templates.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/translation.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/urls.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/exceptions.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/images.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/locks.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/move.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/storage.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/temp.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/uploadedfile.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/uploadhandler.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/exception.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/wsgi.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/console.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/dummy.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/filebased.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/locmem.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/smtp.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/message.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/color.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/dumpdata.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/loaddata.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/makemessages.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/runserver.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/testserver.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/sql.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/templates.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/paginator.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/json.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/python.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/basehttp.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/signals.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/signing.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/validators.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/wsgi.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/client.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/creation.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/features.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/introspection.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/operations.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/schema.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/validation.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/ddl_references.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/client.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/client.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/creation.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/operations.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/signals.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/creation.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/features.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/introspection.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/operations.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/schema.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/autodetector.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/exceptions.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/executor.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/graph.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/loader.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/migration.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/fields.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/models.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/special.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/optimizer.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/questioner.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/recorder.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/serializer.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/state.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/topological_sort.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/writer.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/aggregates.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/constraints.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/deletion.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/enums.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/expressions.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/files.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/mixins.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/proxy.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_descriptors.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_lookups.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/reverse_related.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/comparison.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/datetime.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/math.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/mixins.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/text.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/window.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/indexes.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/lookups.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/manager.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/options.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/query.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/query_utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/signals.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/compiler.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/constants.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/datastructures.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/query.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/subqueries.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/where.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/transaction.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/dispatcher.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/boundfield.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/fields.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/forms.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/formsets.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/models.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/renderers.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/widgets.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/http/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/http/cookie.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/http/multipartparser.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/http/request.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/http/response.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/cache.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/clickjacking.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/common.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/csrf.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/gzip.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/http.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/locale.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/security.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/shortcuts.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/django.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/dummy.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/jinja2.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/context.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/context_processors.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/defaultfilters.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/defaulttags.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/engine.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/exceptions.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/library.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loader.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loader_tags.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/app_directories.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/cached.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/filesystem.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/locmem.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/response.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/smartif.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/cache.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/i18n.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/l10n.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/static.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/tz.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/client.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/html.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/runner.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/selenium.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/signals.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/testcases.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/urls/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/urls/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/urls/conf.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/urls/converters.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/urls/exceptions.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/urls/resolvers.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/urls/utils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/_os.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/archive.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/autoreload.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/baseconv.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/cache.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/crypto.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/datastructures.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dateformat.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dateparse.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dates.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/datetime_safe.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/deconstruct.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/decorators.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/deprecation.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/duration.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/encoding.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/feedgenerator.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/formats.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/functional.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/hashable.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/html.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/http.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/inspect.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/ipv6.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/itercompat.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/jslex.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/log.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/lorem_ipsum.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/module_loading.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/numberformat.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/regex_helper.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/safestring.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/six.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/termcolors.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/text.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/timesince.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/timezone.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/topological_sort.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/reloader.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/template.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_null.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_real.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/tree.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/version.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/xmlutils.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/csrf.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/debug.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/cache.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/clickjacking.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/csrf.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/debug.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/gzip.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/http.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/vary.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/defaults.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/__init__.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/base.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/dates.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/detail.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/edit.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/list.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/i18n.pyi + /usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/static.pyi /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 @@ -1307,12 +1784,12 @@ - - 2020-04-26 - 0.17.0 + + 2020-08-12 + 0.17.2 Packaging update - Longwu Ou - xulongwu4@gmail.com + Algent Albrahimi + algent@protonmail.com \ No newline at end of file