diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-11-04 12:56:04 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-05 09:26:39 +0700 |
commit | a0ae8085204b90a183e1daf5a089a86be950285f (patch) | |
tree | aee1dcef1fdfc0293e8163d84976969779061d69 /development | |
parent | 28db1da4130f0bc64b65f300ef63d7b7193d8bbb (diff) |
development/jupyter_client: Update for 8.6.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter_client/jupyter_client.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter_client/jupyter_client.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/jupyter_client/jupyter_client.SlackBuild b/development/jupyter_client/jupyter_client.SlackBuild index d8efc70d7f84..56862e114e57 100644 --- a/development/jupyter_client/jupyter_client.SlackBuild +++ b/development/jupyter_client/jupyter_client.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_client -VERSION=${VERSION:-7.4.9} -BUILD=${BUILD:-2} +VERSION=${VERSION:-8.6.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter_client/jupyter_client.info b/development/jupyter_client/jupyter_client.info index 2fc7de9392ce..0fcd19202e80 100644 --- a/development/jupyter_client/jupyter_client.info +++ b/development/jupyter_client/jupyter_client.info @@ -1,10 +1,10 @@ PRGNAM="jupyter_client" -VERSION="7.4.9" +VERSION="8.6.3" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.4.9/jupyter_client-7.4.9.tar.gz" -MD5SUM="cdcec4d3bcaa293d0984658be99ab08a" +DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v8.6.3/jupyter_client-8.6.3.tar.gz" +MD5SUM="db341e927251b402a203d22d48399e68" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-entrypoints jupyter_core python3-nest_asyncio python3-dateutil python3-pyzmq python3-tornado" +REQUIRES="jupyter_core python3-dateutil python3-pyzmq python3-tornado" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |