summaryrefslogtreecommitdiffstats
path: root/development/jupyter_server_terminals
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-01-11 14:36:25 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:50:00 +0700
commitd02ce38b3f92beb8f07182b8662874d00e9808f7 (patch)
tree781656f004b840d8f4cf7aeac9ddf74fc091a4a5 /development/jupyter_server_terminals
parent97055b91426c25bc738b654a5420100c03b50ffa (diff)
downloadslackbuilds-d02ce38b3f92beb8f07182b8662874d00e9808f7.tar.gz
slackbuilds-d02ce38b3f92beb8f07182b8662874d00e9808f7.tar.xz
development/jupyter_server_terminals: Updated for version 0.4.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter_server_terminals')
-rw-r--r--development/jupyter_server_terminals/jupyter_server_terminals.SlackBuild7
-rw-r--r--development/jupyter_server_terminals/jupyter_server_terminals.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/development/jupyter_server_terminals/jupyter_server_terminals.SlackBuild b/development/jupyter_server_terminals/jupyter_server_terminals.SlackBuild
index 4142f81f2a..d4bc4aff04 100644
--- a/development/jupyter_server_terminals/jupyter_server_terminals.SlackBuild
+++ b/development/jupyter_server_terminals/jupyter_server_terminals.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for jupyter_server_terminals
-# 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=jupyter_server_terminals
-VERSION=${VERSION:-0.4.2}
+VERSION=${VERSION:-0.4.4}
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/jupyter_server_terminals/jupyter_server_terminals.info b/development/jupyter_server_terminals/jupyter_server_terminals.info
index 1887134fa1..b5038a2fea 100644
--- a/development/jupyter_server_terminals/jupyter_server_terminals.info
+++ b/development/jupyter_server_terminals/jupyter_server_terminals.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter_server_terminals"
-VERSION="0.4.2"
+VERSION="0.4.4"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_server_terminals/jupyter_server_terminals-0.4.2.tar.gz"
-MD5SUM="1fbf883ee764ff5ff9dc80a990c62559"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_server_terminals/jupyter_server_terminals-0.4.4.tar.gz"
+MD5SUM="a5d8e8694a6e61501a5c7c0c070c2c3e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="terminado python3-hatchling"