python/s3transfer: Updated for version 0.1.13.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
52c32be072
commit
086b04e0bc
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for s3transfer
|
||||
|
||||
# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2016-2018 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.10}
|
||||
VERSION=${VERSION:-0.1.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="s3transfer"
|
||||
VERSION="0.1.10"
|
||||
VERSION="0.1.13"
|
||||
HOMEPAGE="https://github.com/boto/s3transfer"
|
||||
DOWNLOAD="https://pypi.python.org/packages/8b/13/517e8ec7c13f0bb002be33fbf53c4e3198c55bb03148827d72064426fe6e/s3transfer-0.1.10.tar.gz"
|
||||
MD5SUM="976734d3ec36b8fc2c1b505a907c3259"
|
||||
DOWNLOAD="https://pypi.python.org/packages/9a/66/c6a5ae4dbbaf253bd662921b805e4972451a6d214d0dc9fb3300cb642320/s3transfer-0.1.13.tar.gz"
|
||||
MD5SUM="b7437bbbd3195e916f9e992b78721067"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="botocore futures"
|
||||
|
|
Loading…
Reference in New Issue