diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-06-27 19:59:43 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:45 +0700 |
commit | 250978f663a4894225ad45de3f1bd0e5a13a66d3 (patch) | |
tree | 72f49c7734a8dde942abd498f134bd840182621e /python | |
parent | 9c6693de836e785ba01d13ad54e1a055cd5cda30 (diff) |
python/s3transfer: Updated for version 0.6.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/s3transfer/s3transfer.SlackBuild | 5 | ||||
-rw-r--r-- | python/s3transfer/s3transfer.info | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild index ceb355e8f1c1..4661f3905e28 100644 --- a/python/s3transfer/s3transfer.SlackBuild +++ b/python/s3transfer/s3transfer.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for s3transfer -# Copyright 2016-2020 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=s3transfer -VERSION=${VERSION:-0.3.3} +VERSION=${VERSION:-0.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,7 +79,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python2 setup.py install --root=$PKG python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/python/s3transfer/s3transfer.info b/python/s3transfer/s3transfer.info index b4de78101cb6..edc5db21739c 100644 --- a/python/s3transfer/s3transfer.info +++ b/python/s3transfer/s3transfer.info @@ -1,8 +1,8 @@ PRGNAM="s3transfer" -VERSION="0.3.3" +VERSION="0.6.0" HOMEPAGE="https://github.com/boto/s3transfer" -DOWNLOAD="https://files.pythonhosted.org/packages/50/de/2b688c062107942486c81a739383b1432a72717d9a85a6a1a692f003c70c/s3transfer-0.3.3.tar.gz" -MD5SUM="e351d246498fca53e2ca2bf75c550d60" +DOWNLOAD="https://files.pythonhosted.org/packages/e1/eb/e57c93d5cd5edf8c1d124c831ef916601540db70acd96fa21fe60cef1365/s3transfer-0.6.0.tar.gz" +MD5SUM="17b8acaa7aeb376606637de9e3b3ec1b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="botocore" |