diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-28 20:01:27 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-29 00:25:45 -0300 |
commit | d319efa4c5451b26ac0d22836e9893dd2ddfa4c3 (patch) | |
tree | b2aae9da9efa8acbe23b5f768d4456fba130c2ae /community/py-hypothesis | |
parent | 12a5a8cf8028421f404da9e6b4eb6f8026a77e5f (diff) | |
download | aports-d319efa4c5451b26ac0d22836e9893dd2ddfa4c3.tar.bz2 aports-d319efa4c5451b26ac0d22836e9893dd2ddfa4c3.tar.xz |
community/py-hypothesis: upgrade to 4.32.0
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 98bf4ebb20..14cfb468af 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.31.1 +pkgver=4.32.0 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="c10407dcfe85f06ed5300dbdae0c366f21ed8c432cffd9c2b42a42d09cd3c80c43229da1a91eaef61a60878f2422fec1a0465fbdec64bc0a38e7da1fb98e11ea py-hypothesis-4.31.1.tar.gz" +sha512sums="4ee80a2b0a4d6a84fecb63690c0e4556498b5c69d08656ae21232691baf3fe9eb087da482c065c1baae94729202043cf49a3166fd1cc1ace02e969ec40628d36 py-hypothesis-4.32.0.tar.gz" |