diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-23 22:33:51 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:23:09 +0700 |
commit | aad7a7667a81102dfbcd41dd335b455fdd359198 (patch) | |
tree | aca72da1689ff27ce31d2366238f2c6ff1f458ac | |
parent | a873478a6543b6f32d8995c12e6838b2afe957da (diff) |
development/jupyterlab: Update for 3.5.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/jupyterlab/jupyterlab.SlackBuild | 7 | ||||
-rw-r--r-- | development/jupyterlab/jupyterlab.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/development/jupyterlab/jupyterlab.SlackBuild b/development/jupyterlab/jupyterlab.SlackBuild index 3b407aef8b7a4..1aec65483cf67 100644 --- a/development/jupyterlab/jupyterlab.SlackBuild +++ b/development/jupyterlab/jupyterlab.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyterlab -# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.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=jupyterlab -VERSION=${VERSION:-3.5.2} +VERSION=${VERSION:-3.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/development/jupyterlab/jupyterlab.info b/development/jupyterlab/jupyterlab.info index 0d13f603741d8..0fc9278e6c48b 100644 --- a/development/jupyterlab/jupyterlab.info +++ b/development/jupyterlab/jupyterlab.info @@ -1,8 +1,8 @@ PRGNAM="jupyterlab" -VERSION="3.5.2" +VERSION="3.5.3" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab/jupyterlab-3.5.2.tar.gz" -MD5SUM="f67739018947c01e70d5cd90f79f0603" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab/jupyterlab-3.5.3.tar.gz" +MD5SUM="4b339d6c521fb12314a5b540512f6d85" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter-notebook_shim nodejs jupyterlab_server jupyter-ipykernel" |