From 8ecf6a6dca1359fce4bcb26f7b2cd57dd83eb173 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 12 Aug 2023 06:30:12 +0000 Subject: [PATCH] python-boto3: update to 1.28.41 --- mingw-w64-python-boto3/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-boto3/PKGBUILD b/mingw-w64-python-boto3/PKGBUILD index f3f462c761..72d84faeff 100644 --- a/mingw-w64-python-boto3/PKGBUILD +++ b/mingw-w64-python-boto3/PKGBUILD @@ -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