diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-12 10:23:35 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-12 14:17:25 -0300 |
commit | 27766e418e92f99ebec7ce8ec15b9b428ef5e183 (patch) | |
tree | 6094fb98d84ae891c583a14fb2761e66d9aa432e /community/py-hypothesis | |
parent | b296868f9449f3f5e20336d6045914ba9ea54577 (diff) | |
download | aports-27766e418e92f99ebec7ce8ec15b9b428ef5e183.tar.bz2 aports-27766e418e92f99ebec7ce8ec15b9b428ef5e183.tar.xz |
community/py-hypothesis: upgrade to 4.28.1
Diffstat (limited to 'community/py-hypothesis')
-rw-r--r-- | community/py-hypothesis/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-hypothesis/APKBUILD b/community/py-hypothesis/APKBUILD index 602d0bc644..20e6d9478e 100644 --- a/community/py-hypothesis/APKBUILD +++ b/community/py-hypothesis/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Drew DeVault <sir@cmpwn.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py-hypothesis -pkgver=4.28.0 +pkgver=4.28.1 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -72,4 +72,4 @@ _py() { $_python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="23d83324975896488d2b9575fd5ce76fb1611f4e28fc8cec2841a8122ef02826b5112e57cf54cd497fb90bfa162e22ac2e2ba915e3742bb00fbaf8903483685c py-hypothesis-4.28.0.tar.gz" +sha512sums="23de2cc187f3e5bacd082b1e1c7263bf2f9ea4f7a4310f64d85170de2196d797fd33d6925850eb768d1c1817f537967c0a89a7f59df13c98d480b2e9261729b9 py-hypothesis-4.28.1.tar.gz" |