diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-11 14:42:18 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:01 +0700 |
commit | 0dc2fa9926d5d24764a9484b63c1d3f2c83e2d48 (patch) | |
tree | de262d12c328cea0e1eeac6e54e90200b4bd71d7 /development/jupyter-ipykernel | |
parent | d0a5855ff0eb7d5caf24fc352c5aaa15b19766c2 (diff) |
development/jupyter-ipykernel: Updated for version 6.20.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-ipykernel')
-rw-r--r-- | development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild | 7 | ||||
-rw-r--r-- | development/jupyter-ipykernel/jupyter-ipykernel.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild b/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild index a95e61f16fbba..5f5d90c3554a1 100644 --- a/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild +++ b/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for jupyter-ipykernel # Copyright 2017-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-ipykernel -VERSION=${VERSION:-6.19.4} +VERSION=${VERSION:-6.20.1} 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-ipykernel/jupyter-ipykernel.info b/development/jupyter-ipykernel/jupyter-ipykernel.info index abbe8f4cca64b..8b17092dd953f 100644 --- a/development/jupyter-ipykernel/jupyter-ipykernel.info +++ b/development/jupyter-ipykernel/jupyter-ipykernel.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-ipykernel" -VERSION="6.19.4" +VERSION="6.20.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.19.4.tar.gz" -MD5SUM="8e8e32831f0c5d48b0e10eddcc532721" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.20.1.tar.gz" +MD5SUM="9d54d07f5be3373fdaf93de57dd2df4f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="debugpy ipython jupyter_client python3-psutil python3-hatchling python3-comm" |