Date: Wednesday, February 24, 2021 @ 10:07:22 Author: felixonmars Revision: 871169
upgpkg: python-hypothesis 6.3.1-1 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-24 10:07:12 UTC (rev 871168) +++ PKGBUILD 2021-02-24 10:07:22 UTC (rev 871169) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=6.3.0 +pkgver=6.3.1 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=('23f4a75232abf80cd0cafe52b0ccfc47aa79f95687efeb70f30303be611192ea3fb287aaa8c9b25806c64e75b3e0fca685eb73711e170873c9c8b3af925f65e8') +sha512sums=('6b595942ecb27684f97efb84b1c671bfcd77040516d83cb568e08a47a7add13aeb5c4f47e2e2cd3d84c52911f271d07382e4607cfcdbc751dc754bfbfb07336b') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
