summaryrefslogtreecommitdiffstats
path: root/development/jupyter-nbclient
diff options
context:
space:
mode:
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
commit44451139315aba0916b6d4c0c1dae1b6d5188cbe (patch)
tree38bb448c18a1ceb7dc0521645aa8823170732f60 /development/jupyter-nbclient
parent28c9741941d45f4a486eabc040b4968c62b2a1c4 (diff)
downloadslackbuilds-44451139315aba0916b6d4c0c1dae1b6d5188cbe.tar.gz
slackbuilds-44451139315aba0916b6d4c0c1dae1b6d5188cbe.tar.xz
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 '')
-rw-r--r--development/jupyter-nbclient/jupyter-nbclient.SlackBuild7
-rw-r--r--development/jupyter-nbclient/jupyter-nbclient.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild
index 4895d77830..dae3431ece 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 279f0e0ca8..9fe90898f7 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"