Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / python-boto3
Commits: 1fd3f1da by Chih-Hsuan Yen at 2023-12-09T00:06:15+08:00 upgpkg: 1.33.1-2; add python-awscrt to optdepends See: https://github.com/boto/boto3/pull/3946 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,13 @@ pkgbase = python-boto3 pkgdesc = The AWS SDK for Python pkgver = 1.33.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/boto/boto3 arch = any license = Apache checkdepends = python-pytest checkdepends = python-pytest-xdist + checkdepends = python-awscrt makedepends = python-build makedepends = python-installer makedepends = python-setuptools @@ -15,6 +16,7 @@ pkgbase = python-boto3 depends = python-botocore depends = python-jmespath depends = python-s3transfer + optdepends = python-awscrt: AWS CRT S3 transfers source = python-boto3-1.33.1.tar.gz::https://github.com/boto/boto3/archive/1.33.1.tar.gz sha512sums = 95996e4005d33e85de8f15889e69c4725943b5a0dd74ee97ae82c282b9da68cdbfcbd494b66c4adca5b530eefbe5505b963f9fcb9e97bd78bc74525c78708818 ===================================== PKGBUILD ===================================== @@ -4,14 +4,17 @@ pkgname=python-boto3 pkgver=1.33.1 -pkgrel=1 +pkgrel=2 pkgdesc='The AWS SDK for Python' arch=('any') license=('Apache') url='https://github.com/boto/boto3' depends=('python' 'python-botocore' 'python-jmespath' 'python-s3transfer') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') -checkdepends=('python-pytest' 'python-pytest-xdist') +checkdepends=('python-pytest' 'python-pytest-xdist' 'python-awscrt') +optdepends=( + 'python-awscrt: AWS CRT S3 transfers' +) source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz") sha512sums=('95996e4005d33e85de8f15889e69c4725943b5a0dd74ee97ae82c282b9da68cdbfcbd494b66c4adca5b530eefbe5505b963f9fcb9e97bd78bc74525c78708818') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-boto3/-/commit/1fd3f1dac4c8eafb816eefd8eabe25831599200e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-boto3/-/commit/1fd3f1dac4c8eafb816eefd8eabe25831599200e You're receiving this email because of your account on gitlab.archlinux.org.
