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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Sat Nov 20 11:52:33 UTC 2021


    Date: Saturday, November 20, 2021 @ 11:52:33
  Author: yan12125
Revision: 1052847

upgpkg: python-moto 2.2.15-1 with a backported fix from https://github.com/spulec/moto/pull/4604

Modified:
  python-moto/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-20 11:52:10 UTC (rev 1052846)
+++ PKGBUILD	2021-11-20 11:52:33 UTC (rev 1052847)
@@ -4,7 +4,7 @@
 pkgname=python-moto
 _pkgname=moto
 # https://github.com/spulec/moto/blob/master/CHANGELOG.md
-pkgver=2.2.13
+pkgver=2.2.15
 pkgrel=1
 pkgdesc='Moto is a library to mock out the boto library.'
 arch=(any)
@@ -41,14 +41,17 @@
 checkdepends+=(python-yaml python-jose python-docker 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=('ad4d0f1fbe9a7ff91246308079c578a45e3e1315aedf7db1c2cae5d3f2211718'
-            '4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
+        sdist-no-pyc.diff
+        fix-batch-logs.patch::https://github.com/spulec/moto/commit/c7a9dc32e0bcd92097775aadf48d42d630917544.patch)
+sha256sums=('c5692058863803d8a17e422cea48f6f745895760a4be05cd479c0b481cc8e3b0'
+            '4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208'
+            '6640daff14da0fc63cc0ddffcbdcb5faf847bb66b712c506078cbe4d13c0972f')
 
 prepare() {
   cd $_pkgname-$pkgver
 
   patch -Np1 -i ../sdist-no-pyc.diff
+  patch -Np1 -i ../fix-batch-logs.patch
 
   # Remove upper bounds of dependencies
   sed --in-place=.orig -r 's#,?<[0-9.]+,?##;s#==([0-9.]+)#>=\1#' setup.py



More information about the arch-commits mailing list