summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2022-06-27 18:59:43 +0200
committer Willy Sudiarto Raharjo2022-07-02 04:55:45 +0200
commit250978f663a4894225ad45de3f1bd0e5a13a66d3 (patch)
tree72f49c7734a8dde942abd498f134bd840182621e
parent9c6693de836e785ba01d13ad54e1a055cd5cda30 (diff)
downloadslackbuilds-250978f663a4894225ad45de3f1bd0e5a13a66d3.tar.gz
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>
-rw-r--r--python/s3transfer/s3transfer.SlackBuild5
-rw-r--r--python/s3transfer/s3transfer.info6
2 files changed, 5 insertions, 6 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild
index ceb355e8f1..4661f3905e 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 b4de78101c..edc5db2173 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"