Browse Source
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>
pull/285/head
Dimitris Zlatanidis
8 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
python/s3transfer/s3transfer.SlackBuild
-
python/s3transfer/s3transfer.info
|
|
@ -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} |
|
|
|
|
|
@ -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" |
|
|
|