diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-09-06 21:57:43 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-08 08:37:51 +0700 |
commit | f22197f7a820063fa72b59352c0c5bff9b608b3c (patch) | |
tree | 4f8b05ad4d39ee344c98c8eb0026e7ab007b58d1 /development | |
parent | ef8e75e90014e6d4e098e25f75cfeaccee98bf76 (diff) | |
download | slackbuilds-f22197f7a820063fa72b59352c0c5bff9b608b3c.tar.gz |
development/jupyter-nbconvert: Updated for version 5.4.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter-nbconvert/jupyter-nbconvert.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild index 324679adae..c631f04bbd 100644 --- a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild +++ b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter-nbconvert -# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=nbconvert PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-5.3.1} +VERSION=${VERSION:-5.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.info b/development/jupyter-nbconvert/jupyter-nbconvert.info index 2ecd4c7fc1..eb4cceb969 100644 --- a/development/jupyter-nbconvert/jupyter-nbconvert.info +++ b/development/jupyter-nbconvert/jupyter-nbconvert.info @@ -1,10 +1,10 @@ PRGNAM="jupyter-nbconvert" -VERSION="5.3.1" +VERSION="5.4.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-5.3.1.tar.gz" -MD5SUM="c128d0d93d02f70a85429a383dae96d2" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-5.4.0.tar.gz" +MD5SUM="6c3364edede7f46a2824c7f47a863359" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="bleach ConfigParser entrypoints Jinja2 jupyter-nbformat mistune pandocfilters Pygments testpath" +REQUIRES="bleach ConfigParser defusedxml entrypoints Jinja2 jupyter-nbformat mistune pandocfilters Pygments testpath" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |