diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-28 15:35:16 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-28 16:17:06 +0100 |
commit | 659918b7da9f3c7750e502c81dae1e5a3a54dd28 (patch) | |
tree | 16fcf043e93344aa4563d82894cc3ba629c2df5b /community/py3-hypothesis | |
parent | bda7984bd65ea4088d6a4906ca2b65b3a24d2fa0 (diff) | |
download | aports-659918b7da9f3c7750e502c81dae1e5a3a54dd28.tar.bz2 aports-659918b7da9f3c7750e502c81dae1e5a3a54dd28.tar.xz |
community/py3-hypothesis: upgrade to 4.48.0
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 62ee8e868a..f7e4c4cd22 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.47.5 +pkgver=4.48.0 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="9b6920181dca75b9e551ae5e598101f35cfc26e9e3a1b20cab652c151bc6355413d0c9602d3242fb23f808ab00335793009df938d55ee19a6af1ce2a8b085e3c py-hypothesis-4.47.5.tar.gz" +sha512sums="aec71416047b44474d6a709b69d5530d844491eac6f5f1a5a7dfb7e941493d093ab3d4a681b4101c08ed257b1ef0cf5a2e17bf59888516ead48fcfb50c991a9b py-hypothesis-4.48.0.tar.gz" |