diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-10-30 15:05:05 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:18 +0700 |
commit | 4d51051caa6b286ee4b8f8e141f900993e269598 (patch) | |
tree | a0e99aad63076ec927c43901587fc5470b265df1 /python | |
parent | 2ada8072e818f687cc7a50cbc1ce9c2e46893be4 (diff) | |
download | slackbuilds-4d51051caa6b286ee4b8f8e141f900993e269598.tar.gz |
python/terminado: Updated for version 0.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 94bb2da8d4..432ecb39d1 100644 --- a/python/terminado/terminado.SlackBuild +++ b/python/terminado/terminado.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for terminado -# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=terminado -VERSION=${VERSION:-0.8.2} +VERSION=${VERSION:-0.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/terminado/terminado.info b/python/terminado/terminado.info index fbb25fe6bf..d54f5030ae 100644 --- a/python/terminado/terminado.info +++ b/python/terminado/terminado.info @@ -1,8 +1,8 @@ PRGNAM="terminado" -VERSION="0.8.2" +VERSION="0.9.1" HOMEPAGE="https://terminado.readthedocs.io/en/latest/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.8.2.tar.gz" -MD5SUM="933a1c5ca7c28e59284d0ac7cadce1ea" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.9.1.tar.gz" +MD5SUM="bd9162796256c1e3cd03750f5594a83e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-ptyprocess python3-tornado ptyprocess tornado" |