From 3f72a7f4e9f85a96ca8cc462133aa4de65640eae Mon Sep 17 00:00:00 2001 From: Sarah Ottinger Date: Sun, 23 May 2021 17:53:07 -0700 Subject: [PATCH] boto3 bump --- mingw-w64-python-boto3/PKGBUILD | 4 ++-- mingw-w64-python-botocore/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mingw-w64-python-boto3/PKGBUILD b/mingw-w64-python-boto3/PKGBUILD index 7c9652010f..cb09f4f560 100644 --- a/mingw-w64-python-boto3/PKGBUILD +++ b/mingw-w64-python-boto3/PKGBUILD @@ -3,7 +3,7 @@ _realname=boto3 pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.17.76 +pkgver=1.17.78 pkgrel=1 pkgdesc='The AWS SDK for Python (mingw-w64)' arch=('any') @@ -13,7 +13,7 @@ license=('Apache') depends=("${MINGW_PACKAGE_PREFIX}-python-s3transfer") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://github.com/boto/boto3/archive/$pkgver.tar.gz") -sha256sums=('150f5a15d123aed966952139f0cdea1209494d3a7c3c572b52d5ca6a2ab4380e') +sha256sums=('63302968cb44a22781ec74734fb5bbc6608b399268570a220284b268ee8a8437') prepare() { cd "$srcdir" diff --git a/mingw-w64-python-botocore/PKGBUILD b/mingw-w64-python-botocore/PKGBUILD index c4e215224c..ea751ffbb7 100644 --- a/mingw-w64-python-botocore/PKGBUILD +++ b/mingw-w64-python-botocore/PKGBUILD @@ -3,7 +3,7 @@ _realname=botocore pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.20.76 +pkgver=1.20.78 pkgrel=1 pkgdesc='A low-level interface to a growing number of Amazon Web Services (mingw-w64)' arch=('any') @@ -13,7 +13,7 @@ license=('Apache') depends=("${MINGW_PACKAGE_PREFIX}-python-dateutil" "${MINGW_PACKAGE_PREFIX}-python-docutils" "${MINGW_PACKAGE_PREFIX}-python-jmespath" "${MINGW_PACKAGE_PREFIX}-python-urllib3") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("$url/archive/$pkgver.tar.gz") -sha256sums=('6bd8e2a8dee5bd2417d0c17d98e531596c852c94edc31fc82f8389006877968f') +sha256sums=('6b629140f79af9f630dc3ed5166d4b9ef9758f9babe65799bffee974d9d53af2') prepare() { cd "$srcdir"