diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-12-06 18:26:53 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-09 07:49:07 +0700 |
commit | fbecff583ec81d771e9d2cdfc8047358bd68beda (patch) | |
tree | 3debb081f1bb8da1b9e83932c95b1cc3da12237f /python/s3transfer | |
parent | df6f3da1fc46315d39ee65b4e966a1d08a85ff6a (diff) |
python/s3transfer: Updated for version 0.8.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 | 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 7e884e6aee11..2f2fa73943a0 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.0} +VERSION=${VERSION:-0.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/s3transfer/s3transfer.info b/python/s3transfer/s3transfer.info index f6311e71fe87..e84e0ce1a814 100644 --- a/python/s3transfer/s3transfer.info +++ b/python/s3transfer/s3transfer.info @@ -1,8 +1,8 @@ PRGNAM="s3transfer" -VERSION="0.8.0" +VERSION="0.8.2" HOMEPAGE="https://github.com/boto/s3transfer" -DOWNLOAD="https://files.pythonhosted.org/packages/48/62/53056e8a931a004b9a958c7ca709350a94e212ebcadfc9914a2a8bfaa4ec/s3transfer-0.8.0.tar.gz" -MD5SUM="d86d8b298282e2e010461416438fb0e0" +DOWNLOAD="https://github.com/boto/s3transfer/archive/0.8.2/s3transfer-0.8.2.tar.gz" +MD5SUM="dca396e183e4cdbe2caaeb4c384c4d1e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="botocore" |