diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-10-29 13:09:31 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:22 +0700 |
commit | cbdbf3629d8dce29212710eadd380db6b36d6aab (patch) | |
tree | f6983997bbe91f0c18fb4cb56c2b06ac08e60101 /python | |
parent | 80db247c7809979eec82fc1494f1c8baaa0e578e (diff) |
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')
-rw-r--r-- | python/terminado/terminado.SlackBuild | 2 | ||||
-rw-r--r-- | python/terminado/terminado.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/terminado/terminado.SlackBuild b/python/terminado/terminado.SlackBuild index 80ddb898c762..7fd3c0a220be 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 69ee1acad444..a560fc1aedeb 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" |