Date: Saturday, March 11, 2023 @ 12:03:34 Author: yan12125 Revision: 1418675
upgpkg: python-moto 4.1.4-1 Modified: python-moto/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-11 11:47:55 UTC (rev 1418674) +++ PKGBUILD 2023-03-11 12:03:34 UTC (rev 1418675) @@ -4,12 +4,7 @@ pkgname=python-moto _pkgname=moto # https://github.com/spulec/moto/blob/master/CHANGELOG.md -# UPDATE_BLOCKED: blocked as python-botocore is blocked -# moto >= 4.1.2 uses Kinesis parameter StreamARN [1], which -# needs botocore >= 1.29.31 [2] -# [1] https://github.com/getmoto/moto/pull/5893 -# [2] https://github.com/boto/botocore/commit/6ec3e288fb859236fa046026ccadbafb9a7d5118 -pkgver=4.1.1 +pkgver=4.1.4 pkgrel=1 pkgdesc='Moto is a library to mock out the boto library.' arch=(any) @@ -50,7 +45,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=('6c45755e541a85e5382f809c75255d0b6335de334e7e8eb717f8fdc755830a8c') +sha256sums=('304cb19eee0019cd13f7d87ca590a4694677469c383ab8f8439fcb6717c47037') prepare() { cd $_pkgname-$pkgver
