svn commit: r568746 - in head/devel/pycharm-pro: . files

Neel Chauhan nc at FreeBSD.org
Thu Mar 18 15:54:01 UTC 2021


Author: nc
Date: Thu Mar 18 15:54:00 2021
New Revision: 568746
URL: https://svnweb.freebsd.org/changeset/ports/568746

Log:
  devel/pycharm-pro: update to 2020.3.4
  
  Changes: https://confluence.jetbrains.com/display/PYH/PyCharm+2020.3.4+Release+Notes
  
  PR:		253714
  Submitted by:	Guido Kollerie <guido AT kollerie DOT com> (maintainer)

Modified:
  head/devel/pycharm-pro/Makefile
  head/devel/pycharm-pro/distinfo
  head/devel/pycharm-pro/files/pkg-message.in
  head/devel/pycharm-pro/files/pycharm-pro.desktop.in
  head/devel/pycharm-pro/pkg-plist

Modified: head/devel/pycharm-pro/Makefile
==============================================================================
--- head/devel/pycharm-pro/Makefile	Thu Mar 18 15:51:08 2021	(r568745)
+++ head/devel/pycharm-pro/Makefile	Thu Mar 18 15:54:00 2021	(r568746)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pycharm-pro
-PORTVERSION=	2020.2.3
+PORTVERSION=	2020.3.4
 CATEGORIES=	devel java python
 MASTER_SITES=	https://download.jetbrains.com/python/ \
 		http://download.jetbrains.com/python/
@@ -16,7 +16,8 @@ LICENSE_TEXT=	See: https://www.jetbrains.com/store/lic
 LICENSE_PERMS=	no-dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
 
 RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier \
-		intellij-pty4j>0:java/intellij-pty4j
+		intellij-pty4j>=0.11.4:java/intellij-pty4j \
+		openjfx14>=0:java/openjfx14
 
 USES=		python:run shebangfix
 
@@ -46,14 +47,16 @@ do-install:
 # Remove bundled linux-only JRE
 	@${RM} -r ${STAGEDIR}${DATADIR}/jbr
 	@${RM} -r ${STAGEDIR}${DATADIR}/helpers/pydev/pydevd_attach_to_process
-	@${RM} ${STAGEDIR}${DATADIR}/lib/pty4j-0.5.jar
 	${INSTALL_SCRIPT} ${WRKDIR}/pycharm ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
-	#cd ${WRKSRC}/lib && ${JAVA_HOME}/bin/jar xf icons.jar
-# TODO: Remove and enable fsnotifier when devel/libinotify is fixed
-# Disable filewatcher warning message on IDEA startup
-	${ECHO} "idea.filewatcher.disabled=true" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
+# Use pty4j replacement provided by java/intellij-pty4j
+	${LN} -sf ${IDEA_HOME}/lib/libpty ${STAGEDIR}${DATADIR}/lib/pty4j-native
 # Use fsnotifier replacement provided by java/intellij-fsnotifier
 	${ECHO} "idea.filewatcher.executable.path=${IDEA_HOME}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
