Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10733834
D12741.id31024.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
19 KB
Referenced Files
None
Subscribers
None
D12741.id31024.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : spyder3
-version : 5.1.1
-release : 21
+version : 5.2.2
+release : 22
source :
- - https://github.com/spyder-ide/spyder/archive/refs/tags/v5.1.1.tar.gz : 5b84d2feb210ded547fac4689c00f3cb9f955f692ca617466cfa1a229bb1810a
+ - https://github.com/spyder-ide/spyder/archive/refs/tags/v5.2.2.tar.gz : 46b93e6ec0905a92e9a0082afad3325bd8f8f5dd090ba4bccf70c8c59eebfe96
homepage : https://www.spyder-ide.org/
license :
- BSD-3-Clause
@@ -25,11 +25,11 @@
rundeps :
- cython
- matplotlib
- - pycodestyle
- python-atomicwrites
- python-chardet
- python-cookiecutter
- python-intervaltree
+ - python-jellyfish
- python-keyring
- python-lsp-black
- python-nbconvert
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -32,12 +32,12 @@
<Files>
<Path fileType="executable">/usr/bin/spyder</Path>
<Path fileType="executable">/usr/bin/spyder3</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder-5.1.1-py3.9.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder-5.1.1-py3.9.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder-5.1.1-py3.9.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder-5.1.1-py3.9.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder-5.1.1-py3.9.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder-5.1.1-py3.9.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder-5.2.2-py3.9.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder-5.2.2-py3.9.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder-5.2.2-py3.9.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder-5.2.2-py3.9.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder-5.2.2-py3.9.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder-5.2.2-py3.9.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/__pycache__/__init__.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/__pycache__/dependencies.cpython-39.pyc</Path>
@@ -71,9 +71,11 @@
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/panel.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/plugin_registration/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/plugin_registration/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/plugin_registration/__pycache__/_confpage.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/plugin_registration/__pycache__/decorators.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/plugin_registration/__pycache__/mixins.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/plugin_registration/__pycache__/registry.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/plugin_registration/_confpage.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/plugin_registration/decorators.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/plugin_registration/mixins.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/plugin_registration/registry.py</Path>
@@ -86,6 +88,12 @@
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/plugins/new_api.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/plugins/old_api.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/preferences.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/shellconnect/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/shellconnect/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/shellconnect/__pycache__/main_widget.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/shellconnect/__pycache__/mixins.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/shellconnect/main_widget.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/shellconnect/mixins.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/translations.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/utils.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/api/widgets/__init__.py</Path>
@@ -362,6 +370,7 @@
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/images/spyder2_icon_theme/whole_words.png</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/images/spyder2_icon_theme/win_env.png</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/images/tour/tour-spyder-logo.svg</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/images/windows_app_icon.ico</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/locale/de/LC_MESSAGES/spyder.mo</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/locale/de/LC_MESSAGES/spyder.po</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/locale/es/LC_MESSAGES/spyder.mo</Path>
@@ -677,10 +686,18 @@
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/__pycache__/__init__.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/__pycache__/api.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/__pycache__/plugin.cpython-39.pyc</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/__pycache__/widgets.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/api.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/plugin.py</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/widgets.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/widgets/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/combobox.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/main_widget.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/results_browser.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/search_thread.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/widgets/combobox.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/widgets/main_widget.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/widgets/results_browser.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/findinfiles/widgets/search_thread.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/help/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/help/__pycache__/__init__.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/help/__pycache__/api.cpython-39.pyc</Path>
@@ -1799,10 +1816,12 @@
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/kernelspec.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/manager.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/ssh.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/stdfile.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/style.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/utils/kernelspec.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/utils/manager.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/utils/ssh.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/utils/stdfile.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/utils/style.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/__init__.cpython-39.pyc</Path>
@@ -1812,6 +1831,7 @@
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/figurebrowser.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/help.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/kernelconnect.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/main_widget.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/namespacebrowser.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/restartdialog.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/shell.cpython-39.pyc</Path>
@@ -1821,6 +1841,7 @@
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/figurebrowser.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/help.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/kernelconnect.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/main_widget.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/namespacebrowser.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/restartdialog.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/ipythonconsole/widgets/shell.py</Path>
@@ -1872,10 +1893,12 @@
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/outlineexplorer/__pycache__/__init__.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/outlineexplorer/__pycache__/api.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/outlineexplorer/__pycache__/editor.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/outlineexplorer/__pycache__/main_widget.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/outlineexplorer/__pycache__/plugin.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/outlineexplorer/__pycache__/widgets.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/outlineexplorer/api.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/outlineexplorer/editor.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/outlineexplorer/main_widget.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/outlineexplorer/plugin.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/outlineexplorer/widgets.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/plots/__init__.py</Path>
@@ -1931,13 +1954,13 @@
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/projects/utils/watcher.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/projects/widgets/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/projects/widgets/__pycache__/__init__.cpython-39.pyc</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/projects/widgets/__pycache__/explorer.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/projects/widgets/__pycache__/main_widget.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/projects/widgets/__pycache__/projectdialog.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/projects/widgets/__pycache__/projectexplorer.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/projects/widgets/__pycache__/qcookiecutter.cpython-39.pyc</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/projects/widgets/explorer.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/projects/widgets/main_widget.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/projects/widgets/projectdialog.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/projects/widgets/projectexplorer.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/projects/widgets/qcookiecutter.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/pylint/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/plugins/pylint/__pycache__/__init__.cpython-39.pyc</Path>
@@ -2071,6 +2094,7 @@
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/__pycache__/fixtures.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/__pycache__/icon_manager.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/__pycache__/image_path_manager.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/__pycache__/installers.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/__pycache__/misc.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/__pycache__/palette.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/__pycache__/programs.cpython-39.pyc</Path>
@@ -2121,14 +2145,10 @@
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/external/pybloom_pyqt/__pycache__/utils.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/external/pybloom_pyqt/pybloom.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/external/pybloom_pyqt/utils.py</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/external/toposort/LICENSE.txt</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/external/toposort/__init__.py</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/external/toposort/__pycache__/__init__.cpython-39.pyc</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/external/toposort/__pycache__/toposort.cpython-39.pyc</Path>
- <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/external/toposort/toposort.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/fixtures.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/icon_manager.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/image_path_manager.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/installers.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/introspection/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/introspection/__pycache__/__init__.cpython-39.pyc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/spyder/utils/introspection/__pycache__/module_completion.cpython-39.pyc</Path>
@@ -2221,12 +2241,12 @@
</Files>
</Package>
<History>
- <Update release="21">
- <Date>2021-08-16</Date>
- <Version>5.1.1</Version>
+ <Update release="22">
+ <Date>2022-01-22</Date>
+ <Version>5.2.2</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
May 13 2023, 12:51 AM (13 w, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5813737
Default Alt Text
D12741.id31024.diff (19 KB)
Attached To
Mode
D12741: Update spyder3 to 5.2.2
Attached
Detach File
Event Timeline
Log In to Comment