Skip to content

Commit

Permalink
devel/spyder: Update 5.4.2 → 5.4.3
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Apr 10, 2023
1 parent 1a0e93d commit ab9a299
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 44 deletions.
2 changes: 1 addition & 1 deletion devel/spyder/Makefile
@@ -1,6 +1,6 @@
PORTNAME= spyder
DISTVERSIONPREFIX= v
DISTVERSION= 5.4.2
DISTVERSION= 5.4.3
CATEGORIES= devel science python

MAINTAINER= yuri@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions devel/spyder/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1679793033
SHA256 (spyder-ide-spyder-v5.4.2_GH0.tar.gz) = 6011b9cd0a09c8393351548a299d4e0ffa2903a1f1fede7427ed78b89f35f0fc
SIZE (spyder-ide-spyder-v5.4.2_GH0.tar.gz) = 24523453
TIMESTAMP = 1681095371
SHA256 (spyder-ide-spyder-v5.4.3_GH0.tar.gz) = 162ad8265bb7f81f232a162585d57665a8651704410d12f4173a5fe4366c6855
SIZE (spyder-ide-spyder-v5.4.3_GH0.tar.gz) = 16207604
20 changes: 10 additions & 10 deletions devel/spyder/files/patch-binder_environment.yml
@@ -1,15 +1,15 @@
--- binder/environment.yml.orig 2023-01-18 21:16:10 UTC
--- binder/environment.yml.orig 2023-04-05 02:35:28 UTC
+++ binder/environment.yml
@@ -31,10 +31,10 @@ dependencies:
- pyqt <5.16
- pyqtwebengine <5.16
- python-lsp-black >=1.2.0
-- python-lsp-server >=1.7.1,<1.8.0
+- python-lsp-server >0
@@ -34,10 +34,10 @@ dependencies:
- python-lsp-server >=1.7.2,<1.8.0
- pyxdg >=0.26
- pyzmq >=22.1.0
-- qdarkstyle >=3.0.2,<3.1.0
+- qdarkstyle >=3.0.2
-- qdarkstyle >=3.0.2,<3.2.0
+- qdarkstyle >0
- qstylizer >=0.2.2
- qtawesome >=1.2.1
- qtconsole >=5.4.0,<5.5.0
-- qtconsole >=5.4.2,<5.5.0
+- qtconsole >0
- qtpy >=2.1.0
- rtree >=0.9.7
- setuptools >=49.6.0
19 changes: 10 additions & 9 deletions devel/spyder/files/patch-requirements_main.yml
@@ -1,14 +1,15 @@
--- requirements/main.yml.orig 2023-01-18 21:16:10 UTC
--- requirements/main.yml.orig 2023-04-05 02:35:28 UTC
+++ requirements/main.yml
@@ -29,9 +29,9 @@ dependencies:
- pyqt <5.16
- pyqtwebengine <5.16
@@ -31,10 +31,10 @@ dependencies:
- python-lsp-black >=1.2.0
- - python-lsp-server >=1.7.1,<1.8.0
+ - python-lsp-server
- python-lsp-server >=1.7.2,<1.8.0
- pyzmq >=22.1.0
- - qdarkstyle >=3.0.2,<3.1.0
+ - qdarkstyle >=3.0.2
- - qdarkstyle >=3.0.2,<3.2.0
+ - qdarkstyle >0
- qstylizer >=0.2.2
- qtawesome >=1.2.1
- qtconsole >=5.4.0,<5.5.0
- - qtconsole >=5.4.2,<5.5.0
+ - qtconsole >0
- qtpy >=2.1.0
- rtree >=0.9.7
- setuptools >=49.6.0
20 changes: 10 additions & 10 deletions devel/spyder/files/patch-setup.py
@@ -1,4 +1,4 @@
--- setup.py.orig 2023-01-18 21:16:10 UTC
--- setup.py.orig 2023-04-05 02:35:28 UTC
+++ setup.py
@@ -91,7 +91,7 @@ def get_data_files():
"""
Expand All @@ -17,16 +17,16 @@
)


@@ -229,10 +228,10 @@ install_requires = [
'pyls-spyder>=0.4.0',
'pyqt5<5.16',
'pyqtwebengine<5.16',
- 'python-lsp-server[all]>=1.7.1,<1.8.0',
+ 'python-lsp-server[all]',
@@ -232,10 +231,10 @@ install_requires = [
'python-lsp-server[all]>=1.7.2,<1.8.0',
'pyxdg>=0.26;platform_system=="Linux"',
'pyzmq>=22.1.0',
- 'qdarkstyle>=3.0.2,<3.1.0',
+ 'qdarkstyle>=3.0.2',
- 'qdarkstyle>=3.0.2,<3.2.0',
+ 'qdarkstyle>0',
'qstylizer>=0.2.2',
'qtawesome>=1.2.1',
'qtconsole>=5.4.0,<5.5.0',
- 'qtconsole>=5.4.2,<5.5.0',
+ 'qtconsole>0',
'qtpy>=2.1.0',
'rtree>=0.9.7',
'setuptools>=49.6.0',
20 changes: 9 additions & 11 deletions devel/spyder/files/patch-spyder_dependencies.py
@@ -1,17 +1,15 @@
--- spyder/dependencies.py.orig 2023-01-18 21:16:10 UTC
--- spyder/dependencies.py.orig 2023-04-05 02:35:28 UTC
+++ spyder/dependencies.py
@@ -53,12 +53,12 @@ PSUTIL_REQVER = '>=5.3'
PYGMENTS_REQVER = '>=2.0'
PYLINT_REQVER = '>=2.5.0;<3.0'
PYLINT_VENV_REQVER = '>=2.1.1'
-PYLSP_REQVER = '>=1.7.1;<1.8.0'
+PYLSP_REQVER = '>0'
PYLSP_BLACK_REQVER = '>=1.2.0'
@@ -58,10 +58,10 @@ PYLSP_BLACK_REQVER = '>=1.2.0'
PYLS_SPYDER_REQVER = '>=0.4.0'
PYXDG_REQVER = '>=0.26'
PYZMQ_REQVER = '>=22.1.0'
-QDARKSTYLE_REQVER = '>=3.0.2;<3.1.0'
+QDARKSTYLE_REQVER = '>=3.0.2'
-QDARKSTYLE_REQVER = '>=3.0.2,<3.2.0'
+QDARKSTYLE_REQVER = '>0'
QSTYLIZER_REQVER = '>=0.2.2'
QTAWESOME_REQVER = '>=1.2.1'
QTCONSOLE_REQVER = '>=5.4.0;<5.5.0'
-QTCONSOLE_REQVER = '>=5.4.2,<5.5.0'
+QTCONSOLE_REQVER = '>0'
QTPY_REQVER = '>=2.1.0'
RTREE_REQVER = '>=0.9.7'
SETUPTOOLS_REQVER = '>=49.6.0'

0 comments on commit ab9a299

Please sign in to comment.