python-{boto3,botocore}: update to 1.40.30

This commit is contained in:
Dirk Stolle 2025-09-14 07:08:10 +02:00
parent fc3153f707
commit a96743d4a1
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
_realname=boto3
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.40.29
pkgver=1.40.30
pkgrel=1
pkgdesc='The AWS SDK for Python (mingw-w64)'
arch=('any')
@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('3abdf649163ab86929cee9a6401e3ed1aaf8aef35c95e262a1b1c496d20f4168')
sha256sums=('e95db539c938710917f4cb4fc5915f71b27f2c836d949a1a95df7895d2e9ec8b')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

View File

@ -3,7 +3,7 @@
_realname=botocore
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.40.29
pkgver=1.40.30
pkgrel=1
pkgdesc='A low-level interface to a growing number of Amazon Web Services (mingw-w64)'
arch=('any')
@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('4e5207acef693167bb99c08a4c24d3e9405cb9669999e272a473a04cf2ba9df9')
sha256sums=('8a74f77cfe5c519826d22f7613f89544cbb8491a1a49d965031bd997f89a8e3f')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"