Date: Thursday, March 25, 2021 @ 18:56:08 Author: felixonmars Revision: 903378
upgpkg: python-hypothesis 6.7.0-1 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-25 18:55:43 UTC (rev 903377) +++ PKGBUILD 2021-03-25 18:56:08 UTC (rev 903378) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=6.6.1 +pkgver=6.7.0 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=('2fc313dba7a3bcfb0c5bf28a9ab6aca68eed5801b32e7d53a3fea54c6c0d5a7f75772db0ced02a1a3c66eb04e6ac854797f39d5bd694d2bb4cd31fab22a13fe0') +sha512sums=('fd57845f696117eb5d97f533443c60446adb95eb4dabc772c84eed268c2942001fecfc1460b42c2a83fdaec88176ff87a881f925a6e6ab5485b44f0878054d2d') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
