Date: Thursday, May 7, 2020 @ 05:57:47 Author: felixonmars Revision: 625253
upgpkg: python-httpretty 1.0.1-1 Modified: python-httpretty/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-07 05:57:18 UTC (rev 625252) +++ PKGBUILD 2020-05-07 05:57:47 UTC (rev 625253) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-httpretty -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="HTTP client mock for Python" arch=('any') @@ -12,7 +12,7 @@ checkdepends=('python-nose' 'python-coverage' 'python-eventlet' 'python-freezegun' 'python-httplib2' 'python-redis' 'python-rednose' 'python-requests' 'python-sure' 'python-tornado') source=("$pkgname-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz") -sha512sums=('3f34af2c67d4b30e7f4a241f6f47416350313787f571ec4f5603a99be4a2fbbd3c977767422f4460da4009e6b9fa8dac8f408b02917525a5628dd63b1e29058b') +sha512sums=('c66cbfdd6a80a9fed9cd39b92ce3cc51b671b413035c947aecf28be701541b4159f303d268d338c055e1b55904b381be7388ba804a8b76aa93e6381710aaeffe') check() { cd HTTPretty-$pkgver
