python-boto3: update to 1.26.77

This commit is contained in:
Mehdi Chinoune
2023-02-22 21:18:22 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 0ce493adb1
commit 3feb455aef

View File

@@ -3,7 +3,7 @@
_realname=boto3
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.26.76
pkgver=1.26.77
pkgrel=1
pkgdesc='The AWS SDK for Python (mingw-w64)'
arch=('any')
@@ -15,7 +15,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-botocore"
"${MINGW_PACKAGE_PREFIX}-python-s3transfer")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://github.com/boto/boto3/archive/$pkgver.tar.gz")
sha256sums=('ae4d26326491ca564127454f6f2089a75866bdaa5a127821186ae38b4cf76283')
sha256sums=('7ac6d96e5416d622034f21f459227fc5b92e3e3ddd939bb34737685b56217cb1')
prepare() {
rm -rf python-build-${MSYSTEM} | true