diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2025-02-20 21:19:27 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-22 10:01:32 +0700 |
commit | 1a90c067b8a62e4bc149e277a2cf3ed182e8d4d2 (patch) | |
tree | a1a49e503fe741b1a6d1542b2a8bf358a16b933b /python/s3transfer | |
parent | 8a2c0bade52a649aa2a7eef363e695aeaeb87bea (diff) |
python/s3transfer: Updated for version 0.11.2.
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.SlackBuild | 4 | ||||
-rw-r--r-- | python/s3transfer/s3transfer.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild index a714c7128d..a74f901ada 100644 --- a/python/s3transfer/s3transfer.SlackBuild +++ b/python/s3transfer/s3transfer.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for s3transfer -# Copyright 2016-2024 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2025 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.10.2} +VERSION=${VERSION:-0.11.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/s3transfer/s3transfer.info b/python/s3transfer/s3transfer.info index 08726b629c..07ac858d5a 100644 --- a/python/s3transfer/s3transfer.info +++ b/python/s3transfer/s3transfer.info @@ -1,8 +1,8 @@ PRGNAM="s3transfer" -VERSION="0.10.2" +VERSION="0.11.2" HOMEPAGE="https://github.com/boto/s3transfer" -DOWNLOAD="https://github.com/boto/s3transfer/archive/0.10.2/s3transfer-0.10.2.tar.gz" -MD5SUM="804e37ea615d3a188ee04d4d49fe5c53" +DOWNLOAD="https://github.com/boto/s3transfer/archive/0.11.2/s3transfer-0.11.2.tar.gz" +MD5SUM="767c09b91ad4cb7ef775990b6ab1eeb9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="botocore" |