diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-11-28 17:42:55 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-02 07:54:22 +0700 |
commit | a2a3d744391374f963497a29a480e0374941240b (patch) | |
tree | 7e23ae2c80ab6f5d4871b254fed5b1565e8d0ff5 | |
parent | bdd130a9daddbc92140888c6d319a8800b5652f6 (diff) |
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>
-rw-r--r-- | python/s3transfer/s3transfer.SlackBuild | 2 | ||||
-rw-r--r-- | python/s3transfer/s3transfer.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild index 290f78d87283..7e884e6aee11 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 239a523d06a3..f6311e71fe87 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" |