diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-24 18:05:14 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-24 18:19:00 +0100 |
commit | 4f99eb15e0f80432380c6bcc12b5fe35a347e370 (patch) | |
tree | 39fcecc70e8f51578af015a363dc30bc2f92d0c9 /community/py3-hypothesis | |
parent | 0df8a77e9243224731d11625cc0f36069d861055 (diff) | |
download | aports-4f99eb15e0f80432380c6bcc12b5fe35a347e370.tar.bz2 aports-4f99eb15e0f80432380c6bcc12b5fe35a347e370.tar.xz |
community/py3-hypothesis: upgrade to 4.47.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 3f8c587960..3679a02586 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.46.0 +pkgver=4.47.1 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -40,4 +40,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="5d3bc696c35e189f594dc69eaa74af7b51710dac46aad48c8978ef8425c0b614aabae03e62e4fdf5dcb98d0284b56ccc1ca7af87c6eee763e686ab84c19b82ec py-hypothesis-4.46.0.tar.gz" +sha512sums="e3de34822b018a3d7ef474a90eff6b74ce3f214e374cadec34af80b8bdea90bcbc4f8e3de6cac9218729d99e8ffa12dd8216a53078801ba45b76552fac2a6c35 py-hypothesis-4.47.1.tar.gz" |