aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-11-02 13:52:33 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-04 01:06:33 +0700
commite2872659121413593311432e06774d96a8b0ef7a (patch)
tree352898ba96bdb508e907a11f0a8c337093316d86 /development
parentdcf578f3a3fd0aeee3f5be254da38e1bcc86fb15 (diff)
development/jupyterlab_server: Update for 2.22.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/jupyterlab_server/README3
-rw-r--r--development/jupyterlab_server/jupyterlab_server.SlackBuild18
-rw-r--r--development/jupyterlab_server/jupyterlab_server.info6
3 files changed, 5 insertions, 22 deletions
diff --git a/development/jupyterlab_server/README b/development/jupyterlab_server/README
index 79f8f7abb71d..665924330413 100644
--- a/development/jupyterlab_server/README
+++ b/development/jupyterlab_server/README
@@ -2,6 +2,3 @@ JupyterLab Server sits between JupyterLab and Jupyter Server, and
provides a set of REST API handlers and utilities that are used by
JupyterLab. It is a separate project in order to accommodate creating
JupyterLab-like applications from a more limited scope.
-
-jupyterlab_server 2.16.3 is the last possible version for Slackware
-15.0. Newer versions would require a newer python-requests.
diff --git a/development/jupyterlab_server/jupyterlab_server.SlackBuild b/development/jupyterlab_server/jupyterlab_server.SlackBuild
index 6fb160ee2cb6..7a1ffe760ca1 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-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=jupyterlab_server
-VERSION=${VERSION:-2.16.3}
+VERSION=${VERSION:-2.22.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -47,20 +47,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
set -e
rm -rf $PKG
diff --git a/development/jupyterlab_server/jupyterlab_server.info b/development/jupyterlab_server/jupyterlab_server.info
index 892380cc23e9..04604c5077a0 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.22.1"
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.22.1.tar.gz"
+MD5SUM="4710223d462c8e6b3ca1a933a9c64dfb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter_server python3-babel python3-json5"