Date: Saturday, May 22, 2021 @ 02:09:22 Author: yan12125 Revision: 941149
upgpkg: python-moto 2.0.8-1 zipp is no longer an dependency since https://github.com/spulec/moto/pull/3940 Modified: python-moto/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-22 01:18:43 UTC (rev 941148) +++ PKGBUILD 2021-05-22 02:09:22 UTC (rev 941149) @@ -3,7 +3,7 @@ pkgname=python-moto _pkgname=moto -pkgver=2.0.7 +pkgver=2.0.8 pkgrel=1 pkgdesc='Moto is a library to mock out the boto library.' arch=(any) @@ -14,7 +14,7 @@ depends=(python-boto3 python-botocore python-cryptography python-requests python-xmltodict python-six python-werkzeug python-pytz python-dateutil python-responses # Below dependencies varied with Python versions - python-jinja python-more-itertools python-setuptools python-zipp) + python-jinja python-more-itertools python-setuptools) # See reqquirements-test.txt, excluding pytest-cov checkdepends=(python-pytest python-sure python-freezegun # boto is vendored (#3503), but still imported in tests @@ -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=('4209ee3241df1160523a58a169d31d0c8aa10b7aa75894484de58cbfacf14523' +sha256sums=('812dcfdb460e6d43236f2c0f7774ede038716daef6db8a09dc5c16ea7e4de931' '4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208') prepare() {
