diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2020-02-12 14:43:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-15 09:51:01 +0700 |
commit | 86a376ef55a006570ea1f07330e00a4ef78d30c1 (patch) | |
tree | 1cac839f881e365daf0d40e307abe098c1d4418b /python/s3transfer | |
parent | 9b2b72a19eda853ba2e07fe12c35b0ce74c0c1de (diff) |
python/s3transfer: Updated for version 0.3.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/s3transfer')
-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 69934734e079..cf0405fdc2c2 100644 --- a/python/s3transfer/s3transfer.SlackBuild +++ b/python/s3transfer/s3transfer.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for s3transfer -# Copyright 2016-2019 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2020 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.2.1} +VERSION=${VERSION:-0.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/s3transfer/s3transfer.info b/python/s3transfer/s3transfer.info index 5a02868ff526..6307d2a95776 100644 --- a/python/s3transfer/s3transfer.info +++ b/python/s3transfer/s3transfer.info @@ -1,8 +1,8 @@ PRGNAM="s3transfer" -VERSION="0.2.1" +VERSION="0.3.3" HOMEPAGE="https://github.com/boto/s3transfer" -DOWNLOAD="https://files.pythonhosted.org/packages/39/12/150cd55c606ebca6725683642a8e7068cd6af10f837ce5419a9f16b7fb55/s3transfer-0.2.1.tar.gz" -MD5SUM="8ca74015d9dc58af26c68276a8867eca" +DOWNLOAD="https://files.pythonhosted.org/packages/50/de/2b688c062107942486c81a739383b1432a72717d9a85a6a1a692f003c70c/s3transfer-0.3.3.tar.gz" +MD5SUM="e351d246498fca53e2ca2bf75c550d60" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="botocore futures" |