summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-04-30 04:06:33 +0200
committer Willy Sudiarto Raharjo2022-04-30 08:52:14 +0200
commit9b754ee7c9a6ee544096ed5976c25ab573ca5e0e (patch)
tree7364769be3b80df988e3a2ffb1e68980cc5f0079
parentacdfe63b1ab62ab322824c857cdf9fa6270ee9c1 (diff)
downloadslackbuilds-9b754ee7c9a6ee544096ed5976c25ab573ca5e0e.tar.gz
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.SlackBuild2
-rw-r--r--development/jupyter-nbconvert/jupyter-nbconvert.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild
index 92b8e15432..c7b28fe1ec 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 b561296ac0..27a68b02e1 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"