diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-01-16 16:24:24 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-17 19:46:20 +0700 |
commit | dc0916aa19c15a270bff1a58d730b02041424c92 (patch) | |
tree | af071967c65b000d025c0728779f5a32341e0382 /development/jupyter-notebook | |
parent | cecc473ddff153a02abf3cfc7be4420a287bd4ac (diff) | |
download | slackbuilds-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.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.info | 8 |
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" |