Skip to content

Commit b8c5feb

Browse files
committed
python-{boto3,botocore}: update to 1.42.6
1 parent fe915ec commit b8c5feb

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.4
6+
pkgver=1.42.6
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=('65f0d98a3786ec729ba9b5f70448895b2d1d1f27949aa7af5cb4f39da341bbc4')
26+
sha256sums=('11dab889a24f378af6c93afd4aa06d7cace3866cbf02e78c7a77e9a7fb41967a')
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.4
6+
pkgver=1.42.6
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=('d4816023492b987a804f693c2d76fb751fdc8755d49933106d69e2489c4c0f98')
26+
sha256sums=('ab389c6874dfbdc4c18de9b4a02d300cb6c7f6f2d4622c73e5965aeef80e570d')
2727

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

0 commit comments

Comments
 (0)