Page MenuHomeSolus

D7181.diff
No OneTemporary

D7181.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : thonny
-version : 3.1.2
-release : 3
+version : 3.2.1
+release : 4
source :
- - https://files.pythonhosted.org/packages/87/ba/a1cd77bcfdab52027bf946832585911ebac8f7871c665ac2a5f6e2e2fe54/thonny-3.1.2.tar.gz : 13dd3fc1f5150853904e1cec650c380e4ed27b8cc38e14938ef2522d0d41ba35
+ - https://github.com/thonny/thonny/archive/v3.2.1.tar.gz : 3aed28dbe0c93dc668b41aa72a4a14cc25ac14cd2a94a92a714522dd1a1c7a5a
license : MIT
component : programming.ide
summary : Python IDE for beginners
@@ -22,5 +22,5 @@
%python3_setup
install : |
%python3_install
- install -D -m 00644 $workdir/packaging/linux/org.thonny.Thonny.desktop $installdir/usr/share/applications/thonny.desktop
- install -D -m 00644 $workdir/packaging/icons/thonny-256x256.png $installdir/usr/share/pixmaps/thonny.png
+ install -D -m 00644 $workdir/thonny-$version/packaging/linux/org.thonny.Thonny.desktop $installdir/usr/share/applications/thonny.desktop
+ install -D -m 00644 $workdir/thonny-$version/packaging/icons/thonny-256x256.png $installdir/usr/share/pixmaps/thonny.png
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
<Source>
<Name>thonny</Name>
<Packager>
- <Name>Justin Berthault</Name>
- <Email>justin.berthault@zaclys.net</Email>
+ <Name>Thomas Staudinger</Name>
+ <Email>Staudi.Kaos@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.ide</PartOf>
<Summary xml:lang="en">Python IDE for beginners</Summary>
<Description xml:lang="en">Thonny is a simple Python IDE with features useful for learning programming. It comes with a debugger which is able to visualize all the conceptual steps taken to run a Python program (executing statements, evaluating expressions, maintaining the call stack). There is a GUI for installing 3rd-party packages and special mode for learning about references.
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>thonny</Name>
@@ -20,12 +20,12 @@
<PartOf>programming.ide</PartOf>
<Files>
<Path fileType="executable">/usr/bin/thonny</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.1.2-py3.6.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.1.2-py3.6.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.1.2-py3.6.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.1.2-py3.6.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.1.2-py3.6.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.1.2-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.2.1-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.2.1-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.2.1-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.2.1-py3.6.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.2.1-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.2.1-py3.6.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/VERSION</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__main__.py</Path>
@@ -42,8 +42,11 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/common.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/config.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/config_ui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/export.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/first_run.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/gridtable.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/jedi_utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/languages.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/memory.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/misc_utils.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/roughparse.cpython-36.pyc</Path>
@@ -67,8 +70,55 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/common.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/config.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/config_ui.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/export.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/first_run.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/gridtable.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/jedi_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/languages.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/compile_mo.bat</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/de_DE/LC_MESSAGES/thonny.mo</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/de_DE/LC_MESSAGES/thonny.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/en_US/LC_MESSAGES/thonny.mo</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/en_US/LC_MESSAGES/thonny.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/es_ES/LC_MESSAGES/thonny.mo</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/es_ES/LC_MESSAGES/thonny.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/et_EE/LC_MESSAGES/thonny.mo</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/et_EE/LC_MESSAGES/thonny.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/HELP_CONTENT/birdseye.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/HELP_CONTENT/debuggers.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/HELP_CONTENT/debugging.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/HELP_CONTENT/dock.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/HELP_CONTENT/errors.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/HELP_CONTENT/flask.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/HELP_CONTENT/index.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/HELP_CONTENT/modes.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/HELP_CONTENT/packages.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/HELP_CONTENT/plotter.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/HELP_CONTENT/program_arguments.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/HELP_CONTENT/shell.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/HELP_CONTENT/turtle.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/LC_MESSAGES/thonny.mo</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/fr_FR/LC_MESSAGES/thonny.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/ja_JP/LC_MESSAGES/thonny.mo</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/ja_JP/LC_MESSAGES/thonny.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/lt_LT/LC_MESSAGES/thonny.mo</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/lt_LT/LC_MESSAGES/thonny.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/nl_NL/LC_MESSAGES/thonny.mo</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/nl_NL/LC_MESSAGES/thonny.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/pt_BR/LC_MESSAGES/thonny.mo</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/pt_BR/LC_MESSAGES/thonny.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/pt_PT/LC_MESSAGES/thonny.mo</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/pt_PT/LC_MESSAGES/thonny.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/ru_RU/LC_MESSAGES/thonny.mo</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/ru_RU/LC_MESSAGES/thonny.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/thonny.pot</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/uk_UA/LC_MESSAGES/thonny.mo</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/uk_UA/LC_MESSAGES/thonny.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/update_pot.bat</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/zh_CN/LC_MESSAGES/thonny.mo</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/zh_CN/LC_MESSAGES/thonny.po</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/zh_TW/LC_MESSAGES/thonny.mo</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/locale/zh_TW/LC_MESSAGES/thonny.po</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/memory.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/misc_utils.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__init__.py</Path>
@@ -84,20 +134,20 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/cells.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/clean_ui_themes.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/coloring.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/commenting.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/commenting_indenting.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/common_editing_commands.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/debugger.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/dock_user_windows_frontend.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/editor_config_page.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/event_logging.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/event_view.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/files.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/find_replace.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/general_config_page.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/goto_definition.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/heap.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/highlight_names.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/locals_marker.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/main_file_browser.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/misc_analyzers.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/notes.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/object_inspector.cpython-36.pyc</Path>
@@ -106,9 +156,10 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/pgzero_frontend.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/pip_gui.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/pylint.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/pylint_checkers.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/remove_old_data_dir.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/replayer.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/run_debug_config_page.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/shell_config_page.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/shell_macro.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/statement_boxes.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/stdlib_error_helpers.cpython-36.pyc</Path>
@@ -125,24 +176,107 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/__pycache__/birdseye_backend.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/__pycache__/dock_user_windows_backend.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/__pycache__/flask_backend.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/__pycache__/matplotlib_backend.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/__pycache__/pgzero_backend.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/birdseye_backend.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/dock_user_windows_backend.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/flask_backend.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/matplotlib_backend.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/pgzero_backend.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend_config_page.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/base_syntax_themes.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/base_ui_themes.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/birdseye_frontend.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/cells.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/analogio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/array.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/audiobusio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/audioio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/bitbangio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/board.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/builtins.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/busio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/collections.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/digitalio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/errno.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/framebuf.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/gamepad.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/gc.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/math.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/microcontroller.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/micropython.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/neopixel.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/neopixel_write.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/nvm.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/os.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/pulseio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/random.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/re.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/rotaryio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/rtc.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/samd.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/storage.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/struct.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/supervisor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/sys.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/time.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/touchio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/ucollections.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/ure.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/usb_hid.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/usb_midi.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/__pycache__/ustruct.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/analogio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/array.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/audiobusio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/audioio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/bitbangio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/board.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/builtins.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/busio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/collections.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/digitalio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/errno.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/framebuf.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/gamepad.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/gc.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/math.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/microcontroller.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/micropython.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/neopixel.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/neopixel_write.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/nvm.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/os.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/pulseio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/random.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/re.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/rotaryio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/rtc.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/samd.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/storage.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/struct.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/supervisor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/sys.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/time.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/touchio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/ucollections.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/ure.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/usb_hid.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/usb_midi.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/circuitpython/api_stubs/ustruct.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/clean_ui_themes.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/coloring.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/commenting.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/commenting_indenting.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/common_editing_commands.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/debugger.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/dock_user_windows_frontend.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/editor_config_page.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/event_logging.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/event_view.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/files.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/find_replace.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/general_config_page.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/goto_definition.py</Path>
@@ -154,16 +288,72 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/debugging.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/dock.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/errors.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/flask.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/index.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/modes.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/packages.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/plotter.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/program_arguments.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/shell.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/turtle.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/highlight_names.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/locals_marker.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/main_file_browser.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/antigravity.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/array.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/audio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/builtins.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/collections.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/gc.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/love.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/machine.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/math.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/microbit.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/micropython.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/music.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/neopixel.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/os.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/radio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/random.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/speech.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/struct.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/sys.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/this.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/time.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/ucollections.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/ustruct.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/__pycache__/utime.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/antigravity.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/array.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/audio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/builtins.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/collections.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/gc.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/love.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/machine.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/math.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/microbit.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/micropython.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/music.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/neopixel.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/os.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/radio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/random.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/speech.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/struct.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/sys.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/this.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/time.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/ucollections.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/ustruct.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/microbit/api_stubs/utime.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/__pycache__/backend.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/__pycache__/connection.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/__pycache__/serial_connection.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/__pycache__/webrepl_connection.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/_onewire.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/array.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/binascii.cpython-36.pyc</Path>
@@ -264,6 +454,10 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/utimeq.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/uzlib.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/zlib.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/backend.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/connection.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/serial_connection.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/webrepl_connection.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/misc_analyzers.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/mypy/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/mypy/__pycache__/__init__.cpython-36.pyc</Path>
@@ -273,14 +467,53 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/outline.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/paren_matcher.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pgzero_frontend.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/debug-run-cursor.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/debug-run-cursor48.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/debug-run.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/debug-run48.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/debug-step-into.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/debug-step-into48.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/debug-step-out.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/debug-step-out48.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/debug-step-over.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/debug-step-over48.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/document-new.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/document-new48.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/document-open.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/document-open48.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/document-save.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/document-save48.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/media-playback-start.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/media-playback-start48.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/process-stop.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/process-stop48.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/quit.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/quit48.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/resume.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/resume48.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/scrollbar-button-down-insens.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/scrollbar-button-down.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/scrollbar-button-left-insens.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/scrollbar-button-left.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/scrollbar-button-right-insens.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/scrollbar-button-right.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/scrollbar-button-up-insens.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/scrollbar-button-up.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/window-close-act.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/window-close.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/zoom.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pi/res/zoom48.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pip_gui.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/printing/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/printing/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/printing/template.html</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pylint.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pylint_checkers.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/remove_old_data_dir.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/replayer.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/run_debug_config_page.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/shell_config_page.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/shell_macro.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/statement_boxes.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/stdlib_error_helpers.py</Path>
@@ -295,6 +528,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/variables.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/16x16-blank.gif</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/1x1-white.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/PrintLnkTarget.vbs</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/arrow-down.gif</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/birdseye.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/boxdot.png</Path>
@@ -313,6 +547,8 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/folder.gif</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/generic-file.gif</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/hard-drive.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/harddisk.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/harddisk_2x.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/help.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/help_2x.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/information.png</Path>
@@ -338,6 +574,8 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/outline-method.gif</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/python-file.gif</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/python-icon.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/quit.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/quit_2x.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/resume.gif</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/resume.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/resume_2x.png</Path>
@@ -353,6 +591,8 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/save-file_Linux.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/save-file_Linux_2x.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/save-file_alt.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/star.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/star_2x.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/step-into.gif</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/step-into.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/step-into_2x.png</Path>
@@ -377,6 +617,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/thonny.ico</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/thonny.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/thonny_small.ico</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/zoom.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/roughparse.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/rst_utils.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/running.py</Path>
@@ -385,21 +626,13 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/terminal.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/__pycache__/__init__.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/__pycache__/test_ast_utils.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/__pycache__/test_ast_utils_mark_text_ranges.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/__pycache__/test_common.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/__pycache__/__init__.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/__pycache__/test_coloring.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/__pycache__/test_locals_marker.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/__pycache__/test_name_highlighter.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/__pycache__/test_paren_matcher.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/test_coloring.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/test_locals_marker.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/test_name_highlighter.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/test_paren_matcher.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/test_ast_utils.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/test_ast_utils_mark_text_ranges.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/test_common.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/tktextext.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/thonny/token_utils.py</Path>
@@ -410,12 +643,12 @@
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2019-02-27</Date>
- <Version>3.1.2</Version>
+ <Update release="4">
+ <Date>2019-09-18</Date>
+ <Version>3.2.1</Version>
<Comment>Packaging update</Comment>
- <Name>Justin Berthault</Name>
- <Email>justin.berthault@zaclys.net</Email>
+ <Name>Thomas Staudinger</Name>
+ <Email>Staudi.Kaos@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 1 2023, 10:40 PM (10 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5834557
Default Alt Text
D7181.diff (54 KB)

Event Timeline