Date: Wednesday, February 12, 2020 @ 17:32:19 Author: felixonmars Revision: 569547
upgpkg: python-aioresponses 0.6.2-1 Modified: python-aioresponses/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-12 17:25:49 UTC (rev 569546) +++ PKGBUILD 2020-02-12 17:32:19 UTC (rev 569547) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-aioresponses -pkgver=0.6.1 -pkgrel=3 +pkgver=0.6.2 +pkgrel=1 pkgdesc="A helper to mock/fake web requests in python aiohttp package." url="https://github.com/pnuckowski/aioresponses" license=('MIT') @@ -11,7 +11,7 @@ makedepends=('python-pbr') checkdepends=('python-pytest-runner' 'python-ddt' 'python-asynctest') source=("$pkgname-$pkgver.tar.gz::https://github.com/pnuckowski/aioresponses/archive/$pkgver.tar.gz") -sha512sums=('e1d397bf0aca459322cffa0fb07989c155d4a433c62600e5c995b21a259fb84a52e1f88fd5c8b544458a645d658651501e68cd7e81e215dac3762cab59b42cac') +sha512sums=('424f7021ccdd69fc3a9ef332106a511ae846094ad583deccb80be20bcb560eb5dd5580b972f0782cb87d0acefd025af208ddc81851ed5607649cd44bed68dfe4') prepare() { export PBR_VERSION=$pkgver
