diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-30 00:02:14 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-31 08:46:50 +0700 |
commit | a5d3411adc7df2de0fcc5a373e2b9cce35883424 (patch) | |
tree | db7f948d26eecae02bc007d6d7927d4bf38d2d99 /python/terminado | |
parent | 12cf7e8750b47e170fec55abb1ee7e0f7ece6ba9 (diff) |
python/terminado: Update for 0.18.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/terminado')
-rw-r--r-- | python/terminado/terminado.SlackBuild | 4 | ||||
-rw-r--r-- | python/terminado/terminado.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/terminado/terminado.SlackBuild b/python/terminado/terminado.SlackBuild index f3f8ff5238523..9f5c3b1580e22 100644 --- a/python/terminado/terminado.SlackBuild +++ b/python/terminado/terminado.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for terminado # Copyright 2017-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=terminado -VERSION=${VERSION:-0.17.1} +VERSION=${VERSION:-0.18.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/terminado/terminado.info b/python/terminado/terminado.info index 624ccb22dc088..181d11162dbe8 100644 --- a/python/terminado/terminado.info +++ b/python/terminado/terminado.info @@ -1,8 +1,8 @@ PRGNAM="terminado" -VERSION="0.17.1" +VERSION="0.18.0" HOMEPAGE="https://github.com/jupyter/terminado" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.17.1.tar.gz" -MD5SUM="aafcc42623986e42469712786edb127c" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.18.0.tar.gz" +MD5SUM="30c6e8e61041582724be06f387130071" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-ptyprocess python3-tornado python3-hatchling" |