* 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 pkgbase = python-s3transfer
pkgdesc = Amazon S3 Transfer Manager for Python pkgdesc = Amazon S3 Transfer Manager for Python
pkgver = 0.10.3 pkgver = 0.10.3
pkgrel = 1 pkgrel = 2
url = https://github.com/boto/s3transfer url = https://github.com/boto/s3transfer
arch = any arch = any
license = Apache license = Apache

View File

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