summaryrefslogtreecommitdiffstats
path: root/development/jupyter-notebook
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2019-07-16 22:51:04 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-07-20 16:20:33 +0700
commit055c6ba9595bfc3b82159e892485fc4ebf675712 (patch)
tree412fd1956ceb2889d7f023195c7256cf2fbf4c66 /development/jupyter-notebook
parentcdbdd6954f08cee26d8c03b15592b7713bf6265e (diff)
downloadslackbuilds-055c6ba9595bfc3b82159e892485fc4ebf675712.tar.gz
slackbuilds-055c6ba9595bfc3b82159e892485fc4ebf675712.tar.xz
development/jupyter-notebook: Updated for version 6.0.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'development/jupyter-notebook')
-rw-r--r--development/jupyter-notebook/jupyter-notebook.SlackBuild4
-rw-r--r--development/jupyter-notebook/jupyter-notebook.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild
index 46b4958400..6aa1dcec87 100644
--- a/development/jupyter-notebook/jupyter-notebook.SlackBuild
+++ b/development/jupyter-notebook/jupyter-notebook.SlackBuild
@@ -24,8 +24,8 @@
SRCNAM=notebook
PRGNAM=jupyter-$SRCNAM
-VERSION=${VERSION:-5.7.8}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-6.0.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info
index 92d41c310c..24ee4939f1 100644
--- a/development/jupyter-notebook/jupyter-notebook.info
+++ b/development/jupyter-notebook/jupyter-notebook.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-notebook"
-VERSION="5.7.8"
+VERSION="6.0.0"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.7.8.tar.gz"
-MD5SUM="858af8768809185c118266128334be72"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.0.0.tar.gz"
+MD5SUM="11f09a28cb58471bab8aa77620dce7aa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Jinja2 ipaddress python3-jupyter-ipykernel jupyter-nbconvert python-prometheus_client singledispatch send2trash terminado"