Date: Thursday, May 14, 2020 @ 18:41:48 Author: felixonmars Revision: 627970
upgpkg: python-hypothesis 5.14.0-1 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-14 18:29:09 UTC (rev 627969) +++ PKGBUILD 2020-05-14 18:41:48 UTC (rev 627970) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=5.13.1 +pkgver=5.14.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=('2674865842d8610b61ed2b7ad1baf9e787d816e8e1a26886227b42803b882f6395d81fafac3e6ce9592e378ad3370139a1c206220c990d5fe5276adb0b1b9fe7') +sha512sums=('b4726fc1047613825e901b38597731cfd1b09e43b71cab172f7c892c97cca22450378434c0f1be9abd4061a80f68dd693fb13cd972c0a3dbc237e7fad1a50d9a') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
