Browse Source
python/s3transfer: Updated for version 0.8.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/210/head
Dimitris Zlatanidis
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/s3transfer/s3transfer.SlackBuild
-
python/s3transfer/s3transfer.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=s3transfer |
|
|
|
VERSION=${VERSION:-0.7.0} |
|
|
|
VERSION=${VERSION:-0.8.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="s3transfer" |
|
|
|
VERSION="0.7.0" |
|
|
|
VERSION="0.8.0" |
|
|
|
HOMEPAGE="https://github.com/boto/s3transfer" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/3f/ff/5fd9375f3fe467263cff9cad9746fd4c4e1399440ea9563091c958ff90b5/s3transfer-0.7.0.tar.gz" |
|
|
|
MD5SUM="8b3838135fb1a31ffb9efc725967382f" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/48/62/53056e8a931a004b9a958c7ca709350a94e212ebcadfc9914a2a8bfaa4ec/s3transfer-0.8.0.tar.gz" |
|
|
|
MD5SUM="d86d8b298282e2e010461416438fb0e0" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="botocore" |
|
|
|