-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update spyder to version 5.5.3 / rev 52 via SR 1163542
https://build.opensuse.org/request/show/1163542 by user bnavigator + anag+factory - Update to 5.5.3 * Fix critical error when starting IPython console kernels on macOS and Linux in conda environments. - Release 5.5.2 * Activate environment for consoles that run in the same environment as Spyder. * Fix IPython kernel hangs when using a different graphic backend than Inline. * Fix check for updates mechanism when running Spyder from a conda installation. - Add spyder-pr21939-qtawesome1.3.patch gh#spyder-ide/spyder#21939 but also allow 1.2 - Add spyder-pr21942-pylint3.1.patch gh#spyder-ide/spyder#21942
- Loading branch information
1 parent
2cea4e8
commit 44ddf4f
Showing
8 changed files
with
180 additions
and
10 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafybeig2wlq7jmth45tmgwwrkwhqodmqoisednw2ylrxllpptedgo7pmbu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
From 7b046831a82309bc532debd45dc35769879c1381 Mon Sep 17 00:00:00 2001 | ||
From: dalthviz <[email protected]> | ||
Date: Wed, 27 Mar 2024 18:02:03 -0500 | ||
Subject: [PATCH] Update qtawesome version | ||
|
||
--- | ||
binder/environment.yml | 2 +- | ||
requirements/main.yml | 2 +- | ||
setup.py | 2 +- | ||
spyder/dependencies.py | 2 +- | ||
4 files changed, 4 insertions(+), 4 deletions(-) | ||
|
||
diff --git a/binder/environment.yml b/binder/environment.yml | ||
index 1ec4b5d3a64..efd76176a35 100644 | ||
--- a/binder/environment.yml | ||
+++ b/binder/environment.yml | ||
@@ -36,7 +36,7 @@ dependencies: | ||
- pyzmq >=24.0.0 | ||
- qdarkstyle >=3.2.0,<3.3.0 | ||
- qstylizer >=0.2.2 | ||
-- qtawesome >=1.2.1,<1.3.0 | ||
+- qtawesome >=1.2.1,<1.4.0 | ||
- qtconsole >=5.5.1,<5.6.0 | ||
- qtpy >=2.1.0 | ||
- rtree >=0.9.7 | ||
diff --git a/requirements/main.yml b/requirements/main.yml | ||
index 96d80b57e53..6c12ffb3395 100644 | ||
--- a/requirements/main.yml | ||
+++ b/requirements/main.yml | ||
@@ -33,7 +33,7 @@ dependencies: | ||
- pyzmq >=24.0.0 | ||
- qdarkstyle >=3.2.0,<3.3.0 | ||
- qstylizer >=0.2.2 | ||
- - qtawesome >=1.2.1,<1.3.0 | ||
+ - qtawesome >=1.2.1,<1.4.0 | ||
- qtconsole >=5.5.1,<5.6.0 | ||
- qtpy >=2.1.0 | ||
- rtree >=0.9.7 | ||
diff --git a/setup.py b/setup.py | ||
index 7af75bfb9a1..a0ccb82b4df 100644 | ||
--- a/setup.py | ||
+++ b/setup.py | ||
@@ -237,7 +237,7 @@ def run(self): | ||
'pyzmq>=24.0.0', | ||
'qdarkstyle>=3.2.0,<3.3.0', | ||
'qstylizer>=0.2.2', | ||
- 'qtawesome>=1.2.1,<1.3.0', | ||
+ 'qtawesome>=1.2.1,<1.4.0', | ||
'qtconsole>=5.5.1,<5.6.0', | ||
'qtpy>=2.1.0', | ||
'rtree>=0.9.7', | ||
diff --git a/spyder/dependencies.py b/spyder/dependencies.py | ||
index e1d12f7460d..e56f05f7770 100644 | ||
--- a/spyder/dependencies.py | ||
+++ b/spyder/dependencies.py | ||
@@ -65,7 +65,7 @@ | ||
PYZMQ_REQVER = '>=24.0.0' | ||
QDARKSTYLE_REQVER = '>=3.2.0,<3.3.0' | ||
QSTYLIZER_REQVER = '>=0.2.2' | ||
-QTAWESOME_REQVER = '>=1.2.1,<1.3.0' | ||
+QTAWESOME_REQVER = '>=1.2.1,<1.4.0' | ||
QTCONSOLE_REQVER = '>=5.5.1,<5.6.0' | ||
QTPY_REQVER = '>=2.1.0' | ||
RTREE_REQVER = '>=0.9.7' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
From e38a6b11fe0adf63864696167ddeff7b25778d92 Mon Sep 17 00:00:00 2001 | ||
From: Ben Greiner <[email protected]> | ||
Date: Fri, 29 Mar 2024 11:21:43 +0100 | ||
Subject: [PATCH] Bump pylint to >3.1,<4 | ||
|
||
--- | ||
binder/environment.yml | 2 +- | ||
requirements/main.yml | 2 +- | ||
setup.py | 2 +- | ||
spyder/dependencies.py | 2 +- | ||
4 files changed, 4 insertions(+), 4 deletions(-) | ||
|
||
diff --git a/binder/environment.yml b/binder/environment.yml | ||
index 1ec4b5d3a64..9abda78b98f 100644 | ||
--- a/binder/environment.yml | ||
+++ b/binder/environment.yml | ||
@@ -25,7 +25,7 @@ dependencies: | ||
- pickleshare >=0.4 | ||
- psutil >=5.3 | ||
- pygments >=2.0 | ||
-- pylint >=2.5.0,<3.1 | ||
+- pylint >=3.1,<4 | ||
- pylint-venv >=3.0.2 | ||
- pyls-spyder >=0.4.0 | ||
- pyqt >=5.10,<5.16 | ||
diff --git a/requirements/main.yml b/requirements/main.yml | ||
index 96d80b57e53..d3d2abd9ac7 100644 | ||
--- a/requirements/main.yml | ||
+++ b/requirements/main.yml | ||
@@ -23,7 +23,7 @@ dependencies: | ||
- pickleshare >=0.4 | ||
- psutil >=5.3 | ||
- pygments >=2.0 | ||
- - pylint >=2.5.0,<3.1 | ||
+ - pylint >=3.1,<4 | ||
- pylint-venv >=3.0.2 | ||
- pyls-spyder >=0.4.0 | ||
- pyqt >=5.10,<5.16 | ||
diff --git a/setup.py b/setup.py | ||
index 7af75bfb9a1..b79cfae5b0e 100644 | ||
--- a/setup.py | ||
+++ b/setup.py | ||
@@ -226,7 +226,7 @@ def run(self): | ||
'pickleshare>=0.4', | ||
'psutil>=5.3', | ||
'pygments>=2.0', | ||
- 'pylint>=2.5.0,<3.1', | ||
+ 'pylint>=3.1,<4', | ||
'pylint-venv>=3.0.2', | ||
'python-lsp-black>=2.0.0,<3.0.0', | ||
'pyls-spyder>=0.4.0', | ||
diff --git a/spyder/dependencies.py b/spyder/dependencies.py | ||
index e1d12f7460d..a5d2440cc20 100644 | ||
--- a/spyder/dependencies.py | ||
+++ b/spyder/dependencies.py | ||
@@ -56,7 +56,7 @@ | ||
PICKLESHARE_REQVER = '>=0.4' | ||
PSUTIL_REQVER = '>=5.3' | ||
PYGMENTS_REQVER = '>=2.0' | ||
-PYLINT_REQVER = '>=2.5.0,<3.1' | ||
+PYLINT_REQVER = '>=3.1,<4' | ||
PYLINT_VENV_REQVER = '>=3.0.2' | ||
PYLSP_REQVER = '>=1.10.0,<1.11.0' | ||
PYLSP_BLACK_REQVER = '>=2.0.0,<3.0.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
------------------------------------------------------------------- | ||
Mon Mar 18 19:22:23 UTC 2024 - Ben Greiner <[email protected]> | ||
|
||
- Update to 5.5.3 | ||
* Fix critical error when starting IPython console kernels on | ||
macOS and Linux in conda environments. | ||
- Release 5.5.2 | ||
* Activate environment for consoles that run in the same | ||
environment as Spyder. | ||
* Fix IPython kernel hangs when using a different graphic backend | ||
than Inline. | ||
* Fix check for updates mechanism when running Spyder from a | ||
conda installation. | ||
- Add spyder-pr21939-qtawesome1.3.patch gh#spyder-ide/spyder#21939 | ||
but also allow 1.2 | ||
- Add spyder-pr21942-pylint3.1.patch gh#spyder-ide/spyder#21942 | ||
|
||
------------------------------------------------------------------- | ||
Sat Mar 2 10:26:04 UTC 2024 - Ben Greiner <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters