Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jan 2024 17:15:29 GMT
From:      Joel Bodenmann <jbo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 81a66184d748 - main - devel/jetbrains-clion: Update to 2023.3.2
Message-ID:  <202401141715.40EHFTXg071095@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=81a66184d7487e4485a643069b67ca839951c4ad

commit 81a66184d7487e4485a643069b67ca839951c4ad
Author:     Dmitry Wagin <dmitry.wagin@ya.ru>
AuthorDate: 2024-01-12 12:50:09 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2024-01-14 17:09:31 +0000

    devel/jetbrains-clion: Update to 2023.3.2
    
    What's New: https://www.jetbrains.com/clion/whatsnew/#v20233-dec-06
    Changelog: https://youtrack.jetbrains.com/articles/CPP-A-230654280
    
    PR:                     275923
    Approved by:            tcberner (mentor)
    Differential Revision:  https://reviews.freebsd.org/D43419
---
 devel/jetbrains-clion/Makefile  |   12 +-
 devel/jetbrains-clion/distinfo  |    6 +-
 devel/jetbrains-clion/pkg-plist | 1955 +++++++++++++++++++++++++++++++++------
 3 files changed, 1672 insertions(+), 301 deletions(-)

diff --git a/devel/jetbrains-clion/Makefile b/devel/jetbrains-clion/Makefile
index e405b0593b6a..632212c23e63 100644
--- a/devel/jetbrains-clion/Makefile
+++ b/devel/jetbrains-clion/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	clion
-DISTVERSION=	2023.2.2
+DISTVERSION=	2023.3.2
 CATEGORIES=	devel java
 MASTER_SITES=	https://download-cdn.jetbrains.com/cpp/
 PKGNAMEPREFIX=	jetbrains-
@@ -18,7 +18,8 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 BUILD_DEPENDS=	jna>0:devel/jna
 RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier \
 		jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \
-		jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite \
+		jetbrains-restarter>=233.11799.241:devel/jetbrains-restarter \
+		jetbrains-sqlite>=233.11799.241:devel/jetbrains-sqlite \
 		lsof:sysutils/lsof
 
 USES=		cpe python:run shebangfix
@@ -27,8 +28,7 @@ CPE_VENDOR=	jetbrains
 USE_JAVA=	yes
 JAVA_VERSION=	17+
 
-SHEBANG_FILES=	bin/restart.py \
-		plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh
+SHEBANG_FILES=	plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh
 
 DATADIR=	${PREFIX}/share/jetbrains/${PORTNAME}
 NO_ARCH=	yes
@@ -50,7 +50,9 @@ do-install:
 		${WRKSRC}/bin/ninja \
 		${WRKSRC}/bin/remote-dev-server.sh \
 		${WRKSRC}/bin/repair \
+		${WRKSRC}/bin/restarter \
 		${WRKSRC}/jbr \
+		${WRKSRC}/lib/async-profiler \
 		${WRKSRC}/lib/jna \
 		${WRKSRC}/lib/native \
 		${WRKSRC}/lib/pty4j \
