diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 17:13:25 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 17:58:15 -0300 |
commit | 006b422067bb7daf54e3281ac6268e821d26131c (patch) | |
tree | eab7ff9d74d525a5924e138237cfc230413ae757 /community | |
parent | 25efe882d1de54f7161c3dba8b4c77d486ab5c11 (diff) | |
download | aports-006b422067bb7daf54e3281ac6268e821d26131c.tar.bz2 aports-006b422067bb7daf54e3281ac6268e821d26131c.tar.xz |
community/py-hypothesis: upgrade to 4.27.0
Diffstat (limited to 'community')
-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 dbc7fdcf25..10150bd542 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.26.4 +pkgver=4.27.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="d1bbbd01020035bff092330579566d94684a1629d35075253a72e0961032123a70951d88e25307d4fb2dc68d5e10921a72426cb24c60a64b95e5c29c96d3a6f5 py-hypothesis-4.26.4.tar.gz" +sha512sums="466dfeac994b59f3781dcbffd76c8d8782cf7906f669ccf642b0085a4c5f1aad244e75e9aa2e170cb0c51207c476a490db8c4909bf88814583b468f649831103 py-hypothesis-4.27.0.tar.gz" |