summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2017-04-04 15:17:28 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-08 06:58:07 +0700
commit9864d188e1170da6cb39cff2f189a2858511b32e (patch)
tree045474f851750fb29431c0f4273f4a52962d38f7 /development
parent1b05d1e6bced7ee64b8e92630f94cec92c18d879 (diff)
downloadslackbuilds-9864d188e1170da6cb39cff2f189a2858511b32e.tar.gz
slackbuilds-9864d188e1170da6cb39cff2f189a2858511b32e.tar.xz
development/jupyter-notebook: Updated for version 5.0.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development')
-rw-r--r--development/jupyter-notebook/jupyter-notebook.SlackBuild2
-rw-r--r--development/jupyter-notebook/jupyter-notebook.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild
index 60bbfedfc4..536580308b 100644
--- a/development/jupyter-notebook/jupyter-notebook.SlackBuild
+++ b/development/jupyter-notebook/jupyter-notebook.SlackBuild
@@ -24,7 +24,7 @@
SRCNAM=notebook
PRGNAM=jupyter-$SRCNAM
-VERSION=${VERSION:-4.4.1}
+VERSION=${VERSION:-5.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info
index 6afe9ba99a..fb3945fc87 100644
--- a/development/jupyter-notebook/jupyter-notebook.info
+++ b/development/jupyter-notebook/jupyter-notebook.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-notebook"
-VERSION="4.4.1"
+VERSION="5.0.0"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-4.4.1.tar.gz"
-MD5SUM="3f9074031258de895f12102379394dcd"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.0.0.tar.gz"
+MD5SUM="c2aa6847f5a2c8a7ed497748f0fc220c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Jinja2 jupyter_client jupyter-nbformat singledispatch tornado"