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/s3transfer/s3transfer.SlackBuild | |
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/s3transfer/s3transfer.SlackBuild')
-rw-r--r-- | python/s3transfer/s3transfer.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild index ceb355e8f1c16..4661f3905e28f 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 \ |