python-{boto3,botocore}: update to 1.40.33

This commit is contained in:
Dirk Stolle 2025-09-18 00:16:04 +02:00
parent cb01ffb0e2
commit 06ec4e208b
2 changed files with 4 additions and 4 deletions

View File

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

View File

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