development/jupyter-nbconvert: Updated for version 5.4.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-09-06 21:57:43 -07:00 committed by Willy Sudiarto Raharjo
parent ef8e75e900
commit f22197f7a8
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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"