summaryrefslogtreecommitdiffstats
path: root/python/s3transfer
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2024-05-07 21:24:45 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-11 08:12:21 +0700
commit8f6034570be66cdb1e7932a5610f1688bcbb92ab (patch)
tree4f36f7c6f8c72e2e3b4210973a92e8dad4bcd1c9 /python/s3transfer
parentbfa16cae4da1d62564608d1d6e2a51780e4c8de3 (diff)
downloadslackbuilds-8f6034570be66cdb1e7932a5610f1688bcbb92ab.tar.gz
slackbuilds-8f6034570be66cdb1e7932a5610f1688bcbb92ab.tar.xz
python/s3transfer: Updated for version 0.10.1.
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.SlackBuild4
-rw-r--r--python/s3transfer/s3transfer.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild
index cac100f5ba..5f6a2aaadb 100644
--- a/python/s3transfer/s3transfer.SlackBuild
+++ b/python/s3transfer/s3transfer.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for s3transfer
-# Copyright 2016-2023 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2016-2024 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.0}
+VERSION=${VERSION:-0.10.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/s3transfer/s3transfer.info b/python/s3transfer/s3transfer.info
index 28e4ce913d..337f9a9604 100644
--- a/python/s3transfer/s3transfer.info
+++ b/python/s3transfer/s3transfer.info
@@ -1,8 +1,8 @@
PRGNAM="s3transfer"
-VERSION="0.10.0"
+VERSION="0.10.1"
HOMEPAGE="https://github.com/boto/s3transfer"
-DOWNLOAD="https://github.com/boto/s3transfer/archive/0.10.0/s3transfer-0.10.0.tar.gz"
-MD5SUM="b6561cf46cf9a0fc39ca4a30cb34fb38"
+DOWNLOAD="https://github.com/boto/s3transfer/archive/0.10.1/s3transfer-0.10.1.tar.gz"
+MD5SUM="feb321ba027731cee677a0e282610ded"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="botocore"