diff options
Diffstat (limited to 'development/jupyter-nbconvert')
-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 324679adae9e2..c631f04bbda17 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 2ecd4c7fc1af8..eb4cceb969943 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" |