development/jupyter-nbclient: Update for 0.9.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2023-12-29 20:31:08 -08:00 committed by Willy Sudiarto Raharjo
parent ff1ab0d859
commit 7b48b8999c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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"