Date: Friday, July 31, 2020 @ 07:10:50 Author: felixonmars Revision: 666054
upgpkg: python-hypothesis 5.23.6-1 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-31 07:05:14 UTC (rev 666053) +++ PKGBUILD 2020-07-31 07:10:50 UTC (rev 666054) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=5.23.5 +pkgver=5.23.6 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=('any') @@ -18,9 +18,9 @@ checkdepends=('python-pytest-runner' '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-typing_extensions' 'python-black') source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz") -sha512sums=('96ac3f6f69e1f1a2878177519df435ec2821aa5fef7f9f9fef92a7b845f19f78b647f6a6d3d371ab19d0f7187a2186a3d2b5581eb71c92b1cb7b61faf4e04ad9') +sha512sums=('29e7bbc5424563efe014c7cf82dd3e8262bd876228afe2ad2dd77116a52adc42e153b4566f9f7c6e921b56ddf6fda26e88dfe92377c912813031efdeadd5adf1') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
