Date: Tuesday, January 15, 2019 @ 03:19:32 Author: felixonmars Revision: 423122
upgpkg: python-hypothesis 4.0.0-1 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-15 03:06:02 UTC (rev 423121) +++ PKGBUILD 2019-01-15 03:19:32 UTC (rev 423122) @@ -2,7 +2,7 @@ pkgbase=python-hypothesis pkgname=('python-hypothesis' 'python2-hypothesis') -pkgver=3.88.3 +pkgver=4.0.0 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=('any') @@ -16,7 +16,7 @@ 'python2-mock' 'python-pandas' 'python2-pandas' 'python-dpcontracts' 'python2-dpcontracts' 'python-pytest-xdist' 'python2-pytest-xdist') source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz") -sha512sums=('c0df486f040380e1fd639ccec536d24a466bc63de808d5be39f76f8b65da7b899d3b0d568fe67524d60a392b888dd505350413b73a936dcc12bc3710fa923b8b') +sha512sums=('d9659539b4d31d1a918ec6edac9b1c2797f7e7ef7c0bc88864446d77de406909cb0df89c44ac1b400b4f7763563294bceefa8d8fc4b938af41850b45b41fd96c') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver