diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-12-31 19:26:50 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 08:08:40 +0700 |
commit | 46740c77a066e763a878238d54eff0cabc1b4c78 (patch) | |
tree | 65a0fc16ff4544298db8eb777aa7cfc97e41418e /python/s3transfer | |
parent | 2bb924c32e69594b802421c8e2f8d86e872b7ef7 (diff) |
python/s3transfer: Updated for version 0.10.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.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 f175e4c8bb938..cac100f5ba488 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.9.0} +VERSION=${VERSION:-0.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/s3transfer/s3transfer.info b/python/s3transfer/s3transfer.info index 6e02df07f2f9b..28e4ce913d451 100644 --- a/python/s3transfer/s3transfer.info +++ b/python/s3transfer/s3transfer.info @@ -1,8 +1,8 @@ PRGNAM="s3transfer" -VERSION="0.9.0" +VERSION="0.10.0" HOMEPAGE="https://github.com/boto/s3transfer" -DOWNLOAD="https://github.com/boto/s3transfer/archive/0.9.0/s3transfer-0.9.0.tar.gz" -MD5SUM="edfbc15b1d5cc457f365288fa58be212" +DOWNLOAD="https://github.com/boto/s3transfer/archive/0.10.0/s3transfer-0.10.0.tar.gz" +MD5SUM="b6561cf46cf9a0fc39ca4a30cb34fb38" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="botocore" |