Date: Saturday, December 3, 2022 @ 16:54:33 Author: arojas Revision: 1356352
upgpkg: python-hypothesis 6.59.0-1: Update to 6.59.0 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-03 16:02:01 UTC (rev 1356351) +++ PKGBUILD 2022-12-03 16:54:33 UTC (rev 1356352) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=6.54.4 -pkgrel=3 +pkgver=6.59.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=('7e5b70cc2df874163205e3d35f3f5e6a71319e779b35f1596c69222373e9b766a143ccf37aa1699de6b98827978e44ccbca0b1e30e6ffe29c8b68c83bb3af869') +sha512sums=('8d189576a45dc527c2adc0b36781a9323292aa3ed61ab1e0747c379d170c8a1907b787889ceb767d4814422d158c3cdd542360e75295605805b22d832a999777') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
