Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-botocore
Commits: 3d0061ad by Carl Smedstad at 2025-09-14T15:38:32+02:00 upgpkg: 1.40.30-1: Upstream release https://github.com/boto/botocore/releases/tag/1.40.30 - - - - - 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.25 + pkgver = 1.40.30 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.25/python-botocore-1.40.25.tar.gz - sha256sums = eeafa35ec2fce62786eec44b6b7e31b2b1a9ab9834d499a181beb919ff7ec938 + source = https://github.com/boto/botocore/archive/1.40.30/python-botocore-1.40.30.tar.gz + sha256sums = d25bd6c0428500ff1941328f27fbaeb02eecbba626b2cfea3721948ac54b8654 pkgname = python-botocore ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Chris Fordham pkgname=python-botocore -pkgver=1.40.25 +pkgver=1.40.30 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=('eeafa35ec2fce62786eec44b6b7e31b2b1a9ab9834d499a181beb919ff7ec938') +sha256sums=('d25bd6c0428500ff1941328f27fbaeb02eecbba626b2cfea3721948ac54b8654') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/commit/3d0061adc10657f81672592bf9666427fa5af0dd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/commit/3d0061adc10657f81672592bf9666427fa5af0dd You're receiving this email because of your account on gitlab.archlinux.org.
