* update python-s3transfer to 0.10.3-2

This commit is contained in:
Alexander Baldeck 2024-12-05 13:51:52 +01:00
parent de428840ee
commit 237092b3b7
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-s3transfer
pkgdesc = Amazon S3 Transfer Manager for Python
pkgver = 0.10.3
pkgrel = 1
pkgrel = 2
url = https://github.com/boto/s3transfer
arch = any
license = Apache

View File

@ -6,9 +6,9 @@
pkgname=python-s3transfer
# https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst
pkgver=0.10.3
pkgrel=1
pkgrel=2
pkgdesc='Amazon S3 Transfer Manager for Python'
arch=('any')
arch=(any)
url="https://github.com/boto/s3transfer"
license=('Apache')
depends=('python' 'python-botocore')