Date: Saturday, March 14, 2020 @ 22:10:58 Author: felixonmars Revision: 597361
upgpkg: python-hypothesis 5.5.0-1 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-14 22:10:37 UTC (rev 597360) +++ PKGBUILD 2020-03-14 22:10:58 UTC (rev 597361) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=5.4.2 +pkgver=5.5.0 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=('any') @@ -19,7 +19,7 @@ 'python-flaky' 'python-django' 'python-mock' 'python-pandas' 'python-dpcontracts' 'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 'python-coverage') source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz") -sha512sums=('d27b7cc82c1eb1c4d5c8f4aabd3af08eb249e4d5d54589468a3b99791d74b2d29ba277d9324e5b8027fd27eecf679c1c9347297d1592eb843b98541bcfd19c68') +sha512sums=('302211f91be253e15bb84c81e80e72c6de41c3a640569363aeac27b2650e569275f9614a678beb9e03f1e97090de4eab7954bc39b55a4324be0ef0b45daf5228') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
