Date: Sunday, April 25, 2021 @ 15:26:51 Author: felixonmars Revision: 924242
upgpkg: python-hypothesis 6.8.11-1 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-25 15:26:46 UTC (rev 924241) +++ PKGBUILD 2021-04-25 15:26:51 UTC (rev 924242) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-hypothesis -pkgver=6.8.10 +pkgver=6.8.11 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=('any') @@ -21,7 +21,7 @@ 'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 'python-coverage' 'python-typing_extensions' 'python-black' 'python-fakeredis' 'python-libcst') source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz") -sha512sums=('e98654175333ff169683633c070b20709648d322e1cbed9c0f004a8cffd12e6398c5e93372f59a33dc344b3ce08f3d278ca0866cba70b0ecb672f632f0149f94') +sha512sums=('07e90917421559482d35debf920e9016028ac24fabda85592d50b1ff730c8dbea2e9c1a180e4a7769a45a01a15fd7e35afce8bf1b423af072a6f882e7803b546') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver