diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-17 11:37:38 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-17 11:37:38 -0300 |
commit | 1eb06c78367430c9b36bd35a4292b497e42d2eb7 (patch) | |
tree | 2d8afc46ce2445bbe3dc6ed284afafafa44dabc0 /community/py3-hypothesis | |
parent | 171e679e801abe620b51310b66375a2517592fe6 (diff) | |
download | aports-1eb06c78367430c9b36bd35a4292b497e42d2eb7.tar.bz2 aports-1eb06c78367430c9b36bd35a4292b497e42d2eb7.tar.xz |
community/py3-hypothesis: upgrade to 4.36.1
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 2cb16caceb..5f3977f978 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.36.0 +pkgver=4.36.1 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -39,4 +39,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="e436d1f5eef8f5279426e39c17af93a816ae38026aa7570177c27d7c5419dfa5da26e9ac7ba64797c90eb9d6b56c601704bf7306eb7455cfdcd3d3852c5e8631 py-hypothesis-4.36.0.tar.gz" +sha512sums="67ed7cd433dfb2560e8177cc2e7c87dc62027d0eef31bd09ddb110e79572ad4fe41e123242445a0e1619e25c761c6fc91fa3a95ba1d116559012c9a01e25c8a5 py-hypothesis-4.36.1.tar.gz" |