[arch-commits] Commit in python-moto/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sun Aug 16 01:08:24 UTC 2020
Date: Sunday, August 16, 2020 @ 01:08:23
Author: yan12125
Revision: 680476
python-moto: backport a commit for botocore 1.17.31 compatibility
Ref: https://github.com/spulec/moto/pull/3204
Ref: https://github.com/boto/botocore/commit/9e51708544202553035ccab20045326c6a7a0088#diff-3403240ce8cac856c25763ebe95c33ce
Modified:
python-moto/trunk/PKGBUILD
----------+
PKGBUILD | 3 +++
1 file changed, 3 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-16 01:07:10 UTC (rev 680475)
+++ PKGBUILD 2020-08-16 01:08:23 UTC (rev 680476)
@@ -23,6 +23,7 @@
$pkgname-regions.patch::https://github.com/spulec/moto/commit/bd777cad44dc0c0ec979c366fce228429d182e2f.patch
$pkgname-botocore-1.3.21.patch::https://github.com/spulec/moto/commit/4983f6af91c0ef20c997772168f27f988a7ce0e1.patch
$pkgname-botocore-1.3.24.patch::https://github.com/spulec/moto/commit/40f241adc212c1c113399534616427d3e2c1d47a.patch
+ $pkgname-botocore-1.17.31.patch::https://github.com/spulec/moto/commit/a9ac09952b31ddd9fb2ab5bf92bf603ca72e10d3.patch
cfnlint-0.32.1.diff
sdist-no-pyc.diff)
sha256sums=('e10412aa495af0f254d3944fd369e75a7c1bcc2f6940a7ea0a0cea34b2f8bf27'
@@ -29,6 +30,7 @@
'a6020fed84da5c8e7298d3c2750ed33c2b60befe3b9d451432b68d2f030bab93'
'74fe4c7610ad805e0fde46fb65bba7c5bbdcc52718e592bd04dd0a834734b64e'
'cf4ab97f705bfba537e5e5ac33c820c23c42ba0415ed7e2be670ddb42e6683ff'
+ '47d3c1eb97d2bbf2f0825463cc22a6b8d18598ef1829d0f89d61f9e76152925c'
'fcee0eb5c76619ac59382e15d8487c859bda63a8091cbc15cf31acb576752444'
'4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
@@ -38,6 +40,7 @@
patch -Np1 -i ../$pkgname-regions.patch
patch -Np1 -i ../$pkgname-botocore-1.3.21.patch
patch -Np1 -i ../$pkgname-botocore-1.3.24.patch
+ patch -Np1 -i ../$pkgname-botocore-1.17.31.patch
patch -Np1 -i ../cfnlint-0.32.1.diff
patch -Np1 -i ../sdist-no-pyc.diff
More information about the arch-commits
mailing list