Date: Friday, April 21, 2023 @ 18:56:57 Author: arojas Revision: 1448188
upgpkg: python-hypothesis 6.72.0-1: Update to 6.72.0 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-21 18:45:54 UTC (rev 1448187) +++ PKGBUILD 2023-04-21 18:56:57 UTC (rev 1448188) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=6.59.0 -pkgrel=3 +pkgver=6.72.0 +pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=('any') license=('MPL') @@ -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=('8d189576a45dc527c2adc0b36781a9323292aa3ed61ab1e0747c379d170c8a1907b787889ceb767d4814422d158c3cdd542360e75295605805b22d832a999777') +sha512sums=('7d5cdf91114a34267edcca10295ee84005f2799ed58e7125c584fcc49171e60383a80c7a0040e41d24b3225113cb354966d40f61c94a28bcdbd596582577372b') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
