Date: Sunday, January 16, 2022 @ 08:59:11 Author: yan12125 Revision: 1105956
upgpkg: python-moto 2.3.2-1 Modified: python-moto/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-16 08:30:54 UTC (rev 1105955) +++ PKGBUILD 2022-01-16 08:59:11 UTC (rev 1105956) @@ -4,7 +4,7 @@ pkgname=python-moto _pkgname=moto # https://github.com/spulec/moto/blob/master/CHANGELOG.md -pkgver=2.3.1 +pkgver=2.3.2 pkgrel=1 pkgdesc='Moto is a library to mock out the boto library.' arch=(any) @@ -31,6 +31,7 @@ # SNS and SQS still uses docker indirectly, while upstream explicitly removes them # https://github.com/spulec/moto/pull/4094 'python-docker: for awslambda, batch, cloudformation, dynamodb2 and dynamodbstreams' + 'python-graphql-core: For appsync' 'python-jsondiff: for iotdata' 'python-aws-xray-sdk: for xray' 'python-cfn-lint: for cloudformation' @@ -38,11 +39,11 @@ 'python-flask: for moto_server' 'python-flask-cors: for moto_server' ) -checkdepends+=(python-yaml python-jose python-docker python-jsondiff python-aws-xray-sdk +checkdepends+=(python-yaml python-jose python-docker python-graphql-core python-jsondiff python-aws-xray-sdk python-cfn-lint python-sshpubkeys python-flask python-flask-cors) source=("https://files.pythonhosted.org/packages/source/m/moto/moto-${pkgver}.tar.gz" sdist-no-pyc.diff) -sha256sums=('477e6a94c5e940c649c1276276afe6e041a068943a6969009dcca69aa1e7463a' +sha256sums=('eaaed229742adbd1387383d113350ecd9222fc1e8f5611a9395a058c1eee4377' '4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208') prepare() {
