python-boto3: update to 1.28.41

This commit is contained in:
Mehdi Chinoune
2023-08-12 06:30:12 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent dc93c6f0dd
commit 8ecf6a6dca

View File

@@ -3,8 +3,8 @@
_realname=boto3
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.26.160
pkgrel=2
pkgver=1.28.41
pkgrel=1
pkgdesc='The AWS SDK for Python (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -18,7 +18,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=('5218869eddeeb70efead1dd01037c3553dc7b268de3b80a0c3a2baeec2b97fc9')
sha256sums=('2f655ab7e577c7543f9ee4e42d98641ccf02230d2f33695a6b39617b765401f5')
prepare() {
rm -rf python-build-${MSYSTEM} | true