diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-06-22 10:28:56 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-24 08:32:42 +0700 |
commit | 506b8025845dbab35e72aecb20bc6307eb627126 (patch) | |
tree | 08777da9311dcb71eb1367de09fe3210afd70cfb /python | |
parent | 6d274621587698a254d557190d682f25759f5bf9 (diff) | |
download | slackbuilds-506b8025845dbab35e72aecb20bc6307eb627126.tar.gz |
python/python3-ptyprocess: Updated for version 0.5.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-ptyprocess/python3-ptyprocess.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-ptyprocess/python3-ptyprocess.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-ptyprocess/python3-ptyprocess.SlackBuild b/python/python3-ptyprocess/python3-ptyprocess.SlackBuild index 8f0ed1f04c..f31036124b 100644 --- a/python/python3-ptyprocess/python3-ptyprocess.SlackBuild +++ b/python/python3-ptyprocess/python3-ptyprocess.SlackBuild @@ -25,7 +25,7 @@ SRCNAM=ptyprocess PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-0.5.1} +VERSION=${VERSION:-0.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-ptyprocess/python3-ptyprocess.info b/python/python3-ptyprocess/python3-ptyprocess.info index fc65d80485..31917e61df 100644 --- a/python/python3-ptyprocess/python3-ptyprocess.info +++ b/python/python3-ptyprocess/python3-ptyprocess.info @@ -1,8 +1,8 @@ PRGNAM="python3-ptyprocess" -VERSION="0.5.1" +VERSION="0.5.2" HOMEPAGE="https://pypi.python.org/pypi/ptyprocess" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess-0.5.1.tar.gz" -MD5SUM="94e537122914cc9ec9c1eadcd36e73a1" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess-0.5.2.tar.gz" +MD5SUM="d3b8febae1b8c53b054bd818d0bb8665" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |