devel/py-spyder-kernels: Update to 2.4.2

Changes: https://github.com/spyder-ide/spyder-kernels/blob/master/CHANGELOG.md#version-241-2022-12-29
         https://github.com/spyder-ide/spyder-kernels/blob/master/CHANGELOG.md#version-242-2023-01-17

PR:		269059
Reported by:	yuri, portscout, Repology
This commit is contained in:
Rainer Hurling 2023-01-19 20:22:10 +01:00
parent 680ba1c41a
commit 26d35c8e07
5 changed files with 31 additions and 13 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= spyder-kernels
PORTVERSION= 2.4.0
PORTREVISION= 1
PORTVERSION= 2.4.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1667493262
SHA256 (spyder-kernels-2.4.0.tar.gz) = 3bd32fbe30a150ab9ccedbd5beb6ddd38bde1d9a8778da52f7edf420bbfb8e51
SIZE (spyder-kernels-2.4.0.tar.gz) = 73402
TIMESTAMP = 1674154103
SHA256 (spyder-kernels-2.4.2.tar.gz) = 97586eabda1f714c26035b5b01ed7c2e3f539b0de76bd479af5003f5f19b3eb7
SIZE (spyder-kernels-2.4.2.tar.gz) = 97290

View File

@ -0,0 +1,10 @@
--- requirements/posix.txt.orig 2023-01-17 23:10:03 UTC
+++ requirements/posix.txt
@@ -1,6 +1,6 @@ ipython>=7.31.1,<9
cloudpickle
ipykernel>=6.16.1,<7
ipython>=7.31.1,<9
-jupyter_client>=7.4.9,<8
+jupyter_client>=7.4.7
pyzmq>=22.1.0
wurlitzer>=1.0.3

View File

@ -0,0 +1,9 @@
--- requirements/windows.txt.orig 2023-01-17 17:43:46 UTC
+++ requirements/windows.txt
@@ -1,5 +1,5 @@ ipython>=7.31.1,<9
cloudpickle
ipykernel>=6.16.1,<7
ipython>=7.31.1,<9
-jupyter_client>=7.4.9,<8
+jupyter_client>=7.4.7
pyzmq>=22.1.0

View File

@ -1,11 +1,11 @@
--- setup.py.orig 2022-11-02 23:49:28 UTC
--- setup.py.orig 2023-01-17 23:10:03 UTC
+++ setup.py
@@ -40,7 +40,7 @@ REQUIREMENTS = [
'backports.functools-lru-cache; python_version<"3"',
'cloudpickle',
'ipykernel<5; python_version<"3"',
- 'ipykernel>=6.16.1,<7; python_version>="3"',
+ 'ipykernel>=6.16.0,<7; python_version>="3"',
@@ -44,7 +44,7 @@ REQUIREMENTS = [
'ipython<6; python_version<"3"',
'ipython>=7.31.1,<8; python_version>="3"',
'ipython>=7.31.1,<9; python_version>="3"',
'jupyter-client>=5.3.4,<6; python_version<"3"',
- 'jupyter-client>=7.4.9,<8; python_version>="3"',
+ 'jupyter-client>=7.4.7; python_version>="3"',
'pyzmq>=17,<20; python_version<"3"',
'pyzmq>=22.1.0; python_version>="3"',
'wurlitzer>=1.0.3;platform_system!="Windows"',