development/jupyter-nbconvert: Update for 7.14.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-01-14 18:45:23 -08:00 committed by Willy Sudiarto Raharjo
parent 7107db4e22
commit 4de4c33400
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"