python3-s3transfer: update to 0.5.0
This commit is contained in:
parent
769ff425cc
commit
d3a3bc05c6
1 changed files with 6 additions and 3 deletions
|
@ -1,14 +1,17 @@
|
|||
# Template file for 'python3-s3transfer'
|
||||
pkgname=python3-s3transfer
|
||||
version=0.3.3
|
||||
revision=4
|
||||
version=0.5.0
|
||||
revision=1
|
||||
wrksrc="s3transfer-${version}"
|
||||
build_style=python3-module
|
||||
# integration tests want aws credentials
|
||||
make_check_target="tests/unit tests/functional"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-botocore"
|
||||
checkdepends="python3-botocore python3-pytest python3-mock"
|
||||
short_desc="Amazon S3 Transfer Manager (Python3)"
|
||||
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/boto/s3transfer"
|
||||
distfiles="https://github.com/boto/s3transfer/archive/${version}.tar.gz"
|
||||
checksum=0c8b0f7aaf32173d1475df0a453bfdc37be8207ea15c1d8415a590ef3986fc51
|
||||
checksum=a07ff8461f1dfa081fa5f02c1e6ad3f7bb7a4f3ca424e913ba48fcf5b1c87640
|
||||
|
|
Loading…
Reference in a new issue