diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-29 20:31:08 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-31 18:53:12 +0700 |
commit | 7b48b8999c161188684c5f4e1fdb3946537fc973 (patch) | |
tree | fde00200e64fea9fe2d82807e1d99d03890ce327 /development/jupyter-nbclient | |
parent | ff1ab0d8599f59710d817a1513ffda85cf4535c7 (diff) |
development/jupyter-nbclient: Update for 0.9.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbclient')
-rw-r--r-- | development/jupyter-nbclient/jupyter-nbclient.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter-nbclient/jupyter-nbclient.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild index 77011cff3a079..83223b5078179 100644 --- a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild +++ b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for jupyter-nbclient # Copyright 2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-nbclient -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter-nbclient/jupyter-nbclient.info b/development/jupyter-nbclient/jupyter-nbclient.info index d7eb1aa28de6d..4a2ff96a21ba3 100644 --- a/development/jupyter-nbclient/jupyter-nbclient.info +++ b/development/jupyter-nbclient/jupyter-nbclient.info @@ -1,10 +1,10 @@ PRGNAM="jupyter-nbclient" -VERSION="0.8.0" +VERSION="0.9.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.8.0.tar.gz" -MD5SUM="57ad77589339fb970fe67c0d1a8e3f5c" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.9.0.tar.gz" +MD5SUM="44e93623f71cfc6b859011ec600b98ff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="async_generator jupyter_client jupyter-nbformat" +REQUIRES="jupyter_client jupyter-nbformat" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |