Date: Tuesday, June 7, 2022 @ 04:30:00 Author: yan12125 Revision: 1227169
upgpkg: python-moto 3.1.12-1 Modified: python-moto/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-06 22:30:50 UTC (rev 1227168) +++ PKGBUILD 2022-06-07 04:30:00 UTC (rev 1227169) @@ -4,7 +4,7 @@ pkgname=python-moto _pkgname=moto # https://github.com/spulec/moto/blob/master/CHANGELOG.md -pkgver=3.1.8 +pkgver=3.1.12 pkgrel=1 pkgdesc='Moto is a library to mock out the boto library.' arch=(any) @@ -25,23 +25,25 @@ # not used by moto. optdepends=( 'python-yaml: for apigatewayv2, cloudformation, s3 and ssm' - 'python-jose: for apigateway and cognitoidp' + 'python-jose: for apigateway, cloudformation and cognitoidp' + 'python-openapi-spec-validator: for apigateway and cloudformation' # 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-graphql-core: For appsync and cloudformation' + 'python-jsondiff: for iotdata and cloudformation' + 'python-aws-xray-sdk: for xray and cloudformation' 'python-cfn-lint: for cloudformation' - 'python-sshpubkeys: for ec2 and efs' - 'python-pyparsing: for glue' + 'python-sshpubkeys: for ec2, ebs, efs, directoryservice and cloudformation' + 'python-pyparsing: for glue and cloudformation' 'python-flask: for moto_server' 'python-flask-cors: for moto_server' ) -checkdepends+=(python-yaml python-jose python-docker python-graphql-core python-jsondiff python-aws-xray-sdk +checkdepends+=(python-yaml python-jose python-openapi-spec-validator python-docker + python-graphql-core python-jsondiff python-aws-xray-sdk python-cfn-lint python-sshpubkeys python-pyparsing python-flask python-flask-cors) source=("https://files.pythonhosted.org/packages/source/m/moto/moto-${pkgver}.tar.gz") -sha256sums=('bde95005ec42a88448a98809397030f9e886387f469dcd2fcbc7f38d75858872') +sha256sums=('c6f407715b7babd1ff7796576ba8d873870d9fe6aa4d32664554a6116cc55afb') prepare() { cd $_pkgname-$pkgver
