diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-18 06:04:36 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-18 09:20:27 +0000 |
commit | ca0b83dc61b4a4377d4543ecdfa50fc2eb2485e5 (patch) | |
tree | c9cddcf3298c3acb1d997d0534a1e53ab0664d25 /community/py3-hypothesis | |
parent | 6fc136ea91112d0c553d992238894a12d1c60ebd (diff) | |
download | aports-ca0b83dc61b4a4377d4543ecdfa50fc2eb2485e5.tar.bz2 aports-ca0b83dc61b4a4377d4543ecdfa50fc2eb2485e5.tar.xz |
community/py3-hypothesis: upgrade to 5.10.0
Diffstat (limited to 'community/py3-hypothesis')
-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 61569af07f..98a9b1f205 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=5.9.1 +pkgver=5.10.0 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" options="!check" @@ -35,4 +35,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="ecb152e8c7f5910cf95c95571d39f33a2f38083c4ef4ad86674f312d0f413307863d8a15ccfa3a0cf0d4d058c175bdd51354cdc08e2bf5825bff5bc936ae2ca2 py-hypothesis-5.9.1.tar.gz" +sha512sums="6ad24a568e494c36235961afcdf6867338c04a69b256d46f8c60eeecee6e54197af4903cc539fde1fa1a16a00a12682aa5fe8ce7830b473f1040703545125658 py-hypothesis-5.10.0.tar.gz" |