diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-06-04 22:34:18 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-06 07:56:37 +0700 |
commit | ccfaa7521d4d219ba01216999567736468bea70d (patch) | |
tree | 43c7b3a351e8fe7ced733fffecb00195d6ca4f88 | |
parent | 0453bb6d8c8780865b58e8f6e6ea4f958bf7509f (diff) | |
download | slackbuilds-ccfaa7521d4d219ba01216999567736468bea70d.tar.gz |
development/jupyter-nbconvert: Updated for version 5.2.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-rw-r--r-- | development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-nbconvert/jupyter-nbconvert.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild index 513b13a436..e3b9e59fe5 100644 --- a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild +++ b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=nbconvert PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-5.1.1} +VERSION=${VERSION:-5.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.info b/development/jupyter-nbconvert/jupyter-nbconvert.info index 02ef0f5420..f023bd4a5f 100644 --- a/development/jupyter-nbconvert/jupyter-nbconvert.info +++ b/development/jupyter-nbconvert/jupyter-nbconvert.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbconvert" -VERSION="5.1.1" +VERSION="5.2.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://pypi.python.org/packages/95/58/df1c91f1658ee5df19097f915a1e71c91fc824a708d82d2b2e35f8b80e9a/nbconvert-5.1.1.tar.gz" -MD5SUM="d0263fb03a44db2f94eea09a608ed813" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-5.2.1.tar.gz" +MD5SUM="8234bb57fcf72af3b0c71dad51877f09" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="bleach ConfigParser entrypoints html5lib jupyter-nbformat mistune pandocfilters testpath" |