[arch-commits] Commit in python-moto/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at gemini.archlinux.org
Sat Dec 11 02:58:36 UTC 2021
Date: Saturday, December 11, 2021 @ 02:58:35
Author: yan12125
Revision: 1068172
upgpkg: python-moto 2.2.17-1
Modified:
python-moto/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-11 02:29:30 UTC (rev 1068171)
+++ PKGBUILD 2021-12-11 02:58:35 UTC (rev 1068172)
@@ -4,8 +4,8 @@
pkgname=python-moto
_pkgname=moto
# https://github.com/spulec/moto/blob/master/CHANGELOG.md
-pkgver=2.2.15
-pkgrel=3
+pkgver=2.2.17
+pkgrel=1
pkgdesc='Moto is a library to mock out the boto library.'
arch=(any)
url='https://github.com/spulec/moto'
@@ -42,16 +42,16 @@
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
- fix-batch-logs.patch::https://github.com/spulec/moto/commit/c7a9dc32e0bcd92097775aadf48d42d630917544.patch)
-sha256sums=('c5692058863803d8a17e422cea48f6f745895760a4be05cd479c0b481cc8e3b0'
+ "$pkgname-fix-sqs-tests.patch"::"https://github.com/spulec/moto/commit/cbfe962b707ae039579247d23e6d20efa259eaaf.patch")
+sha256sums=('221ebd16b41b3ae157554ca5e540a8c1b4b1c93443cbf854c1f04751194c51b6'
'4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208'
- '6640daff14da0fc63cc0ddffcbdcb5faf847bb66b712c506078cbe4d13c0972f')
+ 'e10558c48beac34846c5fb556c23c80d2e249d89746b9972484ee9db820c2123')
prepare() {
cd $_pkgname-$pkgver
patch -Np1 -i ../sdist-no-pyc.diff
- patch -Np1 -i ../fix-batch-logs.patch
+ patch -Np1 -i ../$pkgname-fix-sqs-tests.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