diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-09 01:07:17 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:32 +0700 |
commit | 44451139315aba0916b6d4c0c1dae1b6d5188cbe (patch) | |
tree | 38bb448c18a1ceb7dc0521645aa8823170732f60 /development/jupyter-nbclient | |
parent | 28c9741941d45f4a486eabc040b4968c62b2a1c4 (diff) |
development/jupyter-nbclient: Updated for version 0.7.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbclient')
-rw-r--r-- | development/jupyter-nbclient/jupyter-nbclient.SlackBuild | 7 | ||||
-rw-r--r-- | development/jupyter-nbclient/jupyter-nbclient.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild index 4895d77830a5b..dae3431ecec02 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 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.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.7.2} +VERSION=${VERSION:-0.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/development/jupyter-nbclient/jupyter-nbclient.info b/development/jupyter-nbclient/jupyter-nbclient.info index 279f0e0ca847c..9fe90898f7340 100644 --- a/development/jupyter-nbclient/jupyter-nbclient.info +++ b/development/jupyter-nbclient/jupyter-nbclient.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbclient" -VERSION="0.7.2" +VERSION="0.7.3" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.7.2.tar.gz" -MD5SUM="3476529b4e6cee7a055bfd29203e8451" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.7.3.tar.gz" +MD5SUM="db3fdd8cc056991b1f85faeee07790f3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="async_generator jupyter_client jupyter-nbformat nest_asyncio python3-hatchling" |