python-{boto3,botocore}: update to 1.40.45

This commit is contained in:
Dirk Stolle 2025-10-04 03:04:13 +02:00
parent 430db3736c
commit f3c0aa22e9
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.44
pkgver=1.40.45
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=('84ade2a253e5445902d2cb2064f48aedf9ba83d6f863244266c2e36c2f190cec')
sha256sums=('e8d794dc1f01729d93dc188c90cf63cd0d32df8818a82ac46e641f6ffcea615e')
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.44
pkgver=1.40.45
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=('8f6f96ef053dcdfe79c14dfee303c0d381608c111696862fafc6e38402ccf8fe')
sha256sums=('cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"