summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-01-14 12:40:29 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-21 10:18:26 +0700
commitf8ab48ab22654b34be13d0bcef7de82c9e7ba8c6 (patch)
treea96904abfc9548f5424c1f6fedc0dab835b3a598
parentf6bb3eaebf351d54fa3a2273b8406944b12ba42e (diff)
downloadslackbuilds-f8ab48ab22654b34be13d0bcef7de82c9e7ba8c6.tar.gz
slackbuilds-f8ab48ab22654b34be13d0bcef7de82c9e7ba8c6.tar.xz
development/jupyter_server: Update for 2.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/jupyter_server/jupyter_server.SlackBuild2
-rw-r--r--development/jupyter_server/jupyter_server.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter_server/jupyter_server.SlackBuild b/development/jupyter_server/jupyter_server.SlackBuild
index dbbc6b7959..044a5ce26b 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.0.6}
+VERSION=${VERSION:-2.1.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 b90f26fee5..568fa31e07 100644
--- a/development/jupyter_server/jupyter_server.info
+++ b/development/jupyter_server/jupyter_server.info
@@ -1,10 +1,10 @@
PRGNAM="jupyter_server"
-VERSION="2.0.6"
+VERSION="2.1.0"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_server/jupyter_server-2.0.6.tar.gz"
-MD5SUM="437ecaebd7f629c53a4c7352eafebc30"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_server/jupyter_server-2.1.0.tar.gz"
+MD5SUM="80cd0ca7e8b0f6e6f3c5fd702bff9bab"
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-rfc3339_validator python3-rfc3986_validator 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-uri_template python3-webcolors python3-websocket-client"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"