diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-29 19:06:33 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:14 +0700 |
commit | 9b754ee7c9a6ee544096ed5976c25ab573ca5e0e (patch) | |
tree | 7364769be3b80df988e3a2ffb1e68980cc5f0079 | |
parent | acdfe63b1ab62ab322824c857cdf9fa6270ee9c1 (diff) |
development/jupyter-nbconvert: Update for 6.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-nbconvert/jupyter-nbconvert.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild index 92b8e1543275..c7b28fe1ec96 100644 --- a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild +++ b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-nbconvert -VERSION=${VERSION:-6.4.5} +VERSION=${VERSION:-6.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.info b/development/jupyter-nbconvert/jupyter-nbconvert.info index b561296ac01e..27a68b02e1d5 100644 --- a/development/jupyter-nbconvert/jupyter-nbconvert.info +++ b/development/jupyter-nbconvert/jupyter-nbconvert.info @@ -1,10 +1,10 @@ PRGNAM="jupyter-nbconvert" -VERSION="6.4.5" +VERSION="6.5.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-6.4.5.tar.gz" -MD5SUM="011b97b481e5a750c9b11acc87169a34" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-6.5.0.tar.gz" +MD5SUM="486a48c4dc3986e8801058273964d189" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments mistune pandocfilters testpath BeautifulSoup4" +REQUIRES="bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments mistune pandocfilters testpath BeautifulSoup4 tinycss2" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |