summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-05-22 19:33:15 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-25 11:50:54 +0700
commit6bda6a503e7639791a34425137ce4d93c7eff666 (patch)
treefc6a2c4d642dfb2a01263b57844e845b91f3d2e7
parenta35a7819b7d6dc3870ef13b7a88ad008a0ac004a (diff)
downloadslackbuilds-6bda6a503e7639791a34425137ce4d93c7eff666.tar.gz
slackbuilds-6bda6a503e7639791a34425137ce4d93c7eff666.tar.xz
development/jupyter-nbclient: Update for 0.8.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/jupyter-nbclient/jupyter-nbclient.SlackBuild2
-rw-r--r--development/jupyter-nbclient/jupyter-nbclient.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild
index 514251a1bd..796423ae56 100644
--- a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild
+++ b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter-nbclient
-VERSION=${VERSION:-0.7.4}
+VERSION=${VERSION:-0.8.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 0feb0be3c0..2019816f06 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.4"
+VERSION="0.8.0"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.7.4.tar.gz"
-MD5SUM="0224e655f5d53cc7a62b6593869ce2bb"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.8.0.tar.gz"
+MD5SUM="57ad77589339fb970fe67c0d1a8e3f5c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="async_generator jupyter_client jupyter-nbformat nest_asyncio python3-hatchling"