summaryrefslogtreecommitdiffstats
path: root/python/s3transfer
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2023-12-15 18:06:54 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-16 08:56:08 +0700
commit2611951b13724dc5d8410057724ecbae8cd7759b (patch)
tree75bc05f508b8c7eecd7e6374a4a0d88933b0fd00 /python/s3transfer
parent113ce4801053420cf9edc57f1d8d524e630b7b28 (diff)
downloadslackbuilds-2611951b13724dc5d8410057724ecbae8cd7759b.tar.gz
slackbuilds-2611951b13724dc5d8410057724ecbae8cd7759b.tar.xz
python/s3transfer: Updated for version 0.9.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/s3transfer')
-rw-r--r--python/s3transfer/s3transfer.SlackBuild2
-rw-r--r--python/s3transfer/s3transfer.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild
index 2f2fa73943..f175e4c8bb 100644
--- a/python/s3transfer/s3transfer.SlackBuild
+++ b/python/s3transfer/s3transfer.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=s3transfer
-VERSION=${VERSION:-0.8.2}
+VERSION=${VERSION:-0.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/s3transfer/s3transfer.info b/python/s3transfer/s3transfer.info
index e84e0ce1a8..6e02df07f2 100644
--- a/python/s3transfer/s3transfer.info
+++ b/python/s3transfer/s3transfer.info
@@ -1,8 +1,8 @@
PRGNAM="s3transfer"
-VERSION="0.8.2"
+VERSION="0.9.0"
HOMEPAGE="https://github.com/boto/s3transfer"
-DOWNLOAD="https://github.com/boto/s3transfer/archive/0.8.2/s3transfer-0.8.2.tar.gz"
-MD5SUM="dca396e183e4cdbe2caaeb4c384c4d1e"
+DOWNLOAD="https://github.com/boto/s3transfer/archive/0.9.0/s3transfer-0.9.0.tar.gz"
+MD5SUM="edfbc15b1d5cc457f365288fa58be212"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="botocore"