Skip to content

Commit 3f55b7b

Browse files
committed
python-{boto3,botocore}: update to 1.42.7
1 parent 62003f6 commit 3f55b7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mingw-w64-python-boto3/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=boto3
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=1.42.6
6+
pkgver=1.42.7
77
pkgrel=1
88
pkgdesc='The AWS SDK for Python (mingw-w64)'
99
arch=('any')
@@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
2323
"${MINGW_PACKAGE_PREFIX}-python-installer"
2424
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
2525
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
26-
sha256sums=('11dab889a24f378af6c93afd4aa06d7cace3866cbf02e78c7a77e9a7fb41967a')
26+
sha256sums=('eda49046c0f6a21ac159f9b2d609e5cc70d1dd019b7ac9618eec99285282b3db')
2727

2828
build() {
2929
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

mingw-w64-python-botocore/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=botocore
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=1.42.6
6+
pkgver=1.42.7
77
pkgrel=1
88
pkgdesc='A low-level interface to a growing number of Amazon Web Services (mingw-w64)'
99
arch=('any')
@@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
2323
"${MINGW_PACKAGE_PREFIX}-python-installer"
2424
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
2525
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
26-
sha256sums=('ab389c6874dfbdc4c18de9b4a02d300cb6c7f6f2d4622c73e5965aeef80e570d')
26+
sha256sums=('cc401b4836eae2a781efa1d1df88b2e92f9245885a6ae1bf9a6b26bc97b3efd2')
2727

2828
build() {
2929
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

0 commit comments

Comments
 (0)