summaryrefslogtreecommitdiffstats
path: root/development/jupyter-notebook
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2018-01-17 01:24:24 +0100
committer Willy Sudiarto Raharjo2018-01-17 13:46:20 +0100
commitdc0916aa19c15a270bff1a58d730b02041424c92 (patch)
treeaf071967c65b000d025c0728779f5a32341e0382 /development/jupyter-notebook
parentcecc473ddff153a02abf3cfc7be4420a287bd4ac (diff)
downloadslackbuilds-dc0916aa19c15a270bff1a58d730b02041424c92.tar.gz
development/jupyter-notebook: Updated for version 5.3.1.
New dependency on python/send2trash.
Diffstat (limited to 'development/jupyter-notebook')
-rw-r--r--development/jupyter-notebook/jupyter-notebook.SlackBuild2
-rw-r--r--development/jupyter-notebook/jupyter-notebook.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild
index 3932dabc48..2102993005 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:-5.2.2}
+VERSION=${VERSION:-5.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info
index ac302193f9..c3c17c0b0c 100644
--- a/development/jupyter-notebook/jupyter-notebook.info
+++ b/development/jupyter-notebook/jupyter-notebook.info
@@ -1,10 +1,10 @@
PRGNAM="jupyter-notebook"
-VERSION="5.2.2"
+VERSION="5.3.1"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.2.2.tar.gz"
-MD5SUM="61a3f3c8d97fe9ce8affd359733717e9"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.3.1.tar.gz"
+MD5SUM="ea79ad977a3ab25ef5f506065017e1ed"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="Jinja2 jupyter_client jupyter-nbformat singledispatch tornado"
+REQUIRES="Jinja2 jupyter_client jupyter-nbformat singledispatch send2trash tornado"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"