diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-03-04 17:31:14 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-05 12:45:37 +0700 |
commit | 192bb36b9a30403896143b6404d6226ac092e51b (patch) | |
tree | 7a570db48ae81190f2e2dd0502c0528a0d23b45e | |
parent | af6e49416babe4bff486e650022bfeda7a7e465c (diff) |
development/jupyter-nbconvert: Update for 7.16.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-nbconvert/jupyter-nbconvert.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild index b0f3a0de1dd0..de4562f1efba 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.16.1} +VERSION=${VERSION:-7.16.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 a9baaf613be4..6937b571d17c 100644 --- a/development/jupyter-nbconvert/jupyter-nbconvert.info +++ b/development/jupyter-nbconvert/jupyter-nbconvert.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbconvert" -VERSION="7.16.1" +VERSION="7.16.2" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.16.1.tar.gz" -MD5SUM="7f134038205ad2d4407bf3a61e223679" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.16.2.tar.gz" +MD5SUM="658ef7a1bdf551d7eacad952218c15bc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments python3-mistune pandocfilters testpath BeautifulSoup4 tinycss2 python-importlib_metadata" |