diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/s3transfer/s3transfer.SlackBuild | 4 | ||||
-rw-r--r-- | python/s3transfer/s3transfer.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild index 6dca482b77381..69934734e0797 100644 --- a/python/s3transfer/s3transfer.SlackBuild +++ b/python/s3transfer/s3transfer.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for s3transfer -# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2019 Dimitris Zlatanidis Orestiada, Greece # 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=s3transfer -VERSION=${VERSION:-0.1.13} +VERSION=${VERSION:-0.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/s3transfer/s3transfer.info b/python/s3transfer/s3transfer.info index 2671a69ec510e..5a02868ff526d 100644 --- a/python/s3transfer/s3transfer.info +++ b/python/s3transfer/s3transfer.info @@ -1,8 +1,8 @@ PRGNAM="s3transfer" -VERSION="0.1.13" +VERSION="0.2.1" HOMEPAGE="https://github.com/boto/s3transfer" -DOWNLOAD="https://pypi.python.org/packages/9a/66/c6a5ae4dbbaf253bd662921b805e4972451a6d214d0dc9fb3300cb642320/s3transfer-0.1.13.tar.gz" -MD5SUM="b7437bbbd3195e916f9e992b78721067" +DOWNLOAD="https://files.pythonhosted.org/packages/39/12/150cd55c606ebca6725683642a8e7068cd6af10f837ce5419a9f16b7fb55/s3transfer-0.2.1.tar.gz" +MD5SUM="8ca74015d9dc58af26c68276a8867eca" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="botocore futures" |