[arch-commits] Commit in python-moto/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at gemini.archlinux.org
Thu Nov 11 15:03:39 UTC 2021
Date: Thursday, November 11, 2021 @ 15:03:39
Author: yan12125
Revision: 1042171
upgpkg: python-moto 2.2.13-1
Some test warnings are due to incompatibility between (bundled)
HTTPretty and docker-py [1]. I don't plan to dig deeper as HTTPretty
will no longer be used in moto 3.0 [2,3].
[1] https://github.com/gabrielfalcao/HTTPretty/issues/311
[2] https://github.com/spulec/moto/pull/4378
[3] https://github.com/spulec/moto/issues/4526
Modified:
python-moto/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-11 14:52:27 UTC (rev 1042170)
+++ PKGBUILD 2021-11-11 15:03:39 UTC (rev 1042171)
@@ -4,7 +4,7 @@
pkgname=python-moto
_pkgname=moto
# https://github.com/spulec/moto/blob/master/CHANGELOG.md
-pkgver=2.2.12
+pkgver=2.2.13
pkgrel=1
pkgdesc='Moto is a library to mock out the boto library.'
arch=(any)
@@ -42,7 +42,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=('e83ff38cbbf901a11b21c344c101f6e18810868145e2e2f8ff34857025f06a5f'
+sha256sums=('ad4d0f1fbe9a7ff91246308079c578a45e3e1315aedf7db1c2cae5d3f2211718'
'4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
prepare() {
More information about the arch-commits
mailing list