+# Fix "Typeahead timeout is exceeded" error
+	${ECHO} "action.aware.typeAhead=false" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
+# Fix slow render
+	${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/idea.vmoptions
+	${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/idea64.vmoptions
 
 .include <bsd.port.mk>

Modified: head/devel/pycharm-pro/distinfo
==============================================================================
--- head/devel/pycharm-pro/distinfo	Thu Mar 18 15:51:08 2021	(r568745)
+++ head/devel/pycharm-pro/distinfo	Thu Mar 18 15:54:00 2021	(r568746)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602752444
-SHA256 (pycharm-professional-2020.2.3.tar.gz) = 4c7bd5856fe83a921da91d83421e591d0455011733729a070f6ac4bf489ceb3c
-SIZE (pycharm-professional-2020.2.3.tar.gz) = 528810852
+TIMESTAMP = 1616048799
+SHA256 (pycharm-professional-2020.3.4.tar.gz) = 2060539f9c4c42819a58a7bcae1143d6383507907acd1cc4d1f05d2c0a93f3a1
+SIZE (pycharm-professional-2020.3.4.tar.gz) = 608172710

Modified: head/devel/pycharm-pro/files/pkg-message.in
==============================================================================
--- head/devel/pycharm-pro/files/pkg-message.in	Thu Mar 18 15:51:08 2021	(r568745)
+++ head/devel/pycharm-pro/files/pkg-message.in	Thu Mar 18 15:54:00 2021	(r568746)
@@ -1,36 +1,12 @@
 [
 { type: install
   message: <<EOM
-1. There is experimental native (faster) file watching support which is
-disabled by default.  Currently there are problems with watching large
-trees.  To enable, edit %%DATADIR%%/bin/idea.properties and append
+There is experimental native (faster) file watching support which is
+enabled by default. Currently there are problems with watching large
+trees (>600 files). To disable it, edit 
+%%DATADIR%%/bin/idea.properties and append:
 
-  idea.filewatcher.disabled=false
-  idea.filewatcher.executable.path=%%IDEA_HOME%%/bin/fsnotifier
-
-Only enable fsnotifier if your projects have < 600 files.
-
-2. Should you experience dialog boxes not accepting keyboard input (eg.
-Navigate | File) than set the custom property action.aware.typeAhead=false in
-Help | Edit Custom Properties.
-
-3. Some bundled and third party plugins depend on OpenJFX. For JDK11, the SDK
-version this PyCharm port depends on, FreeBSD does not yet have an OpenJFX port
-available. Hence these plugins will not work! 
-
-An example of that is the bundled, and by default enabled, reStructuredText
-plugin. As a result, clicking on a *.rst file does not seem to do anything. To
-verify that the missing OpenJFX library is indeed the culprit, from within
-PyCharm: 
-
-    Open: Help | Show log in <your file manager>
-    Open: idea.log
-    Scroll to the end (timestamp matching attempt to open *.rst file)
-    Look for: 'java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel'
-
-A workaround is to simply disable the reStructuredText plugin in File |
-Settings | Plugins. It will allow *.rst to be opened and editted in the default
-text editor. 
+  idea.filewatcher.disabled=true
 EOM
 }
 ]

Modified: head/devel/pycharm-pro/files/pycharm-pro.desktop.in
==============================================================================
--- head/devel/pycharm-pro/files/pycharm-pro.desktop.in	Thu Mar 18 15:51:08 2021	(r568745)
+++ head/devel/pycharm-pro/files/pycharm-pro.desktop.in	Thu Mar 18 15:54:00 2021	(r568746)
@@ -4,7 +4,7 @@ Encoding=UTF-8
 Type=Application
 Name=JetBrains PyCharm Professional Edition IDE
 GenericName=JetBrains PyCharm Professional Edition IDE
-Icon=%%DATADIR%%/bin/pycharm.png
+Icon=%%DATADIR%%/bin/pycharm.svg
 Exec=%%DATADIR%%/bin/pycharm.sh
 Comment=Develop with pleasure!
 Terminal=false

Modified: head/devel/pycharm-pro/pkg-plist
==============================================================================
--- head/devel/pycharm-pro/pkg-plist	Thu Mar 18 15:51:08 2021	(r568745)
+++ head/devel/pycharm-pro/pkg-plist	Thu Mar 18 15:54:00 2021	(r568746)
@@ -3,8 +3,11 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/Install-Linux-tar.txt
 %%DATADIR%%/bin/format.sh
 %%DATADIR%%/bin/idea.properties
+%%DATADIR%%/bin/idea.vmoptions
+%%DATADIR%%/bin/idea64.vmoptions
 %%DATADIR%%/bin/inspect.sh
 %%DATADIR%%/bin/log.xml
+%%DATADIR%%/bin/ltedit.sh
 %%DATADIR%%/bin/printenv.py
 %%DATADIR%%/bin/pycharm.png
 %%DATADIR%%/bin/pycharm.sh
@@ -16,6 +19,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/debug-eggs/pydevd-pycharm.egg
 %%DATADIR%%/help/ReferenceCard.pdf
 %%DATADIR%%/help/ReferenceCardForMac.pdf
+%%DATADIR%%/icons.db
 %%DATADIR%%/index/Python/id-index.input
 %%DATADIR%%/index/Python/id-index.input.keystream
 %%DATADIR%%/index/Python/id-index.input.keystream.len
@@ -42,35 +46,40 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/index/Python/sdk-stubs.names_i.len
 %%DATADIR%%/index/Python/sdk-stubs.version
 %%DATADIR%%/lib/FastInfoset-1.2.15.jar
-%%DATADIR%%/lib/annotations-19.0.0.jar
+%%DATADIR%%/lib/RoaringBitmap-0.9.0.jar
+%%DATADIR%%/lib/animal-sniffer-annotations-1.18.jar
+%%DATADIR%%/lib/annotations-20.1.0.jar
+%%DATADIR%%/lib/annotations-4.1.1.4.jar
 %%DATADIR%%/lib/annotations-java5.jar
 %%DATADIR%%/lib/asm-7.1.jar
-%%DATADIR%%/lib/asm-all-8.0.1.jar
+%%DATADIR%%/lib/asm-all-9.0.jar
 %%DATADIR%%/lib/asm-analysis-7.1.jar
 %%DATADIR%%/lib/asm-commons-7.1.jar
 %%DATADIR%%/lib/asm-tree-7.1.jar
 %%DATADIR%%/lib/asm-util-7.1.jar
 %%DATADIR%%/lib/automaton-1.12-1.jar
-%%DATADIR%%/lib/batik-anim-1.12.0-8.jar
-%%DATADIR%%/lib/batik-awt-util-1.12.0-8.jar
-%%DATADIR%%/lib/batik-bridge-1.12.0-8.jar
-%%DATADIR%%/lib/batik-codec-1.12.0-8.jar
-%%DATADIR%%/lib/batik-constants-1.12.0-8.jar
-%%DATADIR%%/lib/batik-css-1.12.0-8.jar
-%%DATADIR%%/lib/batik-dom-1.12.0-8.jar
-%%DATADIR%%/lib/batik-ext-1.12.0-8.jar
-%%DATADIR%%/lib/batik-gvt-1.12.0-8.jar
-%%DATADIR%%/lib/batik-parser-1.12.0-8.jar
-%%DATADIR%%/lib/batik-svg-dom-1.12.0-8.jar
-%%DATADIR%%/lib/batik-svggen-1.12.0-8.jar
-%%DATADIR%%/lib/batik-transcoder-1.12.0-8.jar
-%%DATADIR%%/lib/batik-util-1.12.0-8.jar
-%%DATADIR%%/lib/batik-xml-1.12.0-8.jar
+%%DATADIR%%/lib/batik-anim-1.13.0-21.jar
+%%DATADIR%%/lib/batik-awt-util-1.13.0-21.jar
+%%DATADIR%%/lib/batik-bridge-1.13.0-21.jar
+%%DATADIR%%/lib/batik-codec-1.13.0-21.jar
+%%DATADIR%%/lib/batik-constants-1.13.0-21.jar
+%%DATADIR%%/lib/batik-css-1.13.0-21.jar
+%%DATADIR%%/lib/batik-dom-1.13.0-21.jar
+%%DATADIR%%/lib/batik-ext-1.13.0-21.jar
+%%DATADIR%%/lib/batik-gvt-1.13.0-21.jar
+%%DATADIR%%/lib/batik-parser-1.13.0-21.jar
+%%DATADIR%%/lib/batik-svg-dom-1.13.0-21.jar
+%%DATADIR%%/lib/batik-svggen-1.13.0-21.jar
+%%DATADIR%%/lib/batik-transcoder-1.13.0-21.jar
+%%DATADIR%%/lib/batik-util-1.13.0-21.jar
+%%DATADIR%%/lib/batik-xml-1.13.0-21.jar
 %%DATADIR%%/lib/bcpkix-jdk15on-1.65.jar
 %%DATADIR%%/lib/bcprov-jdk15on-1.65.jar
+%%DATADIR%%/lib/blockmap-1.0.2.jar
 %%DATADIR%%/lib/bootstrap.jar
 %%DATADIR%%/lib/built-in-server.jar
 %%DATADIR%%/lib/byte-buddy-agent-1.10.1.jar
+%%DATADIR%%/lib/caffeine-2.8.5.jar
 %%DATADIR%%/lib/cds/classesLogAgent.jar
 %%DATADIR%%/lib/cglib-nodep-3.2.4.jar
 %%DATADIR%%/lib/cli-parser-1.1.5.jar
@@ -78,14 +87,14 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/lib/common-image-3.5.jar
 %%DATADIR%%/lib/common-io-3.5.jar
 %%DATADIR%%/lib/common-lang-3.5.jar
-%%DATADIR%%/lib/commons-cli-1.2.jar
+%%DATADIR%%/lib/commons-cli-1.4.jar
 %%DATADIR%%/lib/commons-codec-1.14.jar
 %%DATADIR%%/lib/commons-collections-3.2.2.jar
 %%DATADIR%%/lib/commons-compress-1.20.jar
 %%DATADIR%%/lib/commons-httpclient-3.1-patched.jar
 %%DATADIR%%/lib/commons-imaging-1.0-RC-1.jar
 %%DATADIR%%/lib/commons-lang-2.4.jar
-%%DATADIR%%/lib/commons-lang3-3.9.jar
+%%DATADIR%%/lib/commons-lang3-3.10.jar
 %%DATADIR%%/lib/commons-logging-1.2.jar
 %%DATADIR%%/lib/commons-net-3.6.jar
 %%DATADIR%%/lib/configuration-store-impl.jar
@@ -95,6 +104,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/lib/delight-rhino-sandbox-0.0.11.jar
 %%DATADIR%%/lib/eddsa-0.3.0.jar
 %%DATADIR%%/lib/error_prone_annotations-2.3.1.jar
+%%DATADIR%%/lib/error_prone_annotations-2.3.4.jar
 %%DATADIR%%/lib/extensions.jar
 %%DATADIR%%/lib/external-system-rt.jar
 %%DATADIR%%/lib/failureaccess-1.0.1.jar
@@ -107,6 +117,14 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/lib/groovy-jsr223-2.5.11.jar
 %%DATADIR%%/lib/groovy-templates-2.5.11.jar
 %%DATADIR%%/lib/groovy-xml-2.5.11.jar
+%%DATADIR%%/lib/grpc-api-1.32.2.jar
+%%DATADIR%%/lib/grpc-context-1.32.2.jar
+%%DATADIR%%/lib/grpc-core-1.32.2.jar
+%%DATADIR%%/lib/grpc-kotlin-stub-0.2.0.jar
+%%DATADIR%%/lib/grpc-netty-shaded-1.32.2.jar
+%%DATADIR%%/lib/grpc-protobuf-1.32.2.jar
+%%DATADIR%%/lib/grpc-protobuf-lite-1.32.2.jar
+%%DATADIR%%/lib/grpc-stub-1.32.2.jar
 %%DATADIR%%/lib/gson-2.8.6.jar
 %%DATADIR%%/lib/guava-29.0-jre.jar
 %%DATADIR%%/lib/hamcrest-core-1.3.jar
@@ -114,24 +132,25 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/lib/httpcore-4.4.13.jar
 %%DATADIR%%/lib/httpmime-4.5.12.jar
 %%DATADIR%%/lib/icons.jar
+%%DATADIR%%/lib/icu4j-67.1.jar
 %%DATADIR%%/lib/imageio-core-3.5.jar
 %%DATADIR%%/lib/imageio-metadata-3.5.jar
 %%DATADIR%%/lib/imageio-tiff-3.5.jar
 %%DATADIR%%/lib/imgscalr-lib-4.2.jar
 %%DATADIR%%/lib/ini4j-0.5.5-2.jar
-%%DATADIR%%/lib/intellij-coverage-agent-1.0.512.jar
-%%DATADIR%%/lib/intellij-deps-fastutil-8.3.1-1.jar
+%%DATADIR%%/lib/intellij-coverage-agent-1.0.573.jar
+%%DATADIR%%/lib/intellij-deps-fastutil-8.4.1-4.jar
 %%DATADIR%%/lib/intellij-dvcs.jar
-%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.512.jar
+%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.573.jar
 %%DATADIR%%/lib/intellij-xml.jar
-%%DATADIR%%/lib/ion-java-1.5.2-2.jar
+%%DATADIR%%/lib/ion-java-1.6.2-3.jar
 %%DATADIR%%/lib/isorelax-20030108.jar
 %%DATADIR%%/lib/istack-commons-runtime-3.0.7.jar
 %%DATADIR%%/lib/j2objc-annotations-1.3.jar
-%%DATADIR%%/lib/jackson-annotations-2.10.3.jar
-%%DATADIR%%/lib/jackson-core-2.10.3.jar
-%%DATADIR%%/lib/jackson-databind-2.10.3.jar
-%%DATADIR%%/lib/jackson-module-kotlin-2.10.3.jar
+%%DATADIR%%/lib/jackson-annotations-2.11.0.jar
+%%DATADIR%%/lib/jackson-core-2.11.0.jar
+%%DATADIR%%/lib/jackson-databind-2.11.0.jar
+%%DATADIR%%/lib/jackson-module-kotlin-2.11.0.jar
 %%DATADIR%%/lib/java-compatibility-1.0.1.jar
 %%DATADIR%%/lib/java-string-similarity-1.2.1.jar
 %%DATADIR%%/lib/java-utils-1.0.6.jar
@@ -140,10 +159,10 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/lib/jaxb-api-2.3.1.jar
 %%DATADIR%%/lib/jaxb-runtime-2.3.1.jar
 %%DATADIR%%/lib/jaxen-1.2.0.jar
-%%DATADIR%%/lib/jcef-81.2.24-gc0b313d-chromium-81.0.4044.113.jar
+%%DATADIR%%/lib/jcef-81.2.24-gc0b313d-chromium-81.0.4044.113-api-1.1.jar
 %%DATADIR%%/lib/jcodings-1.0.48.jar
 %%DATADIR%%/lib/jdom.jar
-%%DATADIR%%/lib/jediterm-pty-2.29.jar
+%%DATADIR%%/lib/jediterm-pty-2.32.jar
 %%DATADIR%%/lib/jetCheck-0.2.2.jar
 %%DATADIR%%/lib/jettison-1.4.0.jar
 %%DATADIR%%/lib/jffi-1.2.19-native.jar
@@ -151,7 +170,6 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/lib/jing-20030619.jar
 %%DATADIR%%/lib/jna-platform.jar
 %%DATADIR%%/lib/jna.jar
-%%DATADIR%%/lib/jnaerator-runtime-0.12.jar
 %%DATADIR%%/lib/jnr-a64asm-1.0.0.jar
 %%DATADIR%%/lib/jnr-constants-0.9.12.jar
 %%DATADIR%%/lib/jnr-enxio-0.21.jar
@@ -173,21 +191,24 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/lib/json-simple-1.1.1.jar
 %%DATADIR%%/lib/json.jar
 %%DATADIR%%/lib/jsoup-1.12.1.jar
-%%DATADIR%%/lib/jsr305.jar
-%%DATADIR%%/lib/jstun-0.7.5.20200723.jar
+%%DATADIR%%/lib/jsr305-3.0.2.jar
 %%DATADIR%%/lib/jts-core-1.16.1.jar
 %%DATADIR%%/lib/jts-io-common-1.16.1.jar
 %%DATADIR%%/lib/junit-4.12.jar
+%%DATADIR%%/lib/junixsocket-common-2.3.2.jar
+%%DATADIR%%/lib/junixsocket-core-2.3.2.jar
+%%DATADIR%%/lib/junixsocket-native-common-2.3.2.jar
 %%DATADIR%%/lib/jzlib-1.1.3.jar
-%%DATADIR%%/lib/kotlin-reflect-1.3.70.jar
-%%DATADIR%%/lib/kotlin-stdlib-1.3.70.jar
-%%DATADIR%%/lib/kotlin-stdlib-common-1.3.70.jar
-%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.70.jar
-%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.70.jar
-%%DATADIR%%/lib/kotlin-test-1.3.61.jar
-%%DATADIR%%/lib/kotlin-test-common-1.3.61.jar
-%%DATADIR%%/lib/kotlinx-coroutines-core-1.3.4.jar
-%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.3.4.jar
+%%DATADIR%%/lib/kotlin-reflect-1.4.0.jar
+%%DATADIR%%/lib/kotlin-stdlib-1.4.0.jar
+%%DATADIR%%/lib/kotlin-stdlib-common-1.4.0.jar
+%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.4.0.jar
+%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.4.0.jar
+%%DATADIR%%/lib/kotlin-test-1.4.0.jar
+%%DATADIR%%/lib/kotlin-test-common-1.4.0.jar
+%%DATADIR%%/lib/kotlinx-coroutines-core-1.3.9.jar
+%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.3.9.jar
+%%DATADIR%%/lib/kotlinx-serialization-core-1.0.0-RC.jar
 %%DATADIR%%/lib/kryo-2.24.0.jar
 %%DATADIR%%/lib/ktor-websockets-1.3.1.jar
 %%DATADIR%%/lib/log4j.jar
@@ -210,16 +231,16 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/lib/miglayout-swing-5.2.jar
 %%DATADIR%%/lib/minlog-1.2.jar
 %%DATADIR%%/lib/nanoxml-2.2.3.jar
-%%DATADIR%%/lib/netty-buffer-4.1.47.Final.jar
-%%DATADIR%%/lib/netty-codec-4.1.47.Final.jar
-%%DATADIR%%/lib/netty-codec-http-4.1.47.Final.jar
-%%DATADIR%%/lib/netty-codec-http2-4.1.47.Final.jar
-%%DATADIR%%/lib/netty-codec-socks-4.1.47.Final.jar
-%%DATADIR%%/lib/netty-common-4.1.47.Final.jar
-%%DATADIR%%/lib/netty-handler-4.1.47.Final.jar
-%%DATADIR%%/lib/netty-handler-proxy-4.1.47.Final.jar
-%%DATADIR%%/lib/netty-resolver-4.1.47.Final.jar
-%%DATADIR%%/lib/netty-transport-4.1.47.Final.jar
+%%DATADIR%%/lib/netty-buffer-4.1.52.Final.jar
+%%DATADIR%%/lib/netty-codec-4.1.52.Final.jar
+%%DATADIR%%/lib/netty-codec-http-4.1.52.Final.jar
+%%DATADIR%%/lib/netty-codec-http2-4.1.52.Final.jar
+%%DATADIR%%/lib/netty-codec-socks-4.1.52.Final.jar
+%%DATADIR%%/lib/netty-common-4.1.52.Final.jar
+%%DATADIR%%/lib/netty-handler-4.1.52.Final.jar
+%%DATADIR%%/lib/netty-handler-proxy-4.1.52.Final.jar
+%%DATADIR%%/lib/netty-resolver-4.1.52.Final.jar
+%%DATADIR%%/lib/netty-transport-4.1.52.Final.jar
 %%DATADIR%%/lib/objenesis-3.1.jar
 %%DATADIR%%/lib/openapi.jar
 %%DATADIR%%/lib/org.eclipse.lsp4j-0.7.1.jar
@@ -229,6 +250,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/lib/org.eclipse.xtext.xbase.lib-2.17.0.jar
 %%DATADIR%%/lib/oro-2.0.8.jar
 %%DATADIR%%/lib/owasp-java-html-sanitizer-20191001.1.jar
+%%DATADIR%%/lib/perfmark-api-0.19.0.jar
 %%DATADIR%%/lib/platform-api.jar
 %%DATADIR%%/lib/platform-concurrency.jar
 %%DATADIR%%/lib/platform-core-ui.jar
@@ -248,20 +270,22 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/lib/plexus-component-annotations-1.7.1.jar
 %%DATADIR%%/lib/plexus-interpolation-1.25.jar
 %%DATADIR%%/lib/plexus-utils-3.2.0.jar
-%%DATADIR%%/lib/protobuf-java-3.5.1.jar
+%%DATADIR%%/lib/proto-google-common-protos-1.17.0.jar
+%%DATADIR%%/lib/protobuf-java-3.13.0.jar
 %%DATADIR%%/lib/proxy-vole-1.0.5-jb.2.jar
-%%DATADIR%%/lib/pty4j-0.9.6.jar
+%%DATADIR%%/lib/pty4j-0.11.1.jar
+%%DATADIR%%/lib/pty4j-native
 %%DATADIR%%/lib/purejavacomm-0.0.11.1.jar
 %%DATADIR%%/lib/pycharm.jar
-%%DATADIR%%/lib/quiche-jna-stubs-15.jar
-%%DATADIR%%/lib/rd-core-0.202.100.jar
-%%DATADIR%%/lib/rd-framework-0.202.100.jar
-%%DATADIR%%/lib/rd-swing-0.202.100.jar
+%%DATADIR%%/lib/rd-core-0.203.181.jar
+%%DATADIR%%/lib/rd-framework-0.203.181.jar
+%%DATADIR%%/lib/rd-swing-0.203.181.jar
 %%DATADIR%%/lib/resources.jar
 %%DATADIR%%/lib/resources_en.jar
 %%DATADIR%%/lib/rhino-1.7.12.jar
 %%DATADIR%%/lib/rngom-20051226-patched.jar
 %%DATADIR%%/lib/serviceMessages-2019.1.4.jar
+%%DATADIR%%/lib/shims-0.9.0.jar
 %%DATADIR%%/lib/slf4j-api-1.7.25.jar
 %%DATADIR%%/lib/slf4j-log4j12-1.7.25.jar
 %%DATADIR%%/lib/snakeyaml-1.26.jar
@@ -274,8 +298,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/lib/streamex-0.7.2.jar
 %%DATADIR%%/lib/swingx-core-1.6.2-2.jar
 %%DATADIR%%/lib/testFramework.jar
-%%DATADIR%%/lib/tips-pycharm-202.2014.jar
-%%DATADIR%%/lib/tls-channel-0.3.2.jar
+%%DATADIR%%/lib/tips-pycharm-203.2020.jar
 %%DATADIR%%/lib/trang-core.jar
 %%DATADIR%%/lib/trove4j.jar
 %%DATADIR%%/lib/txw2-2.3.1.jar
@@ -286,7 +309,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/lib/xml-apis-ext-1.3.04.jar
 %%DATADIR%%/lib/xml-resolver-1.2.jar
 %%DATADIR%%/lib/xmlbeans-2.6.0.jar
-%%DATADIR%%/lib/xmlgraphics-commons-2.3.jar
+%%DATADIR%%/lib/xmlgraphics-commons-2.4.jar
 %%DATADIR%%/lib/xmlpull-1.1.3.1.jar
 %%DATADIR%%/lib/xmlrpc-2.0.1.jar
 %%DATADIR%%/lib/xpp3_min-1.1.4c.jar
@@ -346,7 +369,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file-1.3.3.jar
 %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http-1.3.3.jar
 %%DATADIR%%/plugins/DatabaseTools/lib/resources_en.jar
-%%DATADIR%%/plugins/DatabaseTools/lib/tips-database-plugin-202.47.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/tips-database-plugin-203.53.jar
 %%DATADIR%%/plugins/DatabaseTools/lib/unidecode-0.0.7.jar
 %%DATADIR%%/plugins/Docker/lib/Docker-agent-api-rt.jar
 %%DATADIR%%/plugins/Docker/lib/Docker-compose.jar
@@ -358,8 +381,6 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/Docker/lib/commons-cli-1.2.jar
 %%DATADIR%%/plugins/Docker/lib/commons-io-2.3.jar
 %%DATADIR%%/plugins/Docker/lib/jackson-dataformat-yaml-2.9.8.jar
-%%DATADIR%%/plugins/Docker/lib/okhttp-3.4.2.jar
-%%DATADIR%%/plugins/Docker/lib/okio-1.9.0.jar
 %%DATADIR%%/plugins/Docker/lib/rt/FastInfoset-1.2.15.jar
 %%DATADIR%%/plugins/Docker/lib/rt/bcpkix-jdk15on-1.64.jar
 %%DATADIR%%/plugins/Docker/lib/rt/bcprov-jdk15on-1.64.jar
@@ -367,10 +388,10 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/Docker/lib/rt/commons-compress-1.20.jar
 %%DATADIR%%/plugins/Docker/lib/rt/commons-io-2.6.jar
 %%DATADIR%%/plugins/Docker/lib/rt/commons-lang-2.6.jar
-%%DATADIR%%/plugins/Docker/lib/rt/docker-java-api-3.2.5.jar
-%%DATADIR%%/plugins/Docker/lib/rt/docker-java-core-3.2.5.jar
-%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-3.2.5.jar
-%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-okhttp-3.2.5.jar
+%%DATADIR%%/plugins/Docker/lib/rt/docker-java-api-3.2.6.jar
+%%DATADIR%%/plugins/Docker/lib/rt/docker-java-core-3.2.6.jar
+%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-3.2.6.jar
+%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-okhttp-3.2.6.jar
 %%DATADIR%%/plugins/Docker/lib/rt/guava-19.0.jar
 %%DATADIR%%/plugins/Docker/lib/rt/istack-commons-runtime-3.0.7.jar
 %%DATADIR%%/plugins/Docker/lib/rt/jackson-annotations-2.10.3.jar
@@ -382,10 +403,10 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/Docker/lib/rt/jaxb-runtime-2.3.1.jar
 %%DATADIR%%/plugins/Docker/lib/rt/jna-5.5.0.jar
 %%DATADIR%%/plugins/Docker/lib/rt/jna-platform-5.5.0.jar
-%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-1.3.70.jar
-%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-common-1.3.70.jar
-%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk7-1.3.70.jar
-%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk8-1.3.70.jar
+%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-1.4.0.jar
+%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-common-1.4.0.jar
+%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk7-1.4.0.jar
+%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk8-1.4.0.jar
 %%DATADIR%%/plugins/Docker/lib/rt/log4j-1.2.17.jar
 %%DATADIR%%/plugins/Docker/lib/rt/okhttp-3.14.4.jar
 %%DATADIR%%/plugins/Docker/lib/rt/okio-1.17.2.jar
@@ -401,7 +422,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/Docker/lib/rt/txw2-2.3.1.jar
 %%DATADIR%%/plugins/Docker/lib/specifics/dockerSpecifics.jar
 %%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar
-%%DATADIR%%/plugins/IntelliLang/lib/intellilang-jps-plugin.jar
+%%DATADIR%%/plugins/IntelliLang/lib/java-langInjection-jps.jar
 %%DATADIR%%/plugins/JSIntentionPowerPack/lib/JSIntentionPowerPack.jar
 %%DATADIR%%/plugins/JSIntentionPowerPack/lib/resources_en.jar
 %%DATADIR%%/plugins/JavaScriptDebugger/lib/ChromeConnector.jar
@@ -409,6 +430,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaEEJavaScriptDebug.jar
 %%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar
 %%DATADIR%%/plugins/JavaScriptDebugger/lib/debugConnector.js
+%%DATADIR%%/plugins/JavaScriptDebugger/lib/javascript-debugger-featuresTrainer.jar
 %%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-9-rt.jar
 %%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-rt.jar
 %%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger.jar
@@ -444,31 +466,8 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js
 %%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-tree.js
 %%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-util.js
-%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input
-%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.keystream
-%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.keystream.len
-%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.len
-%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.values
-%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.values.at
-%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.values.s
-%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input_i
-%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input_i.len
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream.len
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.len
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.at
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.s
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input_i
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input_i.len
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream.len
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.len
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names_i
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names_i.len
-%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.version
+%%DATADIR%%/plugins/JavaScriptLanguage/js/js-predefined-ffdd448c697d-9d1e29453470.ijx
+%%DATADIR%%/plugins/JavaScriptLanguage/js/js-predefined-ffdd448c697d-9d1e29453470.txt
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/browser.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/cancellationToken.js
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/es2019decorators.d.ts
@@ -513,7 +512,9 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.bigint.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.full.d.ts
+%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.intl.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.promise.d.ts
+%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.sharedmemory.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.string.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.symbol.wellknown.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts
@@ -527,9 +528,11 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.string.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.symbol.d.ts
+%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.weakref.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.scripthost.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts
+%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/react.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/tsserverlibrary.js
 %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/typesMap.json
@@ -574,8 +577,9 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/typings/js-lanuage-api.d.ts
 %%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/tsconfig.json
 %%DATADIR%%/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar
-%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-js-0.0.7.jar
-%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-typescript-0.1.1.jar
+%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-js-0.1.2.jar
+%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-typescript-0.2.2.jar
+%%DATADIR%%/plugins/JavaScriptLanguage/lib/javascript-featuresTrainer.jar
 %%DATADIR%%/plugins/JavaScriptLanguage/lib/javascript-openapi.jar
 %%DATADIR%%/plugins/JavaScriptLanguage/lib/js-test-common.jar
 %%DATADIR%%/plugins/JavaScriptLanguage/lib/resources_en.jar
@@ -587,6 +591,9 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/cloud-config/lib/resources_en.jar
 %%DATADIR%%/plugins/coffeescript-core/lib/coffeescript-core.jar
 %%DATADIR%%/plugins/coffeescript-core/lib/resources_en.jar
+%%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar
+%%DATADIR%%/plugins/completionMlRanking/lib/ngram-slp-0.0.2.jar
+%%DATADIR%%/plugins/completionMlRanking/lib/resources_en.jar
 %%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
 %%DATADIR%%/plugins/copyright/lib/copyright.jar
 %%DATADIR%%/plugins/copyright/lib/resources_en.jar
@@ -595,23 +602,32 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/datalore-intellij-plugin/lib/commons-codec-1.10.jar
 %%DATADIR%%/plugins/datalore-intellij-plugin/lib/commons-io-2.6.jar
 %%DATADIR%%/plugins/datalore-intellij-plugin/lib/commons-logging-1.2.jar
-%%DATADIR%%/plugins/datalore-intellij-plugin/lib/datalore-intellij-plugin-0.1.7-202.jar
+%%DATADIR%%/plugins/datalore-intellij-plugin/lib/datalore-intellij-plugin-0.1.12-203.jar
 %%DATADIR%%/plugins/datalore-intellij-plugin/lib/httpclient-4.5.6.jar
 %%DATADIR%%/plugins/datalore-intellij-plugin/lib/httpcore-4.4.10.jar
 %%DATADIR%%/plugins/datalore-intellij-plugin/lib/httpmime-4.5.6.jar
 %%DATADIR%%/plugins/datalore-intellij-plugin/lib/jsch-0.1.54.jar
 %%DATADIR%%/plugins/datalore-intellij-plugin/lib/jzlib-1.1.1.jar
-%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-reflect-1.3.72.jar
-%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-1.3.72.jar
-%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-common-1.3.72.jar
-%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-jdk7-1.3.72.jar
-%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-jdk8-1.3.72.jar
-%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlinx-serialization-runtime-0.20.0.jar
+%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-reflect-1.4.20.jar
+%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-1.4.20.jar
+%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-common-1.4.20.jar
+%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlinx-serialization-core-jvm-1.0.1.jar
+%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlinx-serialization-json-jvm-1.0.1.jar
 %%DATADIR%%/plugins/datalore-intellij-plugin/lib/org.eclipse.jgit-5.2.0.201812061821-r.jar
-%%DATADIR%%/plugins/datalore-intellij-plugin/lib/searchableOptions-0.1.7-202.jar
+%%DATADIR%%/plugins/datalore-intellij-plugin/lib/searchableOptions-0.1.12-203.jar
 %%DATADIR%%/plugins/editorconfig/lib/editorconfig-core-java.jar
 %%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar
 %%DATADIR%%/plugins/editorconfig/lib/resources_en.jar
+%%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar
+%%DATADIR%%/plugins/emojipicker/lib/resources_en.jar
+%%DATADIR%%/plugins/featuresTrainer/lib/MultithreadedTC-1.01.jar
+%%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar
+%%DATADIR%%/plugins/featuresTrainer/lib/fest-assert-1.5.0-SNAPSHOT.jar
+%%DATADIR%%/plugins/featuresTrainer/lib/fest-reflect-2.0-SNAPSHOT.jar
+%%DATADIR%%/plugins/featuresTrainer/lib/fest-swing-1.4.6.jar
+%%DATADIR%%/plugins/featuresTrainer/lib/fest-util-1.3.0-SNAPSHOT.jar
+%%DATADIR%%/plugins/featuresTrainer/lib/jsr305.jar
+%%DATADIR%%/plugins/featuresTrainer/lib/resources_en.jar
 %%DATADIR%%/plugins/fileWatcher/lib/fileWatcher.jar
 %%DATADIR%%/plugins/fileWatcher/lib/resources_en.jar
 %%DATADIR%%/plugins/gherkin/lib/gherkin.jar
@@ -621,6 +637,26 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/git4idea/lib/resources_en.jar
 %%DATADIR%%/plugins/github/lib/github.jar
 %%DATADIR%%/plugins/github/lib/resources_en.jar
+%%DATADIR%%/plugins/grazie/lib/aho-corasick-double-array-trie-1.2.2.jar
+%%DATADIR%%/plugins/grazie/lib/bridj-0.7.0.jar
+%%DATADIR%%/plugins/grazie/lib/commons-text-1.8.jar
+%%DATADIR%%/plugins/grazie/lib/dx-1.7.jar
+%%DATADIR%%/plugins/grazie/lib/grazi-language-detector-0.1.13.jar
+%%DATADIR%%/plugins/grazie/lib/grazie.jar
+%%DATADIR%%/plugins/grazie/lib/hppc-0.8.1.jar
+%%DATADIR%%/plugins/grazie/lib/hunspell-1.1.1.jar
+%%DATADIR%%/plugins/grazie/lib/indriya-1.3.jar
+%%DATADIR%%/plugins/grazie/lib/kotlinx-html-jvm-0.6.11.jar
+%%DATADIR%%/plugins/grazie/lib/language-en-5.0.jar
+%%DATADIR%%/plugins/grazie/lib/languagetool-core-5.0.2.jar
+%%DATADIR%%/plugins/grazie/lib/morfologik-fsa-2.1.7.jar
+%%DATADIR%%/plugins/grazie/lib/morfologik-fsa-builders-2.1.7.jar
+%%DATADIR%%/plugins/grazie/lib/morfologik-speller-2.1.7.jar
+%%DATADIR%%/plugins/grazie/lib/morfologik-stemming-2.1.7.jar
+%%DATADIR%%/plugins/grazie/lib/resources_en.jar
+%%DATADIR%%/plugins/grazie/lib/segment-2.0.1.jar
+%%DATADIR%%/plugins/grazie/lib/unit-api-1.0.jar
+%%DATADIR%%/plugins/grazie/lib/uom-lib-common-1.1.jar
 %%DATADIR%%/plugins/haml/lib/haml.jar
 %%DATADIR%%/plugins/haml/lib/resources_en.jar
 %%DATADIR%%/plugins/hg4idea/lib/hg4idea.jar
@@ -641,7 +677,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/performanceTesting/bin/libyjpagent64.so
 %%DATADIR%%/plugins/performanceTesting/bin/yjpagent.dll
 %%DATADIR%%/plugins/performanceTesting/bin/yjpagent64.dll
-%%DATADIR%%/plugins/performanceTesting/lib/async-profiler-1.7-2.jar
+%%DATADIR%%/plugins/performanceTesting/lib/async-profiler-1.8.1-1.jar
 %%DATADIR%%/plugins/performanceTesting/lib/byte-buddy-agent-1.10.1.jar
 %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
 %%DATADIR%%/plugins/performanceTesting/lib/resources_en.jar
@@ -1293,7 +1329,6 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/pycharm/django_test_runner.py
 %%DATADIR%%/plugins/python/helpers/pycharm/docrunner.py
 %%DATADIR%%/plugins/python/helpers/pycharm/fix_getpass.py
-%%DATADIR%%/plugins/python/helpers/pycharm/lettuce_runner.py
 %%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/_2.py
 %%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/_3.py
 %%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/__init__.py
@@ -1420,7 +1455,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_35_64.cpython-35m-darwin.so
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so
-%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_38_64.cpython-38-darwin.so
+%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_38_64%%PYTHON_EXT_SUFFIX%%-darwin.so
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_39_64.cpython-39-darwin.so
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
@@ -1481,13 +1516,13 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win_amd64.pyd
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-36m-darwin.so
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-37m-darwin.so
-%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-38-darwin.so
+%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common%%PYTHON_EXT_SUFFIX%%-darwin.so
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-39-darwin.so
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pxd
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pyx
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so
-%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64.cpython-38-darwin.so
+%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64%%PYTHON_EXT_SUFFIX%%-darwin.so
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_39_64.cpython-39-darwin.so
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39.c
 %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39.pxd
@@ -1514,7 +1549,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/pydev/jython_test_deps/ant.jar
 %%DATADIR%%/plugins/python/helpers/pydev/jython_test_deps/junit.jar
 %%DATADIR%%/plugins/python/helpers/pydev/merge_pydev_pycharm.txt
-%%DATADIR%%/plugins/python/helpers/pydev/pycharm-readme.txt
+%%DATADIR%%/plugins/python/helpers/pydev/pycharm-readme.rst
 %%DATADIR%%/plugins/python/helpers/pydev/pycompletionserver.py
 %%DATADIR%%/plugins/python/helpers/pydev/pydev_app_engine_debug_startup.py
 %%DATADIR%%/plugins/python/helpers/pydev/pydev_console/__init__.py
@@ -1635,8 +1670,10 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_bytecode_overflow.py
 %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_change_breaks.py
 %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_check_tracer.py
+%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_environment_reset_on_fork.py
 %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_event_ext.py
 %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_exceptions.py
+%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_fork.py
 %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_frame_eval.py
 %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_generator.py
 %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_generator2.py
@@ -1948,8 +1985,6 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/__init__.py
 %%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/generic/__init__.py
 %%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/generic/base.py
-%%DATADIR%%/plugins/python/helpers/python-skeletons/lettuce/__init__.py
-%%DATADIR%%/plugins/python/helpers/python-skeletons/lettuce/terrain.py
 %%DATADIR%%/plugins/python/helpers/python-skeletons/nose/__init__.py
 %%DATADIR%%/plugins/python/helpers/python-skeletons/nose/tools/__init__.py
 %%DATADIR%%/plugins/python/helpers/python-skeletons/numpy/__init__.py
@@ -2051,12 +2086,17 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/tools/stdlib_packages.txt
 %%DATADIR%%/plugins/python/helpers/tools/versions.xml
 %%DATADIR%%/plugins/python/helpers/typeshed/.flake8
-%%DATADIR%%/plugins/python/helpers/typeshed/.travis.yml
+%%DATADIR%%/plugins/python/helpers/typeshed/.github/workflows/mypy_primer.yml
+%%DATADIR%%/plugins/python/helpers/typeshed/.github/workflows/stubtest-unused-whitelist.yml
+%%DATADIR%%/plugins/python/helpers/typeshed/.github/workflows/tests.yml
 %%DATADIR%%/plugins/python/helpers/typeshed/CONTRIBUTING.md
 %%DATADIR%%/plugins/python/helpers/typeshed/LICENSE
 %%DATADIR%%/plugins/python/helpers/typeshed/README.md
+%%DATADIR%%/plugins/python/helpers/typeshed/pre-commit
 %%DATADIR%%/plugins/python/helpers/typeshed/pyproject.toml
 %%DATADIR%%/plugins/python/helpers/typeshed/requirements-tests-py3.txt
+%%DATADIR%%/plugins/python/helpers/typeshed/scripts/migrate_script.py
+%%DATADIR%%/plugins/python/helpers/typeshed/scripts/update-stubtest-whitelist.py
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/ConfigParser.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/Queue.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/SocketServer.pyi
@@ -2071,7 +2111,55 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/collections.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/compileall.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/__init__.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/archive_util.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/bcppcompiler.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/ccompiler.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/cmd.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/__init__.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_dumb.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_msi.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_packager.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_rpm.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_wininst.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build_clib.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build_ext.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build_py.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build_scripts.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/check.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/clean.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/config.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_data.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_egg_info.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_headers.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_lib.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_scripts.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/register.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/sdist.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/upload.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/config.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/core.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/cygwinccompiler.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/debug.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/dep_util.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/dir_util.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/dist.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/emxccompiler.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/errors.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/extension.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/fancy_getopt.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/file_util.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/filelist.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/log.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/msvccompiler.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/spawn.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/sysconfig.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/text_file.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/unixccompiler.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/util.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/version.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/email/MIMEText.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/email/__init__.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/email/_parseaddr.pyi
@@ -2113,10 +2201,13 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/pool.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/process.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/util.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/ntpath.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/os/__init__.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/os/path.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/os2emxpath.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/pipes.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/posix.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/posixpath.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/random.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/re.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/resource.pyi
@@ -2144,6 +2235,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_random.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_typeshed/__init__.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_typeshed/wsgi.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_typeshed/xml.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_warnings.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/aifc.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/antigravity.pyi
@@ -2155,10 +2247,12 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/bdb.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/binascii.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/bz2.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cProfile.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cgi.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cmath.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cmd.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/codecs.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/contextlib.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/crypt.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/csv.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ctypes/__init__.pyi
@@ -2171,59 +2265,15 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/datetime.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/decimal.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/difflib.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/__init__.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/archive_util.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/bcppcompiler.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/ccompiler.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/cmd.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/__init__.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_dumb.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_msi.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_packager.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_rpm.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_wininst.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build_clib.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build_ext.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build_py.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build_scripts.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/check.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/clean.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/config.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install_data.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install_headers.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install_lib.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install_scripts.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/register.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/sdist.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/core.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/cygwinccompiler.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/debug.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/dep_util.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/dir_util.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/dist.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/errors.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/extension.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/fancy_getopt.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/file_util.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/filelist.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/log.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/msvccompiler.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/spawn.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/sysconfig.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/text_file.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/unixccompiler.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/util.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/version.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/doctest.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/filecmp.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/fractions.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ftplib.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/genericpath.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/hmac.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/imaplib.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/imghdr.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/keyword.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/locale.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/logging/__init__.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/logging/config.pyi
@@ -2238,19 +2288,20 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/msilib/schema.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/msilib/sequence.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/msilib/text.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ntpath.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/numbers.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/opcode.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/operator.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/parser.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pdb.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pickle.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pkgutil.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/plistlib.pyi
-%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/posixpath.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pprint.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pstats.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/py_compile.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pydoc.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pydoc_data/__init__.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pydoc_data/topics.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pyexpat/__init__.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pyexpat/errors.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pyexpat/model.pyi
@@ -2285,6 +2336,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/__init__.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/NodeFilter.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/__init__.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/domreg.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/minidom.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/pulldom.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/etree/ElementInclude.pyi
@@ -2305,6 +2357,8 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/zlib.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.7/_py_abc.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.7/contextvars.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.9/graphlib.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.9/zoneinfo/__init__.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_bootlocale.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_compat_pickle.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_compression.pyi
@@ -2314,6 +2368,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_operator.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_sitebuiltins.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_thread.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_tkinter.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_tracemalloc.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_winapi.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/abc.pyi
@@ -2362,6 +2417,55 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/dbm/dumb.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/dbm/gnu.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/dbm/ndbm.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/__init__.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/archive_util.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/bcppcompiler.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/ccompiler.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/cmd.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/__init__.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_dumb.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_msi.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_packager.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_rpm.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_wininst.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build_clib.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build_ext.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build_py.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build_scripts.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/check.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/clean.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/config.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_data.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_egg_info.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_headers.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_lib.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_scripts.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/register.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/sdist.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/upload.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/config.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/core.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/cygwinccompiler.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/debug.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/dep_util.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/dir_util.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/dist.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/errors.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/extension.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/fancy_getopt.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/file_util.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/filelist.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/log.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/msvccompiler.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/spawn.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/sysconfig.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/text_file.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/unixccompiler.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/util.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/version.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/email/__init__.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/email/charset.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/email/contentmanager.pyi
@@ -2410,6 +2514,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/__init__.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/decoder.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/encoder.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/tool.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/lzma.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/__init__.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/connection.pyi
@@ -2421,12 +2526,16 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/process.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/queues.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/shared_memory.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/sharedctypes.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/spawn.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/synchronize.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/ntpath.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/os/__init__.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/os/path.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/pathlib.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/pipes.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/posix.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/posixpath.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/queue.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/random.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/re.pyi
@@ -2449,6 +2558,7 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/async_case.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/case.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/loader.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/main.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/mock.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/result.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/runner.pyi
@@ -2466,27 +2576,26 @@ share/applications/pycharm-pro.desktop
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xmlrpc/__init__.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xmlrpc/client.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xmlrpc/server.pyi
+%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xxlimited.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/zipapp.pyi
 %%DATADIR%%/plugins/python/helpers/typeshed/tests/check_consistent.py
-%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_blacklist.txt

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-all mailing list