Date: Tuesday, July 27, 2021 @ 13:24:25 Author: yan12125 Revision: 987579
upgpkg: python-moto 2.2.0-1; python-six is no longer needed after [1] [1] https://github.com/spulec/moto/pull/3915 Modified: python-moto/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-27 13:16:30 UTC (rev 987578) +++ PKGBUILD 2021-07-27 13:24:25 UTC (rev 987579) @@ -3,7 +3,7 @@ pkgname=python-moto _pkgname=moto -pkgver=2.1.0 +pkgver=2.2.0 pkgrel=1 pkgdesc='Moto is a library to mock out the boto library.' arch=(any) @@ -12,7 +12,7 @@ # depends on python-setuptools as pkg_resources is used is several modules # NOTE: Keep the order of dependencies matching setup.py depends=(python-boto3 python-botocore python-cryptography python-requests python-xmltodict - python-six python-werkzeug python-pytz python-dateutil python-responses + python-werkzeug python-pytz python-dateutil python-responses # Below dependencies varied with Python versions python-jinja python-more-itertools python-setuptools) # See reqquirements-test.txt, excluding pytest-cov @@ -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=('ab4f094bf50885c7e593c9d0a27756eeb522c916d6f58c02437cb3654835f8dd' +sha256sums=('54824ad7fb5040d60558f7f34e0cb32e2de1d97612c03a1f9accfe3d5b94d2a6' '4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208') prepare() {
