From 44451139315aba0916b6d4c0c1dae1b6d5188cbe Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sun, 9 Apr 2023 01:07:17 -0700 Subject: development/jupyter-nbclient: Updated for version 0.7.3. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- development/jupyter-nbclient/jupyter-nbclient.SlackBuild | 7 ++----- development/jupyter-nbclient/jupyter-nbclient.info | 6 +++--- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'development/jupyter-nbclient') 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 -# Copyright 2022 Isaac Yu +# Copyright 2022-2023 Isaac Yu # 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" -- cgit v1.2.3