summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-08-17 03:33:08 +0200
committer Willy Sudiarto Raharjo2016-08-20 02:51:15 +0200
commit978fd4c2ae225aecfa8fdd0a87ebb46f87c4cb6a (patch)
tree916430223c0f1dcadd9e73b0ebd302d56366ca5c
parent018970a133e85bd0d73b05600bcf7c0c63b0275c (diff)
downloadslackbuilds-978fd4c2ae225aecfa8fdd0a87ebb46f87c4cb6a.tar.gz
python/s3transfer: Updated for version 0.1.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--python/s3transfer/s3transfer.SlackBuild2
-rw-r--r--python/s3transfer/s3transfer.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild
index 342f2b51bb..f1fc6c82c6 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.1}
+VERSION=${VERSION:-0.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/s3transfer/s3transfer.info b/python/s3transfer/s3transfer.info
index 712d3ee787..51c005b833 100644
--- a/python/s3transfer/s3transfer.info
+++ b/python/s3transfer/s3transfer.info
@@ -1,8 +1,8 @@
PRGNAM="s3transfer"
-VERSION="0.1.1"
+VERSION="0.1.2"
HOMEPAGE="https://github.com/boto/s3transfer"
-DOWNLOAD="https://pypi.python.org/packages/27/58/c3c67734ac87ef83fdffb6e1167531d584111232ad5e13b5514831a5de35/s3transfer-0.1.1.tar.gz"
-MD5SUM="9e29f828d0686bd5f091e88d30a770da"
+DOWNLOAD="https://pypi.python.org/packages/b1/04/27bfb9ceda7dad27c32cc6c260371d56d97b733fb4ad6fd5b01c1b75900a/s3transfer-0.1.2.tar.gz"
+MD5SUM="72a0c408d7e402c4e1dcfd6e15377f84"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="botocore futures"