summaryrefslogtreecommitdiffstats
path: root/python/terminado
diff options
context:
space:
mode:
author Isaac Yu2022-10-29 22:09:31 +0200
committer Willy Sudiarto Raharjo2022-11-05 15:15:22 +0100
commitcbdbf3629d8dce29212710eadd380db6b36d6aab (patch)
treef6983997bbe91f0c18fb4cb56c2b06ac08e60101 /python/terminado
parent80db247c7809979eec82fc1494f1c8baaa0e578e (diff)
downloadslackbuilds-cbdbf3629d8dce29212710eadd380db6b36d6aab.tar.gz
python/terminado: Updated for version 0.17.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/terminado')
-rw-r--r--python/terminado/terminado.SlackBuild2
-rw-r--r--python/terminado/terminado.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/terminado/terminado.SlackBuild b/python/terminado/terminado.SlackBuild
index 80ddb898c7..7fd3c0a220 100644
--- a/python/terminado/terminado.SlackBuild
+++ b/python/terminado/terminado.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=terminado
-VERSION=${VERSION:-0.16.0}
+VERSION=${VERSION:-0.17.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/terminado/terminado.info b/python/terminado/terminado.info
index 69ee1acad4..a560fc1aed 100644
--- a/python/terminado/terminado.info
+++ b/python/terminado/terminado.info
@@ -1,8 +1,8 @@
PRGNAM="terminado"
-VERSION="0.16.0"
+VERSION="0.17.0"
HOMEPAGE="https://github.com/jupyter/terminado"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.16.0.tar.gz"
-MD5SUM="78c1f4bdbadc6d0b28e17d2e4911c056"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.17.0.tar.gz"
+MD5SUM="cf5f5f7dd1ece772f16013ad355b75e1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-ptyprocess python3-tornado python3-hatchling"