Date: Tuesday, January 5, 2021 @ 15:52:56 Author: ffy00 Revision: 809398
upgpkg: python-hypothesis 5.47.0-1 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-05 15:52:51 UTC (rev 809397) +++ PKGBUILD 2021-01-05 15:52:56 UTC (rev 809398) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-hypothesis -pkgver=5.43.9 +pkgver=5.47.0 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=('any') @@ -13,14 +13,15 @@ 'python-django: for django module' 'python-numpy: for numpy module' 'python-pytest: for pytest module' - 'python-lark-parser: for lark module') + 'python-lark-parser: for lark module' + 'python-libcst: for codemods module') makedepends=('python-setuptools') checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 'python-faker' 'python-flaky' 'python-django' 'python-mock' 'python-pandas' 'python-dpcontracts' 'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 'python-coverage' - 'python-typing_extensions' 'python-black' 'python-fakeredis') + '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=('1040dd8065604c175c5c138846c050ea1c28c5823e9ba17ffee67edfbae9a3ea071d9db40c844735513d2c7f1168aa6fef8d3fc3a3774cc49b6889b77816008b') +sha512sums=('6a72469f0c2d0f16ddb56846a96f584104e726e4cd459abe30a744aef20ff50811e00e2a0feb72a3e3e6a3c6c7a7bf15be7c633640350e3bd550ad145c97c693') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver