diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-11-20 12:56:18 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-25 22:12:42 +0700 |
commit | 2642ee1bf1bb06ea39af4fbb4ea01303832b78ed (patch) | |
tree | 7c0252e6c962f3fe63ee5f928f6e07fb3fd70bcf | |
parent | 49a44394b9a9188802f9936002cbdcfde69e4da7 (diff) |
python/s3transfer: Updated for version 0.7.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 | 4 | ||||
-rw-r--r-- | python/s3transfer/s3transfer.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild index 4661f3905e28..290f78d87283 100644 --- a/python/s3transfer/s3transfer.SlackBuild +++ b/python/s3transfer/s3transfer.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for s3transfer -# Copyright 2016-2022 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2023 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.6.0} +VERSION=${VERSION:-0.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/s3transfer/s3transfer.info b/python/s3transfer/s3transfer.info index edc5db21739c..239a523d06a3 100644 --- a/python/s3transfer/s3transfer.info +++ b/python/s3transfer/s3transfer.info @@ -1,10 +1,10 @@ PRGNAM="s3transfer" -VERSION="0.6.0" +VERSION="0.7.0" HOMEPAGE="https://github.com/boto/s3transfer" -DOWNLOAD="https://files.pythonhosted.org/packages/e1/eb/e57c93d5cd5edf8c1d124c831ef916601540db70acd96fa21fe60cef1365/s3transfer-0.6.0.tar.gz" -MD5SUM="17b8acaa7aeb376606637de9e3b3ec1b" +DOWNLOAD="https://files.pythonhosted.org/packages/3f/ff/5fd9375f3fe467263cff9cad9746fd4c4e1399440ea9563091c958ff90b5/s3transfer-0.7.0.tar.gz" +MD5SUM="8b3838135fb1a31ffb9efc725967382f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="botocore" MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +EMAIL="dslackw@gmail.com" |