summaryrefslogtreecommitdiffstats
path: root/development/jupyter-nbconvert
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-03-19 18:18:00 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-01 09:14:24 +0700
commitc15e6a4f66c702cde379d0f8210dd5a70d8e50a4 (patch)
treeb34b7623e04f06f3608a6177cb7cdf638327ced4 /development/jupyter-nbconvert
parent6d0660239067ebda48596d322d94c573d6ff6a2b (diff)
downloadslackbuilds-c15e6a4f66c702cde379d0f8210dd5a70d8e50a4.tar.gz
slackbuilds-c15e6a4f66c702cde379d0f8210dd5a70d8e50a4.tar.xz
development/jupyter-nbconvert: Updated for version 7.2.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> 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 3055ba4754..2bf707fbd6 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.2.9}
+VERSION=${VERSION:-7.2.10}
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 7603c5a53d..8141e37c5e 100644
--- a/development/jupyter-nbconvert/jupyter-nbconvert.info
+++ b/development/jupyter-nbconvert/jupyter-nbconvert.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-nbconvert"
-VERSION="7.2.9"
+VERSION="7.2.10"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.2.9.tar.gz"
-MD5SUM="d1fffa513fdd406baa8031686a59a313"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.2.10.tar.gz"
+MD5SUM="4d6ec60a6ebd244eed2995122a61c6bc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments python3-mistune pandocfilters testpath BeautifulSoup4 tinycss2 python3-hatchling"