[arch-commits] Commit in python-moto/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Sat Jul 17 15:22:45 UTC 2021


    Date: Saturday, July 17, 2021 @ 15:22:45
  Author: yan12125
Revision: 978368

upgpkg: python-moto 2.1.0-1; update optdepends

The ssm module no longer needs cfn-lint. See https://github.com/spulec/moto/pull/4072

Modified:
  python-moto/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-17 15:22:19 UTC (rev 978367)
+++ PKGBUILD	2021-07-17 15:22:45 UTC (rev 978368)
@@ -3,7 +3,7 @@
 
 pkgname=python-moto
 _pkgname=moto
-pkgver=2.0.11
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Moto is a library to mock out the boto library.'
 arch=(any)
@@ -28,7 +28,7 @@
   'python-docker: for awslambda, batch, cloudformation, dynamodb2, dynamodbstreams, ec2, ses, sns, sqs and ssm'
   'python-jsondiff: for iotdata'
   'python-aws-xray-sdk: for xray'
-  'python-cfn-lint: for cloudformation and ssm'
+  'python-cfn-lint: for cloudformation'
   'python-sshpubkeys: for ec2'
   'python-flask: for moto_server'
   'python-flask-cors: for moto_server'
@@ -37,7 +37,7 @@
                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=('569049a42bc63b6c4702fda0fee952e4d0088cd7f4989aa8eaaae0b222f7a2a1'
+sha256sums=('ab4f094bf50885c7e593c9d0a27756eeb522c916d6f58c02437cb3654835f8dd'
             '4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
 
 prepare() {




More information about the arch-commits mailing list