Page MenuHomeSolus

D9991.id23999.diff
No OneTemporary

D9991.id23999.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : spyder3
-version : 4.1.5
-release : 11
+version : 4.2.0
+release : 12
source :
- - https://github.com/spyder-ide/spyder/archive/v4.1.5.tar.gz : 98f24bd782e2c5d2fcd1033b433692e85dada9f095f86547ba66728e5a26a65f
+ - https://github.com/spyder-ide/spyder/archive/v4.2.0.tar.gz : 0d4a2e09681b958ec8e03176e24bba858083a8774cb4b016b7508728c9a0deb1
homepage : https://www.spyder-ide.org/
license :
- BSD-3-Clause
@@ -30,27 +30,25 @@
- pylint
- python-atomicwrites
- python-chardet
- - python-diff-match-patch
- python-intervaltree
- python-keyring
- - python-language-server
- python-nbconvert
- python-numpydoc
- python-opengl
- python-pandas
- python-psutil
+ - python-pyls-black
+ - python-pyls-spyder
- python-qdarkstyle
- python-qtawesome
- python-qtconsole
- python-rope
- python-spyder-kernels
+ - python-three-merge
- python-watchdog
- pyxdg
- scipy
- sympy
-setup : |
- # Use our python3-jedi version
- sed -i "s|JEDI_REQVER = '=0.17.1'|JEDI_REQVER = '>=0.17.1'|" -i spyder/dependencies.py
build : |
%python3_setup
install : |
@@ -59,9 +57,5 @@
# Remove windows stuff
rm $installdir/usr/bin/spyder_win_post_install.py
- # Move icon to pixmaps
- install -dm00644 $installdir/usr/share/pixmaps
- mv $installdir/usr/share/icons/spyder3.png $installdir/usr/share/pixmaps/spyder3.png
-
# Remove empty directory
rm -rf $installdir/usr/share/icons
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -30,8 +30,8 @@
</Description>
<PartOf>programming.ide</PartOf>
<Files>
- <Path fileType="executable">/usr/bin/spyder3</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/spyder-4.1.5-py3.7.egg-info</Path>
+ <Path fileType="executable">/usr/bin/spyder</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder-4.2.0-py3.7.egg-info</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/__pycache__/dependencies.cpython-37.pyc</Path>
@@ -82,6 +82,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/config/__pycache__/lsp.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/config/__pycache__/main.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/config/__pycache__/manager.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/config/__pycache__/snippets.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/config/__pycache__/user.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/config/__pycache__/utils.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/config/appearance.py</Path>
@@ -91,6 +92,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/config/lsp.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/config/main.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/config/manager.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/config/snippets.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/config/user.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/config/utils.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/dependencies.py</Path>
@@ -287,7 +289,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/images/spyder_dark.svg</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/images/spyder_kite.svg</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/images/spyder_kite_dark.svg</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/images/tour-spyder-logo.png</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/images/tour-spyder-logo.svg</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/images/vcs_browse.png</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/images/vcs_commit.png</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/images/whole_words.png</Path>
@@ -419,9 +421,21 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/languageserver/transport/tcp/producer.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/languageserver/widgets/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/languageserver/widgets/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/languageserver/widgets/__pycache__/serversconfig.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/languageserver/widgets/__pycache__/snippetsconfig.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/languageserver/widgets/__pycache__/status.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/languageserver/widgets/serversconfig.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/languageserver/widgets/snippetsconfig.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/languageserver/widgets/status.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/plugin.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/snippets/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/snippets/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/snippets/__pycache__/actor.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/snippets/__pycache__/plugin.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/snippets/__pycache__/trie.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/snippets/actor.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/snippets/plugin.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/completion/snippets/trie.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/console/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/console/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/plugins/console/__pycache__/plugin.cpython-37.pyc</Path>
@@ -1839,6 +1853,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/utils/__pycache__/windows.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/utils/__pycache__/workers.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/utils/bsdsocket.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/spyder/utils/check-git.sh</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/utils/conda.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/utils/debug.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/utils/encoding.py</Path>
@@ -1954,18 +1969,16 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/workers/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/workers/__pycache__/updates.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/spyder/workers/updates.py</Path>
- <Path fileType="data">/usr/share/applications/spyder3.desktop</Path>
- <Path fileType="data">/usr/share/metainfo/spyder3.appdata.xml</Path>
- <Path fileType="data">/usr/share/pixmaps/spyder3.png</Path>
+ <Path fileType="data">/usr/share/applications/spyder.desktop</Path>
</Files>
</Package>
<History>
- <Update release="11">
- <Date>2020-09-04</Date>
- <Version>4.1.5</Version>
+ <Update release="12">
+ <Date>2020-11-12</Date>
+ <Version>4.2.0</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

Mime Type
text/plain
Expires
Fri, Aug 11, 5:51 PM (2 h, 41 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5855396
Default Alt Text
D9991.id23999.diff (9 KB)

Event Timeline