summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author isaackwy <isaacyu@protonmail.com>2024-02-11 13:08:23 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-16 18:51:34 +0700
commitf6861e5f7c08dc553def25bd7996d95384ec073e (patch)
tree0e5473110bc3eda8382978e71990f4aa689785b8 /development
parent41445a7ec3f8f26917c4ff76c108f19323d6a22a (diff)
downloadslackbuilds-f6861e5f7c08dc553def25bd7996d95384ec073e.tar.gz
slackbuilds-f6861e5f7c08dc553def25bd7996d95384ec073e.tar.xz
development/jupyter-nbconvert: Update for 7.16.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 91de5f91a3..6687555ef5 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.15.0}
+VERSION=${VERSION:-7.16.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 c1cece0f85..5a943f6bcd 100644
--- a/development/jupyter-nbconvert/jupyter-nbconvert.info
+++ b/development/jupyter-nbconvert/jupyter-nbconvert.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-nbconvert"
-VERSION="7.15.0"
+VERSION="7.16.0"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.15.0.tar.gz"
-MD5SUM="0f06a2bab0322e3548e9439bb4c2ce30"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.16.0.tar.gz"
+MD5SUM="c8fdb77d8269941358034dab84cd1c03"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments python3-mistune pandocfilters testpath BeautifulSoup4 tinycss2 python-importlib_metadata"