python-botocore: update to 1.34.6

This commit is contained in:
Mehdi Chinoune
2023-12-15 10:55:47 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent f0773039da
commit 65acb033d5

View File

@@ -3,11 +3,11 @@
_realname=botocore
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.31.41
pkgver=1.34.6
pkgrel=1
pkgdesc='A low-level interface to a growing number of Amazon Web Services (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'pypi: botocore'
)
@@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('4dad7c5a5e70940de54ebf8de3955450c1f092f43cacff8103819d1e7d5374fa')
sha256sums=('bfe587f48e154a3a836f85af165116b7d5dba9b3b746ce0b94e6d2ed1e06c206')
prepare() {
rm -rf python-build-${MSYSTEM} | true