Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-botocore
Commits: 5806a220 by Carl Smedstad at 2025-11-01T12:28:51+01:00 upgpkg: 1.40.64-1: Upstream release https://github.com/boto/botocore/releases/tag/1.40.64 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-botocore pkgdesc = A low-level interface to a growing number of Amazon Web Services - pkgver = 1.40.59 + pkgver = 1.40.64 pkgrel = 1 url = https://github.com/boto/botocore arch = any @@ -20,7 +20,7 @@ pkgbase = python-botocore depends = python-jmespath depends = python-urllib3 optdepends = python-awscrt: use AWS Common Runtime - source = https://github.com/boto/botocore/archive/1.40.59/python-botocore-1.40.59.tar.gz - sha256sums = 3db5c010f2a7aff4c77878d6f41b18ae044ed03deaad4466d9ba8d40e7bd5dcc + source = https://github.com/boto/botocore/archive/1.40.64/python-botocore-1.40.64.tar.gz + sha256sums = f577449be1deed94481e560e833213de96ec03fd7d13613a20f11a0428b01956 pkgname = python-botocore ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Chris Fordham pkgname=python-botocore -pkgver=1.40.59 +pkgver=1.40.64 pkgrel=1 pkgdesc='A low-level interface to a growing number of Amazon Web Services' arch=('any') @@ -34,7 +34,7 @@ checkdepends=( ) optdepends=('python-awscrt: use AWS Common Runtime') source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('3db5c010f2a7aff4c77878d6f41b18ae044ed03deaad4466d9ba8d40e7bd5dcc') +sha256sums=('f577449be1deed94481e560e833213de96ec03fd7d13613a20f11a0428b01956') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/commit/5806a220284e202faebd5ae00325381d6c0f0927 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/commit/5806a220284e202faebd5ae00325381d6c0f0927 You're receiving this email because of your account on gitlab.archlinux.org.
