Received: by mail.netbsd.org (Postfix, from userid 605) id 4955384E83; Sat, 20 Jun 2020 07:16:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C61B684E7E for ; Sat, 20 Jun 2020 07:16:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id svsb6idlgm2m for ; Sat, 20 Jun 2020 07:16:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6DF7E84D22 for ; Sat, 20 Jun 2020 07:16:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 61BB1FB28; Sat, 20 Jun 2020 07:16:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159263736660320" MIME-Version: 1.0 Date: Sat, 20 Jun 2020 07:16:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/editors/py-jedi To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200620071606.61BB1FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159263736660320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jun 20 07:16:06 UTC 2020 Modified Files: pkgsrc/editors/py-jedi: Makefile PLIST distinfo Log Message: py-jedi: updated to 0.17.1 0.17.1: - Django ``Model`` meta class support - Django Manager support (completion on Managers/QuerySets) - Added Django Stubs to Jedi, thanks to all contributors of the `Django Stubs `_ project - Added ``SyntaxError.get_message`` - Python 3.9 support - Bugfixes (mostly towards Generics) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/py-jedi/Makefile \ pkgsrc/editors/py-jedi/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/py-jedi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159263736660320 Content-Disposition: inline Content-Length: 44001 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/py-jedi/Makefile diff -u pkgsrc/editors/py-jedi/Makefile:1.3 pkgsrc/editors/py-jedi/Makefile:1.4 --- pkgsrc/editors/py-jedi/Makefile:1.3 Thu May 21 13:24:53 2020 +++ pkgsrc/editors/py-jedi/Makefile Sat Jun 20 07:16:06 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2020/05/21 13:24:53 adam Exp $ +# $NetBSD: Makefile,v 1.4 2020/06/20 07:16:06 adam Exp $ -DISTNAME= jedi-0.17.0 +DISTNAME= jedi-0.17.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= editors python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jedi/} Index: pkgsrc/editors/py-jedi/PLIST diff -u pkgsrc/editors/py-jedi/PLIST:1.3 pkgsrc/editors/py-jedi/PLIST:1.4 --- pkgsrc/editors/py-jedi/PLIST:1.3 Wed May 20 16:19:22 2020 +++ pkgsrc/editors/py-jedi/PLIST Sat Jun 20 07:16:06 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2020/05/20 16:19:22 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2020/06/20 07:16:06 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -64,15 +64,9 @@ ${PYSITELIB}/jedi/api/strings.pyo ${PYSITELIB}/jedi/cache.py ${PYSITELIB}/jedi/cache.pyc ${PYSITELIB}/jedi/cache.pyo -${PYSITELIB}/jedi/common/__init__.py -${PYSITELIB}/jedi/common/__init__.pyc -${PYSITELIB}/jedi/common/__init__.pyo -${PYSITELIB}/jedi/common/utils.py -${PYSITELIB}/jedi/common/utils.pyc -${PYSITELIB}/jedi/common/utils.pyo -${PYSITELIB}/jedi/common/value.py -${PYSITELIB}/jedi/common/value.pyc -${PYSITELIB}/jedi/common/value.pyo +${PYSITELIB}/jedi/common.py +${PYSITELIB}/jedi/common.pyc +${PYSITELIB}/jedi/common.pyo ${PYSITELIB}/jedi/debug.py ${PYSITELIB}/jedi/debug.pyc ${PYSITELIB}/jedi/debug.pyo @@ -238,6 +232,9 @@ ${PYSITELIB}/jedi/parser_utils.pyo ${PYSITELIB}/jedi/plugins/__init__.py ${PYSITELIB}/jedi/plugins/__init__.pyc ${PYSITELIB}/jedi/plugins/__init__.pyo +${PYSITELIB}/jedi/plugins/django.py +${PYSITELIB}/jedi/plugins/django.pyc +${PYSITELIB}/jedi/plugins/django.pyo ${PYSITELIB}/jedi/plugins/flask.py ${PYSITELIB}/jedi/plugins/flask.pyc ${PYSITELIB}/jedi/plugins/flask.pyo @@ -253,6 +250,484 @@ ${PYSITELIB}/jedi/plugins/stdlib.pyo ${PYSITELIB}/jedi/settings.py ${PYSITELIB}/jedi/settings.pyc ${PYSITELIB}/jedi/settings.pyo +${PYSITELIB}/jedi/third_party/django-stubs/LICENSE.txt +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/apps/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/apps/config.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/apps/registry.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/conf/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/conf/global_settings.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/conf/locale/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/conf/urls/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/conf/urls/i18n.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/conf/urls/static.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/actions.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/apps.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/checks.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/decorators.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/filters.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/forms.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/helpers.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/models.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/options.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/sites.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_list.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_modify.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_static.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_urls.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/log.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/tests.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/autocomplete.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/decorators.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/main.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admin/widgets.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/middleware.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/urls.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/views.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/admin.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/apps.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/backends.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/base_user.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/checks.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/context_processors.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/decorators.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/forms.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/modwsgi.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/hashers.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/changepassword.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/createsuperuser.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/middleware.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/mixins.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/models.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/password_validation.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/signals.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/tokens.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/urls.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/validators.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/auth/views.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/admin.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/apps.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/checks.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/fields.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/forms.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/models.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/views.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/forms.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/middleware.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/models.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/sitemaps.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/flatpages.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/urls.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/views.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/gis/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/fields.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/humanize/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/humanize.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/messages/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/messages/api.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/messages/constants.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/messages/context_processors.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/messages/middleware.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/cookie.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/fallback.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/session.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/messages/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/messages/views.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/general.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/mixins.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/statistics.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/constraints.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/array.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/citext.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/hstore.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/jsonb.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/mixins.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/ranges.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/functions.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/indexes.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/lookups.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/operations.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/search.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/signals.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/postgres/validators.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/redirects/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/redirects/middleware.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/redirects/models.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cache.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cached_db.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/db.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/file.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/signed_cookies.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/base_session.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/exceptions.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/clearsessions.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/middleware.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/models.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sessions/serializers.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/ping_google.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/views.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sites/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sites/apps.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sites/management.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sites/managers.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sites/middleware.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sites/models.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sites/requests.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/sites/shortcuts.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/apps.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/checks.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/finders.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/handlers.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/collectstatic.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/findstatic.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/runserver.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/storage.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/staticfiles.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/testing.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/urls.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/views.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/syndication/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/contrib/syndication/views.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/cache/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/cache/backends/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/cache/backends/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/cache/backends/db.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/cache/backends/dummy.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/cache/backends/filebased.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/cache/backends/locmem.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/cache/backends/memcached.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/cache/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/checks/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/checks/caches.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/checks/database.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/checks/messages.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/checks/model_checks.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/checks/registry.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/checks/security/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/checks/security/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/checks/security/csrf.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/checks/security/sessions.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/checks/templates.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/checks/translation.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/checks/urls.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/exceptions.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/files/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/files/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/files/images.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/files/locks.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/files/move.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/files/storage.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/files/temp.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/files/uploadedfile.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/files/uploadhandler.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/files/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/handlers/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/handlers/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/handlers/exception.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/handlers/wsgi.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/mail/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/mail/backends/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/mail/backends/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/mail/backends/console.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/mail/backends/dummy.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/mail/backends/filebased.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/mail/backends/locmem.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/mail/backends/smtp.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/mail/message.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/mail/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/management/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/management/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/management/color.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/management/commands/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/management/commands/dumpdata.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/management/commands/loaddata.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/management/commands/makemessages.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/management/commands/runserver.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/management/commands/testserver.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/management/sql.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/management/templates.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/management/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/paginator.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/serializers/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/serializers/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/serializers/json.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/serializers/python.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/servers/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/servers/basehttp.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/signals.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/signing.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/validators.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/core/wsgi.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/base/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/base/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/base/client.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/base/creation.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/base/features.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/base/introspection.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/base/operations.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/base/schema.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/base/validation.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/ddl_references.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/client.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/client.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/creation.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/operations.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/signals.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/creation.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/features.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/introspection.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/operations.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/schema.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/backends/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/autodetector.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/exceptions.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/executor.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/graph.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/loader.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/migration.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/fields.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/models.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/special.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/optimizer.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/questioner.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/recorder.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/serializer.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/state.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/topological_sort.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/migrations/writer.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/aggregates.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/constraints.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/deletion.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/enums.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/expressions.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/fields/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/fields/files.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/fields/mixins.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/fields/proxy.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/fields/related.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_descriptors.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_lookups.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/fields/reverse_related.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/functions/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/functions/comparison.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/functions/datetime.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/functions/math.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/functions/mixins.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/functions/text.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/functions/window.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/indexes.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/lookups.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/manager.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/options.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/query.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/query_utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/signals.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/sql/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/sql/compiler.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/sql/constants.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/sql/datastructures.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/sql/query.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/sql/subqueries.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/sql/where.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/models/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/transaction.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/db/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/dispatch/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/dispatch/dispatcher.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/forms/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/forms/boundfield.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/forms/fields.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/forms/forms.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/forms/formsets.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/forms/models.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/forms/renderers.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/forms/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/forms/widgets.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/http/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/http/cookie.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/http/multipartparser.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/http/request.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/http/response.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/middleware/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/middleware/cache.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/middleware/clickjacking.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/middleware/common.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/middleware/csrf.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/middleware/gzip.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/middleware/http.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/middleware/locale.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/middleware/security.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/shortcuts.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/backends/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/backends/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/backends/django.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/backends/dummy.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/backends/jinja2.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/backends/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/context.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/context_processors.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/defaultfilters.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/defaulttags.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/engine.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/exceptions.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/library.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/loader.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/loader_tags.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/loaders/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/loaders/app_directories.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/loaders/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/loaders/cached.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/loaders/filesystem.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/loaders/locmem.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/response.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/smartif.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/template/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/templatetags/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/templatetags/cache.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/templatetags/i18n.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/templatetags/l10n.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/templatetags/static.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/templatetags/tz.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/test/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/test/client.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/test/html.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/test/runner.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/test/selenium.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/test/signals.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/test/testcases.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/test/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/urls/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/urls/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/urls/conf.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/urls/converters.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/urls/exceptions.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/urls/resolvers.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/urls/utils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/_os.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/archive.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/autoreload.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/baseconv.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/cache.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/crypto.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/datastructures.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/dateformat.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/dateparse.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/dates.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/datetime_safe.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/deconstruct.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/decorators.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/deprecation.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/duration.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/encoding.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/feedgenerator.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/formats.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/functional.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/hashable.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/html.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/http.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/inspect.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/ipv6.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/itercompat.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/jslex.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/log.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/lorem_ipsum.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/module_loading.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/numberformat.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/regex_helper.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/safestring.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/six.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/termcolors.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/text.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/timesince.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/timezone.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/topological_sort.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/translation/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/translation/reloader.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/translation/template.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_null.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_real.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/tree.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/version.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/utils/xmlutils.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/csrf.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/debug.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/decorators/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/decorators/cache.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/decorators/clickjacking.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/decorators/csrf.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/decorators/debug.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/decorators/gzip.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/decorators/http.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/decorators/vary.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/defaults.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/generic/__init__.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/generic/base.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/generic/dates.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/generic/detail.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/generic/edit.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/generic/list.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/i18n.pyi +${PYSITELIB}/jedi/third_party/django-stubs/django-stubs/views/static.pyi ${PYSITELIB}/jedi/third_party/typeshed/LICENSE ${PYSITELIB}/jedi/third_party/typeshed/stdlib/2/BaseHTTPServer.pyi ${PYSITELIB}/jedi/third_party/typeshed/stdlib/2/CGIHTTPServer.pyi Index: pkgsrc/editors/py-jedi/distinfo diff -u pkgsrc/editors/py-jedi/distinfo:1.2 pkgsrc/editors/py-jedi/distinfo:1.3 --- pkgsrc/editors/py-jedi/distinfo:1.2 Mon May 18 08:35:13 2020 +++ pkgsrc/editors/py-jedi/distinfo Sat Jun 20 07:16:06 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/05/18 08:35:13 wiz Exp $ +$NetBSD: distinfo,v 1.3 2020/06/20 07:16:06 adam Exp $ -SHA1 (jedi-0.17.0.tar.gz) = 87408742e4bc7a0cea9512757388ed58587c3956 -RMD160 (jedi-0.17.0.tar.gz) = 52c62834dfc561fe349dfee53cfb00d7a4024cd8 -SHA512 (jedi-0.17.0.tar.gz) = 00c74f53665c8feb811bd3821d797529acf36d07b962bcd585a8d5263ccacbdcb4aa35e2bfd89c384b13d1acb5452e94427ee2815169132ec18a53d9bf9edca4 -Size (jedi-0.17.0.tar.gz) = 953177 bytes +SHA1 (jedi-0.17.1.tar.gz) = 382d259dcfcaa8a5a97d5fcb23cc45658352f788 +RMD160 (jedi-0.17.1.tar.gz) = 03aa576b39d1674936e31807ab560c74138673d2 +SHA512 (jedi-0.17.1.tar.gz) = b86297b2fbb212695469b34288836e3346a33c5c6b83337dbe4ceaaeb2b4185dcb6c888336e24f6da3fe22a39c803af5c34ae5a4ed1d177fde1c1d7fc143bf09 +Size (jedi-0.17.1.tar.gz) = 1137664 bytes --_----------=_159263736660320--