Date: Sunday, January 17, 2021 @ 18:51:54 Author: felixonmars Revision: 821572
upgpkg: python-aresponses 2.1.1-1 Modified: python-aresponses/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-17 18:41:51 UTC (rev 821571) +++ PKGBUILD 2021-01-17 18:51:54 UTC (rev 821572) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-aresponses -pkgver=2.1.0 +pkgver=2.1.1 pkgrel=1 pkgdesc="Asyncio http mocking. Similar to the responses library used for 'requests'" url="https://github.com/circleup/aresponses" @@ -9,8 +9,9 @@ arch=('any') depends=('python-aiohttp' 'python-pytest-asyncio') makedepends=('python-setuptools') +checkdepends=('python-pytest-cov') source=("https://github.com/circleup/aresponses/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('8dbfe403ee685bcc57fa2a0bfbfc97f43ab58f2d3c58455650067547a775be774efa009082e0a053ecc4ea3ac51917e3a9d07e6396ec6194b4a170364c7130d4') +sha512sums=('f851a793db00bfee9242b858178f01a0f3addfaf99efa9448b57d570083b81c059f14424d4eca019e9147aef0632549598120c64211939e14fd19dbfa7434843') build() { cd aresponses-$pkgver
