aboutsummaryrefslogtreecommitdiff
path: root/development/jupyter-nbconvert
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-01-27 21:13:15 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-30 07:53:05 +0700
commit80aa605d43386f25c43bed0cf907fa90123464b4 (patch)
tree51000bb1153b3351f69e3813ecb0e42107b8d0c3 /development/jupyter-nbconvert
parenta3daec0e9f4bcf1639286f81139f75967b7efa42 (diff)
development/jupyter-nbconvert: Update for 7.14.2
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 4591ba05780e..0652684410c5 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.14.1}
+VERSION=${VERSION:-7.14.2}
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 fd89fd7e4eba..1a649d4bb985 100644
--- a/development/jupyter-nbconvert/jupyter-nbconvert.info
+++ b/development/jupyter-nbconvert/jupyter-nbconvert.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-nbconvert"
-VERSION="7.14.1"
+VERSION="7.14.2"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.14.1.tar.gz"
-MD5SUM="3307e4f3c7312ea52d0a65889cac3a14"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.14.2.tar.gz"
+MD5SUM="5b960b650bd4bf5581a71d30afc64c61"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments python3-mistune pandocfilters testpath BeautifulSoup4 tinycss2 python-importlib_metadata"