diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-09-30 22:30:39 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-01 07:28:39 +0700 |
commit | 6a4198a6a6175fbd9c5753d6212bf533c90187c5 (patch) | |
tree | 31a2820c2754f5039e788281f36c484b5fd69dc3 /python/s3transfer | |
parent | f13be3fafb5547a98f1a60bb83421c64aed2b78d (diff) | |
download | slackbuilds-6a4198a6a6175fbd9c5753d6212bf533c90187c5.tar.gz |
python/s3transfer: Updated for version 0.1.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/s3transfer')
-rw-r--r-- | python/s3transfer/s3transfer.SlackBuild | 2 | ||||
-rw-r--r-- | python/s3transfer/s3transfer.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild index 5c04bff653..f70b9ceaca 100644 --- a/python/s3transfer/s3transfer.SlackBuild +++ b/python/s3transfer/s3transfer.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=s3transfer -VERSION=${VERSION:-0.1.4} +VERSION=${VERSION:-0.1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/s3transfer/s3transfer.info b/python/s3transfer/s3transfer.info index 5361e194bb..d7f6b5bafe 100644 --- a/python/s3transfer/s3transfer.info +++ b/python/s3transfer/s3transfer.info @@ -1,8 +1,8 @@ PRGNAM="s3transfer" -VERSION="0.1.4" +VERSION="0.1.5" HOMEPAGE="https://github.com/boto/s3transfer" -DOWNLOAD="https://pypi.python.org/packages/a3/e9/24937eaf1ffccb5f7861b24b45cd3ef13c09e21f6932466cc2862021ab70/s3transfer-0.1.4.tar.gz" -MD5SUM="4ddecf1ad55accd86fd4491926d6a17a" +DOWNLOAD="https://pypi.python.org/packages/04/92/7976f89bc162d62a6e3014497694ad2caed0f6f920bdc1b679fefedb9440/s3transfer-0.1.5.tar.gz" +MD5SUM="af54e16bf8d167f04c0ebd91b79f9bc3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="botocore futures" |