Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-botocore
Commits: 90406225 by Carl Smedstad at 2025-10-11T10:28:41+02:00 upgpkg: 1.40.50-1: Upstream release https://github.com/boto/botocore/releases/tag/1.40.50 - - - - - 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.45 + pkgver = 1.40.50 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.45/python-botocore-1.40.45.tar.gz - sha256sums = 1f8742d64e8bafdf73b5a37493d2a7965b66bbd9342821f09de840d4f6f8e19c + source = https://github.com/boto/botocore/archive/1.40.50/python-botocore-1.40.50.tar.gz + sha256sums = be0e171aaa33aad9c970948884bfc1932672736701b3b6b5dc7a8538eb1fefe0 pkgname = python-botocore ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Chris Fordham pkgname=python-botocore -pkgver=1.40.45 +pkgver=1.40.50 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=('1f8742d64e8bafdf73b5a37493d2a7965b66bbd9342821f09de840d4f6f8e19c') +sha256sums=('be0e171aaa33aad9c970948884bfc1932672736701b3b6b5dc7a8538eb1fefe0') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/commit/9040622529492a0d3e8665ee18b7a2737894d35b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/commit/9040622529492a0d3e8665ee18b7a2737894d35b You're receiving this email because of your account on gitlab.archlinux.org.
