diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-05-26 20:49:01 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-31 17:57:07 +0700 |
commit | d2c9cc830b54208057788014d0ba750bb2ba41e0 (patch) | |
tree | b9d000eb6f19db3b445114463725cf78660cc1c4 /development/jupyter_server | |
parent | d0a41b951f9f59550aacf2518e79eeb684f98661 (diff) |
development/jupyter_server: Update for 2.6.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter_server')
-rw-r--r-- | development/jupyter_server/jupyter_server.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter_server/jupyter_server.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter_server/jupyter_server.SlackBuild b/development/jupyter_server/jupyter_server.SlackBuild index c9bdfd6a5365..7ab480d4662a 100644 --- a/development/jupyter_server/jupyter_server.SlackBuild +++ b/development/jupyter_server/jupyter_server.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_server -VERSION=${VERSION:-2.5.0} +VERSION=${VERSION:-2.6.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 664c6998b236..2d4d816a0cc5 100644 --- a/development/jupyter_server/jupyter_server.info +++ b/development/jupyter_server/jupyter_server.info @@ -1,10 +1,10 @@ PRGNAM="jupyter_server" -VERSION="2.5.0" +VERSION="2.6.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_server/jupyter_server-2.5.0.tar.gz" -MD5SUM="e434de25869d768d622cdbd50a92ae0d" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_server/jupyter_server-2.6.0.tar.gz" +MD5SUM="0229773fdb73cfbf36e6c5d228aec704" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="argon2-cffi jsonpointer jupyter_events jupyter-nbconvert jupyter_packaging jupyter_server_terminals python3-anyio python3-hatch_jupyter_builder python3-prometheus_client python3-requests-unixsocket send2trash python3-fqdn python3-isoduration python3-uri_template python3-webcolors python3-websocket-client" +REQUIRES="argon2-cffi jsonpointer jupyter_events jupyter-nbconvert jupyter_packaging 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" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |