Date: Monday, December 19, 2022 @ 15:28:09 Author: yan12125 Revision: 1361602
upgpkg: python-moto 4.0.12-1; cleanup deps * python-pytz is not needed after https://github.com/spulec/moto/pull/5749 * python-mock is not needed after https://github.com/spulec/moto/pull/5775 - see also https://archlinux.org/todo/drop-python-mock-checkdepends/ Modified: python-moto/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-19 15:27:57 UTC (rev 1361601) +++ PKGBUILD 2022-12-19 15:28:09 UTC (rev 1361602) @@ -4,7 +4,7 @@ pkgname=python-moto _pkgname=moto # https://github.com/spulec/moto/blob/master/CHANGELOG.md -pkgver=4.0.11 +pkgver=4.0.12 pkgrel=1 pkgdesc='Moto is a library to mock out the boto library.' arch=(any) @@ -15,12 +15,12 @@ # I use the correct dependency in python-aws-xray-sdk, so python-setuptools is not needed here. # [1] https://github.com/spulec/moto/pull/4142 depends=(python python-boto3 python-botocore python-cryptography python-requests python-xmltodict - python-werkzeug python-pytz python-dateutil python-responses + python-werkzeug python-dateutil python-responses python-jinja # urllib3 is used by cfnresponse.py, not directly by moto - just to make namcap happy python-urllib3) # See reqquirements-test.txt, excluding pytest-cov -checkdepends=(python-pytest python-sure python-freezegun python-mock) +checkdepends=(python-pytest python-sure python-freezegun) # Below are optional dependencies. The order matches _dep_* items in upstream `setup.py`. # Note that _dep_python_jose_ecdsa_pin and _dep_idna are excluded as they are pins and # not used by moto. @@ -44,7 +44,7 @@ python-graphql-core python-jsondiff python-aws-xray-sdk python-cfn-lint python-sshpubkeys python-pyparsing python-flask python-flask-cors) source=("https://files.pythonhosted.org/packages/source/m/moto/moto-${pkgver}.tar.gz") -sha256sums=('a6388de4a746e0b509286e1d7e70f86900b4f69ec65f6c92c47e570f95d05b14') +sha256sums=('30f8f31658f18cdb15eb626c8cb3a07520f0d8c2193226fbcb3326ae12fba246') prepare() { cd $_pkgname-$pkgver
