diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-12-11 10:26:25 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-15 20:44:30 +0700 |
commit | c5ce607673f174d124087607105d8d4177b8d8f4 (patch) | |
tree | 5129cd9b75fcb1e9c6ffdd0844bfc5f55f243a3e | |
parent | 2f4b88779c3eeb956eb7de2b2df87ffd4d382aa5 (diff) | |
download | slackbuilds-c5ce607673f174d124087607105d8d4177b8d8f4.tar.gz |
python/six: Updated for version 1.12.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
-rw-r--r-- | python/six/six.SlackBuild | 4 | ||||
-rw-r--r-- | python/six/six.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/six/six.SlackBuild b/python/six/six.SlackBuild index f4f61c16ca..40d74af4b5 100644 --- a/python/six/six.SlackBuild +++ b/python/six/six.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for six -# Copyright 2012-2017 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2018 Larry Hajali <larryhaja[at]gmail[dot]com> # 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=six -VERSION=${VERSION:-1.11.0} +VERSION=${VERSION:-1.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/six/six.info b/python/six/six.info index 32ec3507b7..204c946a9a 100644 --- a/python/six/six.info +++ b/python/six/six.info @@ -1,8 +1,8 @@ PRGNAM="six" -VERSION="1.11.0" +VERSION="1.12.0" HOMEPAGE="https://pypi.python.org/pypi/six/" -DOWNLOAD="https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz" -MD5SUM="d12789f9baf7e9fb2524c0c64f1773f8" +DOWNLOAD="https://pypi.io/packages/source/s/six/six-1.12.0.tar.gz" +MD5SUM="9ae5d1feed8c0215f4ae4adcd9207fcb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |