summaryrefslogtreecommitdiffstats
path: root/development/jupyter-nbconvert
diff options
context:
space:
mode:
author isaackwy2024-01-15 03:45:23 +0100
committer Willy Sudiarto Raharjo2024-01-15 08:02:39 +0100
commit4de4c3340098945d5a0070a13880a7c65d821bef (patch)
treeba05f289b2fd16b09d75237d7268a3ddd72cc228 /development/jupyter-nbconvert
parent7107db4e22760ddc9c3c0c04f957034dc961c2c5 (diff)
downloadslackbuilds-4de4c3340098945d5a0070a13880a7c65d821bef.tar.gz
development/jupyter-nbconvert: Update for 7.14.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbconvert')
-rw-r--r--development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild2
-rw-r--r--development/jupyter-nbconvert/jupyter-nbconvert.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild
index 4001f65905..4591ba0578 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:-7.13.1}
+VERSION=${VERSION:-7.14.1}
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 ce601f529f..fd89fd7e4e 100644
--- a/development/jupyter-nbconvert/jupyter-nbconvert.info
+++ b/development/jupyter-nbconvert/jupyter-nbconvert.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-nbconvert"
-VERSION="7.13.1"
+VERSION="7.14.1"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.13.1.tar.gz"
-MD5SUM="ff6b0d57001da25e82fa9a4959fb6d18"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.14.1.tar.gz"
+MD5SUM="3307e4f3c7312ea52d0a65889cac3a14"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments python3-mistune pandocfilters testpath BeautifulSoup4 tinycss2 python-importlib_metadata"