diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-29 20:43:40 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-31 18:53:14 +0700 |
commit | ff1614236239dd7ab83b448814195d2c3c28eb52 (patch) | |
tree | 1cde8334520018aeb4bc9fdd7398066a2ea875c5 /development | |
parent | aea56b04751143faa2b5c08017a113a6f6df0267 (diff) |
development/jupyter_server: Update for 2.10.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter_server/jupyter_server.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter_server/jupyter_server.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/jupyter_server/jupyter_server.SlackBuild b/development/jupyter_server/jupyter_server.SlackBuild index 301b9003faae1..28f271ef54f08 100644 --- a/development/jupyter_server/jupyter_server.SlackBuild +++ b/development/jupyter_server/jupyter_server.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter_server -# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_server -VERSION=${VERSION:-2.6.0} +VERSION=${VERSION:-2.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter_server/jupyter_server.info b/development/jupyter_server/jupyter_server.info index 699e1c9fc8480..79085343821b1 100644 --- a/development/jupyter_server/jupyter_server.info +++ b/development/jupyter_server/jupyter_server.info @@ -1,10 +1,10 @@ PRGNAM="jupyter_server" -VERSION="2.6.0" +VERSION="2.10.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_server/jupyter_server-2.6.0.tar.gz" -MD5SUM="0229773fdb73cfbf36e6c5d228aec704" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_server/jupyter_server-2.10.0.tar.gz" +MD5SUM="322b630244d4dddf3db54e5c2d7a58de" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="argon2-cffi jsonpointer jupyter_events jupyter-nbconvert jupyter_server_terminals python3-anyio python3-hatch_jupyter_builder python3-prometheus_client python3-requests-unixsocket send2trash python3-fqdn python3-isoduration python3-overrides python3-uri_template python3-webcolors python3-websocket-client" +REQUIRES="argon2-cffi jupyter_events jupyter-nbconvert jupyter_server_terminals python3-anyio python3-hatch_jupyter_builder python3-prometheus_client send2trash python3-overrides python3-websocket-client" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |