summaryrefslogtreecommitdiffstats
path: root/python/s3transfer
diff options
context:
space:
mode:
author Dimitris Zlatanidis2023-11-28 16:42:55 +0100
committer Willy Sudiarto Raharjo2023-12-02 01:54:22 +0100
commita2a3d744391374f963497a29a480e0374941240b (patch)
tree7e23ae2c80ab6f5d4871b254fed5b1565e8d0ff5 /python/s3transfer
parentbdd130a9daddbc92140888c6d319a8800b5652f6 (diff)
downloadslackbuilds-a2a3d744391374f963497a29a480e0374941240b.tar.gz
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>
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 290f78d872..7e884e6aee 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.7.0}
+VERSION=${VERSION:-0.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/s3transfer/s3transfer.info b/python/s3transfer/s3transfer.info
index 239a523d06..f6311e71fe 100644
--- a/python/s3transfer/s3transfer.info
+++ b/python/s3transfer/s3transfer.info
@@ -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"