From a14137555d6ee3a5a88aff37bdb309ab0a860399 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Mon, 2 Jan 2023 15:01:29 -0800 Subject: development/jupyterlab_server: Updated for version 2.17.0. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- development/jupyterlab_server/jupyterlab_server.SlackBuild | 7 ++----- development/jupyterlab_server/jupyterlab_server.info | 6 +++--- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'development/jupyterlab_server') diff --git a/development/jupyterlab_server/jupyterlab_server.SlackBuild b/development/jupyterlab_server/jupyterlab_server.SlackBuild index 732d04ba56c4c..0ef9f8a0c33dc 100644 --- a/development/jupyterlab_server/jupyterlab_server.SlackBuild +++ b/development/jupyterlab_server/jupyterlab_server.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyterlab_server -# Copyright 2022 Isaac Yu +# Copyright 2022-2023 Isaac Yu # 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_server -VERSION=${VERSION:-2.16.3} +VERSION=${VERSION:-2.17.0} 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_server/jupyterlab_server.info b/development/jupyterlab_server/jupyterlab_server.info index 9b9f10ab59962..a2d53944ceec2 100644 --- a/development/jupyterlab_server/jupyterlab_server.info +++ b/development/jupyterlab_server/jupyterlab_server.info @@ -1,8 +1,8 @@ PRGNAM="jupyterlab_server" -VERSION="2.16.3" +VERSION="2.17.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab_server/jupyterlab_server-2.16.3.tar.gz" -MD5SUM="acc1d6465bf39a5f618e6d4563a289f5" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab_server/jupyterlab_server-2.17.0.tar.gz" +MD5SUM="6b20fd9e1fda3eab4fb74333ac9d1773" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter_server python3-babel python3-json5 python3-hatchling" -- cgit v1.2.3