python-{boto3,botocore}: update to 1.40.44

This commit is contained in:
Dirk Stolle 2025-10-03 02:18:36 +02:00
parent 45c13be6e6
commit e378b3384f
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.40
pkgver=1.40.44
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=('f384d3a0410d0f1a4d4ae7aa69c41d0549c6ca5a76667dc25fc97d50ad6db740')
sha256sums=('84ade2a253e5445902d2cb2064f48aedf9ba83d6f863244266c2e36c2f190cec')
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.40
pkgver=1.40.44
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=('78eb121a16a6481ed0f6e1aebe53a4f23aa121f34466846c13a5ca48fa980e31')
sha256sums=('8f6f96ef053dcdfe79c14dfee303c0d381608c111696862fafc6e38402ccf8fe')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"