diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-01 17:38:50 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-01 20:36:12 +0100 |
commit | b4bd020971153b155ba57fd5ec226237e05c9d36 (patch) | |
tree | cbf78629b75900709d8b5b7fe6329a5d3b9325e1 /community/py3-hypothesis/APKBUILD | |
parent | 7c4d5caee472bf0e011b35742ed81d896a7b1d54 (diff) | |
download | aports-b4bd020971153b155ba57fd5ec226237e05c9d36.tar.bz2 aports-b4bd020971153b155ba57fd5ec226237e05c9d36.tar.xz |
community/py3-hypothesis: upgrade to 5.0.0
Diffstat (limited to 'community/py3-hypothesis/APKBUILD')
-rw-r--r-- | community/py3-hypothesis/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-hypothesis/APKBUILD b/community/py3-hypothesis/APKBUILD index f25c30f894..e0de62b402 100644 --- a/community/py3-hypothesis/APKBUILD +++ b/community/py3-hypothesis/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Drew DeVault <sir@cmpwn.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-hypothesis -pkgver=4.57.1 +pkgver=5.0.0 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -40,4 +40,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="28622ce8a1d89d09df65f3fbf7e92a1ad98dac140ab646fe11fcb15e6aa9a9672eb51d459f984384d92b819f902de911b06cec2542582d529dd556d2f99ed952 py-hypothesis-4.57.1.tar.gz" +sha512sums="3bc857f8f50e4f9fcfac9cb8c9fcce1347ab07f18edd78adb29a751342505061d5964eae4fce94bc2cb4e9539c3f20d682f9a2adfd517f464f42475a3aa78782 py-hypothesis-5.0.0.tar.gz" |