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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Fri Feb 11 02:45:04 UTC 2022


    Date: Friday, February 11, 2022 @ 02:45:03
  Author: yan12125
Revision: 1131665

upgpkg: python-moto 3.0.3-1

See https://github.com/spulec/moto/commit/094d00a37a9a0e75fbcda4b695bf4dadd1f0c923#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R84
for the new optdepends

Modified:
  python-moto/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-11 02:23:35 UTC (rev 1131664)
+++ PKGBUILD	2022-02-11 02:45:03 UTC (rev 1131665)
@@ -4,7 +4,7 @@
 pkgname=python-moto
 _pkgname=moto
 # https://github.com/spulec/moto/blob/master/CHANGELOG.md
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc='Moto is a library to mock out the boto library.'
 arch=(any)
@@ -24,7 +24,7 @@
 # Note that _dep_python_jose_ecdsa_pin and _dep_idna are excluded as they are pins and
 # not used by moto.
 optdepends=(
-  'python-yaml: for cloudformation, s3 and ssm'
+  'python-yaml: for apigatewayv2, cloudformation, s3 and ssm'
   'python-jose: for apigateway and cognitoidp'
   # SNS and SQS still uses docker indirectly, while upstream explicitly removes them
   # https://github.com/spulec/moto/pull/4094
@@ -41,7 +41,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=('bd9d68a1f3985241444c314ac129a27efbe7f9b0a2ffa350031bbde743589399'
+sha256sums=('fa3fbdc22c55d7e70b407e2f2639c48ac82b074f472b167609405c0c1e3a2ccb'
             '4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
 
 prepare() {



More information about the arch-commits mailing list