@@ -76,6 +78,8 @@ do-install:
 # Use pty4j replacement provided by devel/jetbrains-pty4j
 	${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64
 	${LN} -sf ../../../../../pty4j/amd64/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64/libpty.so
+# Use restarter provided by devel/jetbrains-restarter
+	${LN} -sf ../../restarter/restarter ${STAGEDIR}${DATADIR}/bin/restarter
 # Use sqlite replacement provided by devel/jetbrains-sqlite
 	${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64
 	${LN} -sf ../../../../sqlite/amd64/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64/libsqliteij.so
diff --git a/devel/jetbrains-clion/distinfo b/devel/jetbrains-clion/distinfo
index 72f712969a55..58d690b961bd 100644
--- a/devel/jetbrains-clion/distinfo
+++ b/devel/jetbrains-clion/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1694866027
-SHA256 (jetbrains/CLion-2023.2.2.tar.gz) = 941036313c618dcfc62cc36b605ce680a36add52a7e37ee9b1981e52e35e52a3
-SIZE (jetbrains/CLion-2023.2.2.tar.gz) = 873255621
+TIMESTAMP = 1703157332
+SHA256 (jetbrains/CLion-2023.3.2.tar.gz) = f342d0f62454cea04b89db67dc1a720e6d2b767bbd93bafa270d9c92367086c2
+SIZE (jetbrains/CLion-2023.3.2.tar.gz) = 906106638
diff --git a/devel/jetbrains-clion/pkg-plist b/devel/jetbrains-clion/pkg-plist
index 8956b4c9b4a8..fb2bf8d82ac7 100644
--- a/devel/jetbrains-clion/pkg-plist
+++ b/devel/jetbrains-clion/pkg-plist
@@ -30,6 +30,8 @@ share/applications/clion.desktop
 %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_summary.py
 %%DATADIR%%/bin/idea.properties
 %%DATADIR%%/bin/inspect.sh
+%%DATADIR%%/bin/jetbrains_client.sh
+%%DATADIR%%/bin/jetbrains_client64.vmoptions
 %%DATADIR%%/bin/lldb/helpers/jb_lldb_init.py
 %%DATADIR%%/bin/lldb/helpers/jb_lldb_stepping.py
 %%DATADIR%%/bin/lldb/helpers/renderers/__init__.py
@@ -51,7 +53,7 @@ share/applications/clion.desktop
 %%DATADIR%%/bin/lldb/renderers/lldb_formatters/__init__.py
 %%DATADIR%%/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py
 %%DATADIR%%/bin/ltedit.sh
-%%DATADIR%%/bin/restart.py
+%%DATADIR%%/bin/restarter
 %%DATADIR%%/bin/rtos/azure/Thread.py
 %%DATADIR%%/bin/rtos/azure/__init__.py
 %%DATADIR%%/bin/rtos/azure/cortex_m.py
@@ -73,23 +75,23 @@ share/applications/clion.desktop
 %%DATADIR%%/build.txt
 %%DATADIR%%/help/ReferenceCard.pdf
 %%DATADIR%%/help/ReferenceCardForMac.pdf
-%%DATADIR%%/lib/annotations-java5.jar
+%%DATADIR%%/lib/annotations.jar
 %%DATADIR%%/lib/app-client.jar
 %%DATADIR%%/lib/app.jar
 %%DATADIR%%/lib/async-profiler.jar
 %%DATADIR%%/lib/bouncy-castle.jar
-%%DATADIR%%/lib/build-marker-CL-232.9921.42
+%%DATADIR%%/lib/build-marker-CL-233.13135.93
 %%DATADIR%%/lib/byte-buddy-agent.jar
 %%DATADIR%%/lib/cds/classesLogAgent.jar
 %%DATADIR%%/lib/error-prone-annotations.jar
+%%DATADIR%%/lib/ext/platform-main.jar
 %%DATADIR%%/lib/external-system-rt.jar
 %%DATADIR%%/lib/externalProcess-rt.jar
 %%DATADIR%%/lib/forms_rt.jar
 %%DATADIR%%/lib/groovy.jar
 %%DATADIR%%/lib/grpc.jar
-%%DATADIR%%/lib/intellij-coverage-agent-1.0.723.jar
+%%DATADIR%%/lib/intellij-coverage-agent-1.0.738.jar
 %%DATADIR%%/lib/intellij-test-discovery.jar
-%%DATADIR%%/lib/jetbrains-annotations.jar
 %%DATADIR%%/lib/jna/amd64/libjnidispatch.so
 %%DATADIR%%/lib/jps-model.jar
 %%DATADIR%%/lib/jsch-agent.jar
@@ -110,20 +112,13 @@ share/applications/clion.desktop
 %%DATADIR%%/lib/util-8.jar
 %%DATADIR%%/lib/util.jar
 %%DATADIR%%/lib/util_rt.jar
-%%DATADIR%%/license/CMake-license-cygwin-exception.txt
-%%DATADIR%%/license/GDB-license.txt
-%%DATADIR%%/license/GDB-sources.txt
-%%DATADIR%%/license/LLDB-license.txt
-%%DATADIR%%/license/OpenSSL-license.txt
-%%DATADIR%%/license/Python-license.txt
 %%DATADIR%%/license/javahelp_license.txt
 %%DATADIR%%/license/javolution_license.txt
-%%DATADIR%%/license/libstdcxx_printers-license.txt
-%%DATADIR%%/license/libstdcxx_printers-sources.txt
 %%DATADIR%%/license/saxon-conditions.html
 %%DATADIR%%/license/third-party-libraries.html
 %%DATADIR%%/license/third-party-libraries.json
 %%DATADIR%%/license/yourkit-license-redist.txt
+%%DATADIR%%/modules/module-descriptors.jar
 %%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
 %%DATADIR%%/plugins/DatabaseTools/lib/database-minicats.jar
 %%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
@@ -162,12 +157,14 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/cidr-langInjection-plugin/lib/cidr-langInjection-plugin.jar
 %%DATADIR%%/plugins/cidr-linkerscript/lib/cidr-linkerscript.jar
 %%DATADIR%%/plugins/cidr-markdown-plugin/lib/cidr-markdown-plugin.jar
+%%DATADIR%%/plugins/cidr-parallelStacks-plugin/lib/cidr-parallelStacks-plugin.jar
 %%DATADIR%%/plugins/clion-compdb-plugin/lib/clion-compdb-plugin.jar
 %%DATADIR%%/plugins/clion-ctest-plugin/lib/clion-ctest-plugin.jar
 %%DATADIR%%/plugins/clion-diagnostics-plugin/lib/clion-diagnostics-plugin.jar
 %%DATADIR%%/plugins/clion-embedded-plugin/lib/clion-embedded-plugin.jar
 %%DATADIR%%/plugins/clion-ide/lib/clion-ide.jar
 %%DATADIR%%/plugins/clion-makefile-plugin/lib/clion-makefile-plugin.jar
+%%DATADIR%%/plugins/clion-meson-plugin/lib/clion-meson-plugin.jar
 %%DATADIR%%/plugins/clion-packageManager-plugin/lib/clion-packageManager-plugin.jar
 %%DATADIR%%/plugins/clion-performanceTesting-plugin/lib/clion-performanceTesting-plugin.jar
 %%DATADIR%%/plugins/clion-runFile-plugin/lib/clion-runFile-plugin.jar
@@ -176,7 +173,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/clion-test-doctest-plugin/lib/clion-test-doctest-plugin.jar
 %%DATADIR%%/plugins/clion-test-google-plugin/lib/clion-test-google-plugin.jar
 %%DATADIR%%/plugins/clion-webDeployment-plugin/lib/clion-webDeployment-plugin.jar
-%%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar
 %%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway.jar
 %%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar
 %%DATADIR%%/plugins/color-scheme-all_hallows_eve/lib/color-scheme-all_hallows_eve.jar
@@ -197,7 +193,10 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/copyright/lib/copyright.jar
 %%DATADIR%%/plugins/css-impl/lib/css-impl.jar
 %%DATADIR%%/plugins/dev/lib/dev.jar
+%%DATADIR%%/plugins/dts/lib/dts.jar
+%%DATADIR%%/plugins/dynamicPluginsTests-performanceTesting/lib/dynamicPluginsTests-performanceTesting.jar
 %%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar
+%%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar
 %%DATADIR%%/plugins/gateway-plugin/lib/gateway-plugin.jar
 %%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.core.jar
 %%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.jar
@@ -253,8 +252,8 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js
 %%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-reporter.js
 %%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-util.js
-%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-8314e18161f9.ijx
-%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-8314e18161f9.txt
+%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-c44b541a36ca.ijx
+%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-c44b541a36ca.txt
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/browser.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/cancellationToken.js
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/diagnosticMessages.json
@@ -279,6 +278,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2016.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2016.full.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.date.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.full.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.intl.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.object.d.ts
@@ -325,11 +325,14 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.sharedmemory.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.string.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.array.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.collection.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.full.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es5.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es6.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.decorators.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.disposable.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.full.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.intl.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts
@@ -401,6 +404,38 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/javascript-impl/languageService/eslint/src/typings/js-lanuage-api.d.ts
 %%DATADIR%%/plugins/javascript-impl/languageService/eslint/tsconfig.json
 %%DATADIR%%/plugins/javascript-impl/lib/javascript-impl.jar
+%%DATADIR%%/plugins/javascript-impl/reporting/core/reporterUtils.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/core/reporterUtils.js
+%%DATADIR%%/plugins/javascript-impl/reporting/core/suiteNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/core/suiteNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testCaseNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testCaseNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testCaseStepNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testCaseStepNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testEventsHandler.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testEventsHandler.js
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testNodeStatus.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testNodeStatus.js
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/constants.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/constants.js
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressReporter.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressReporter.js
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressSuitNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressSuitNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressTestNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressTestNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightReporter.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightReporter.js
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightSuitNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightSuitNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestStep.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestStep.js
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestStructure.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestStructure.js
 %%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar
 %%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar
 %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt
@@ -434,6 +469,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/less/lib/less.jar
 %%DATADIR%%/plugins/makefile/lib/makefile.jar
 %%DATADIR%%/plugins/markdown/lib/markdown.jar
+%%DATADIR%%/plugins/ml-llm/lib/ml-llm.jar
 %%DATADIR%%/plugins/nativeDebug-plugin/lib/nativeDebug-plugin.jar
 %%DATADIR%%/plugins/nextjs/lib/nextjs.jar
 %%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar
@@ -447,10 +483,17 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaTreeUtil.js
 %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/single-element-queue.js
 %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/package.json
+%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/file-nodes.js
+%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/stderr-collector.js
+%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/test-tree-builder.js
+%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/nodejsTestRunnerIntellijReporter.js
 %%DATADIR%%/plugins/nodeJS/js/nodeunit/nodeunit-intellij-starter.js
 %%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar
 %%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar
 %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
+%%DATADIR%%/plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release
+%%DATADIR%%/plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release
+%%DATADIR%%/plugins/platform-ijent-impl/lib/platform-ijent-impl.jar
 %%DATADIR%%/plugins/platform-images/lib/platform-images.jar
 %%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar
 %%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar
@@ -1229,6 +1272,8 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/__init__.py
 %%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/backend_interagg.py
 %%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/sitecustomize.py
+%%DATADIR%%/plugins/python-ce/helpers/pycodestyle-2.10.0.py
+%%DATADIR%%/plugins/python-ce/helpers/pycodestyle-2.8.0.py
 %%DATADIR%%/plugins/python-ce/helpers/pycodestyle.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/LICENSE
 %%DATADIR%%/plugins/python-ce/helpers/pydev/MANIFEST.in
@@ -1310,6 +1355,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_312.c
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd
@@ -1340,6 +1386,12 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_io.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_ipython_console_output.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing.py
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.c
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win32.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.pyx
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_wrapper.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_process_net_command.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_referrers.py
@@ -1418,6 +1470,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookpyglet.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt4.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt5.py
+%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt6.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhooktk.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookwx.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/matplotlibtools.py
@@ -1766,25 +1819,31 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/tools/versions.xml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.editorconfig
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.flake8
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitattributes
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/daily.yml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/meta_tests.yml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer.yml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer_comment.yml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubsabot.yml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_stdlib.yml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_third_party.yml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/tests.yml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/typecheck_typeshed_code.yml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitignore
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.pre-commit-config.yaml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/.vscode/extensions.json
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/.vscode/settings.default.json
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/CONTRIBUTING.md
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/LICENSE
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/MAINTAINERS.md
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/README.md
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyproject.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.json
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.scripts_and_tests.json
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.stricter.json
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.testcases.json
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/requirements-tests.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/runtests.py
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/stubsabot.py
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/BaseHTTPServer.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/CGIHTTPServer.pyi
@@ -1837,7 +1896,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_winreg.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/abc.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/aifc.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/antigravity.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/argparse.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/array.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ast.pyi
@@ -1891,34 +1949,15 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/difflib.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dircache.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dis.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/archive_util.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/bcppcompiler.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/ccompiler.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/cmd.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_dumb.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_msi.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_packager.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_rpm.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_wininst.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_clib.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_ext.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_py.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_scripts.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/check.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/clean.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/config.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_data.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_egg_info.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_headers.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_lib.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_scripts.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/register.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/sdist.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/upload.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/config.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/core.pyi
@@ -1955,7 +1994,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/header.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/iterators.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/message.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/application.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/audio.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/base.pyi
@@ -2003,8 +2041,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/itertools.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/json.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/keyword.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/driver.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/grammar.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/literals.pyi
@@ -2075,7 +2111,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/py_compile.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyclbr.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc_data/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc_data/topics.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/errors.pyi
@@ -2158,7 +2193,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/webbrowser.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/whichdb.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/winsound.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/handlers.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/headers.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/simple_server.pyi
@@ -2178,7 +2212,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementInclude.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementPath.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementTree.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/cElementTree.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/__init__.pyi
@@ -2211,6 +2244,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_heapq.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_imp.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_json.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_locale.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_markupbase.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_msi.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_operator.pyi
@@ -2447,7 +2481,8 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/machinery.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/_meta.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/abc.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/util.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/inspect.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/io.pyi
@@ -2459,6 +2494,62 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/tool.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/keyword.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/btm_matcher.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixer_base.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_apply.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_asserts.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_basestring.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_buffer.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_dict.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_except.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_exec.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_execfile.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_exitfunc.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_filter.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_funcattrs.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_future.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_getcwdu.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_has_key.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_idioms.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_import.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_imports.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_imports2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_input.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_intern.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_isinstance.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_itertools.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_itertools_imports.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_long.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_map.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_metaclass.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_methodattrs.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_ne.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_next.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_nonzero.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_numliterals.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_operator.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_paren.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_print.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_raise.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_raw_input.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_reduce.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_reload.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_renames.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_repr.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_set_literal.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_standarderror.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_sys_exc.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_throw.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_tuple_params.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_types.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_unicode.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_urllib.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_ws_comma.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_xrange.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_xreadlines.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_zip.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/main.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/driver.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/grammar.pyi
@@ -2587,7 +2678,8 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sunau.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/symbol.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/symtable.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys/_monitoring.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sysconfig.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/syslog.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tabnanny.pyi
@@ -2690,42 +2782,47 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipimport.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zlib.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_output.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/numpy_capture_output.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/numpy_float_capture_output.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pil_capture_output.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_capture_output.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_float_capture_output.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_float_gpu_capture_output.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_gpu_capture_output.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/d3dshot.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/display.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/d3d.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/dxgi.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/shcore.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/user32.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__version__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/classic.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/sphinx.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/_types.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/classes.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/exceptions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/exif_log.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/heic.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/jpeg.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/exif.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/apple.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/canon.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/casio.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/fujifilm.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/nikon.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/olympus.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/utils.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/core.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/decorator.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/extension.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/version.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/flask_migrate/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/model.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/namespace.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/test_client.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/jack/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/@tests/stubtest_allowlist.txt
@@ -2761,6 +2858,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/treeprocessors.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/util.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/test_cases/check_tk_compat.py
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BdfFontFile.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BlpImagePlugin.pyi
@@ -2772,7 +2870,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DdsImagePlugin.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/EpsImagePlugin.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ExifTags.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FitsStubImagePlugin.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FitsImagePlugin.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FliImagePlugin.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FontFile.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FpxImagePlugin.pyi
@@ -2834,6 +2932,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PpmImagePlugin.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PsdImagePlugin.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PyAccess.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/QoiImagePlugin.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SgiImagePlugin.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SpiderImagePlugin.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SunImagePlugin.pyi
@@ -2851,9 +2950,9 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_binary.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_imaging.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_tkinter_finder.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_util.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_version.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/features.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/pyautogui/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt
@@ -2874,6 +2973,9 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/err.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/times.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/util.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/@tests/stubtest_allowlist_linux.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/pyscreeze/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/__init__.pyi
@@ -2894,7 +2996,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/scanner.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/serializer.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/tokens.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/@tests/requirements-stubtest.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/__init__.pyi
@@ -2947,7 +3048,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/information_schema.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/json.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/mxodbc.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/provision.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pymssql.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pyodbc.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/__init__.pyi
@@ -2964,7 +3064,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqlconnector.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqldb.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/oursql.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/provision.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pymysql.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pyodbc.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reflection.pyi
@@ -2973,7 +3072,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/base.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/cx_oracle.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/provision.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/array.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/asyncpg.pyi
@@ -2983,7 +3081,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/hstore.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/json.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pg8000.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/provision.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2cffi.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pygresql.pyi
@@ -2994,7 +3091,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/base.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/dml.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/json.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/provision.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlcipher.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlite.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/__init__.pyi
@@ -3021,11 +3117,9 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/api.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/attr.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/base.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/legacy.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/registry.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/events.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/exc.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/associationproxy.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/base.pyi
@@ -3045,7 +3139,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/indexable.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/instrumentation.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mutable.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/apply.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/decl_class.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/infer.pyi
@@ -3056,7 +3149,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/serializer.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/engine.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/orm/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/inspection.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/log.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/__init__.pyi
@@ -3131,9 +3223,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/entities.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/exclusions.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/fixtures.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/mock.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/pickleable.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/bootstrap.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/plugin_base.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/pytestplugin.pyi
@@ -3156,12 +3246,60 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/langhelpers.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/queue.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/topological.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/compat.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__main__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/exceptions.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/util.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_choices.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_filters.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_validators.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_widgets.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/core.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/session.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/choices.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/core.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/datetime.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/form.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/list.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/numeric.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/simple.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/form.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/i18n.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/meta.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/validators.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/core.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/acceptparse.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/byterange.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cachecontrol.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/client.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cookies.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/datetime_utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/dec.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/descriptors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/etag.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/exc.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/headers.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/multidict.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/request.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/response.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/static.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/util.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_darwin.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_linux.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_win32.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/base.pyi
@@ -3173,14 +3311,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/binary.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/text.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/utils.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/annoy/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/annoy/annoy/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/annoy/annoy/annoylib.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/appdirs/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/appdirs/appdirs.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/atomicwrites/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/__init__.pyi
@@ -3235,33 +3365,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/stacktrace.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/sdk_config.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/version.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/core.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/dates.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/languages.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/lists.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localedata.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/_unix.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/_win32.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/catalog.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/checkers.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/extract.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/frontend.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/jslexer.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/mofile.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/plurals.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/pofile.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/numbers.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/plural.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/support.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/units.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/util.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/ssl_match_hostname/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi
@@ -3280,6 +3383,38 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/html5lib_shim.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/linkifier.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/sanitizer.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/cacheutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/debugutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/deprutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/dictutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/easterutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/ecoutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/excutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/fileutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/formatutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/funcutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/gcutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/ioutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/iterutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/jsonutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/listutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/mathutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/mboxutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/namedutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/pathutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/queueutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/setutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/socketutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/statsutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/strutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/tableutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/tbutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/timeutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/typeutils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/urlutils.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/__init__.pyi
@@ -3489,9 +3624,10 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/url.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/vcal.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/objects.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/certifi/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/certifi/certifi.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/requests.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist_darwin.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist_linux.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/_cffi_backend.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/__init__.pyi
@@ -3510,30 +3646,19 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_cpy.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_gen.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/verifier.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/enums.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langbulgarianmodel.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langcyrillicmodel.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langgreekmodel.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langhebrewmodel.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langhungarianmodel.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langthaimodel.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langturkishmodel.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/universaldetector.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/version.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/main.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/metadata.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/renderer.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/tokenizer.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/click_default_group.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/_version.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist_linux.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/ansi.pyi
@@ -3556,63 +3681,34 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/html.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/renderer.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/rst.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/contextvars/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/contextvars/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/contextvars/contextvars.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/console_menu.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_borders.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_margins.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_padding.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_style.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/command_item.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/external_item.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/function_item.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/selection_item.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/submenu_item.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/menu_component.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/menu_formatter.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/multiselect_menu.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/prompt_utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/screen.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/selection_menu.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/base.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/regex.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/url.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/version.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter/croniter.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/exceptions.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/fernet.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/backends/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/backends/interfaces.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/openssl/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/openssl/binding.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dh.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dsa.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ec.pyi
*** 2055 LINES SKIPPED ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401141715.40EHFTXg071095>