summaryrefslogtreecommitdiffstats
path: root/python/s3transfer
diff options
context:
space:
mode:
author Dimitris Zlatanidis2017-02-04 17:36:29 +0100
committer Willy Sudiarto Raharjo2017-02-11 01:24:47 +0100
commit1d1b1de7b6b1b7a4266a566a27766557d99523ed (patch)
tree7f579dfddf6b924bb98d3a1b00f9d0e414773321 /python/s3transfer
parent8c82cfc3125b2e1c4004b88b2545eac910dbd1db (diff)
downloadslackbuilds-1d1b1de7b6b1b7a4266a566a27766557d99523ed.tar.gz
python/s3transfer: Updated for version 0.1.10.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/s3transfer')
-rw-r--r--python/s3transfer/s3transfer.SlackBuild4
-rw-r--r--python/s3transfer/s3transfer.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild
index 61bf699346..d4aebeb314 100644
--- a/python/s3transfer/s3transfer.SlackBuild
+++ b/python/s3transfer/s3transfer.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for s3transfer
-# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2016-2017 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.9}
+VERSION=${VERSION:-0.1.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/s3transfer/s3transfer.info b/python/s3transfer/s3transfer.info
index 0ea75446bc..6eb86b1624 100644
--- a/python/s3transfer/s3transfer.info
+++ b/python/s3transfer/s3transfer.info
@@ -1,8 +1,8 @@
PRGNAM="s3transfer"
-VERSION="0.1.9"
+VERSION="0.1.10"
HOMEPAGE="https://github.com/boto/s3transfer"
-DOWNLOAD="https://pypi.python.org/packages/e6/e0/61bf352050b0d687755cd1a41ead378e6b1b48f8754076c413e816fcc1ee/s3transfer-0.1.9.tar.gz"
-MD5SUM="036d467e77e0d4dfa65448d63a9208bc"
+DOWNLOAD="https://pypi.python.org/packages/8b/13/517e8ec7c13f0bb002be33fbf53c4e3198c55bb03148827d72064426fe6e/s3transfer-0.1.10.tar.gz"
+MD5SUM="976734d3ec36b8fc2c1b505a907c3259"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="botocore futures"