summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Isaac Yu <39106618+isaackwy@users.noreply.github.com>2023-05-12 05:28:20 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-13 19:27:20 +0700
commit5a16638301cbdbf12d9770435ee3f4387f00cb46 (patch)
tree87942d828bac99c992ddb3af0203f8e92ac5552f /development
parent7a94ee9a58aa177fd7044682407fe36255255788 (diff)
downloadslackbuilds-5a16638301cbdbf12d9770435ee3f4387f00cb46.tar.gz
slackbuilds-5a16638301cbdbf12d9770435ee3f4387f00cb46.tar.xz
development/jupyter-nbconvert: Updated for version 7.4.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> 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 3e8bbf9611..881ee22198 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.3.1}
+VERSION=${VERSION:-7.4.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 6a4deaafec..6068c6a202 100644
--- a/development/jupyter-nbconvert/jupyter-nbconvert.info
+++ b/development/jupyter-nbconvert/jupyter-nbconvert.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-nbconvert"
-VERSION="7.3.1"
+VERSION="7.4.0"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.3.1.tar.gz"
-MD5SUM="a9eddf70d6a04d820d657713ff8d9124"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.4.0.tar.gz"
+MD5SUM="e46ba33473d3ea87ae3dabbb981cfe56"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments python3-mistune pandocfilters testpath BeautifulSoup4 tinycss2 python3-hatchling"