aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-27 11:52:36 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-27 19:24:01 +0000
commit89e3576e260e896ac117bef913beb019b3d30619 (patch)
tree10ab869cfd21110d4eb35fc9b3445e7e495080af
parent7b239bab22495734019a47cf43e9910e049e98a7 (diff)
downloadalpine_aports-89e3576e260e896ac117bef913beb019b3d30619.tar.bz2
alpine_aports-89e3576e260e896ac117bef913beb019b3d30619.tar.xz
alpine_aports-89e3576e260e896ac117bef913beb019b3d30619.zip
community/py3-hypothesis: upgrade to 5.16.0
-rw-r--r--community/py3-hypothesis/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-hypothesis/APKBUILD b/community/py3-hypothesis/APKBUILD
index 871790a695..07854b4826 100644
--- a/community/py3-hypothesis/APKBUILD
+++ b/community/py3-hypothesis/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Drew DeVault <sir@cmpwn.com> 1# Contributor: Drew DeVault <sir@cmpwn.com>
2# Maintainer: Leo <thinkabit.ukim@gmail.com> 2# Maintainer: Leo <thinkabit.ukim@gmail.com>
3pkgname=py3-hypothesis 3pkgname=py3-hypothesis
4pkgver=5.15.1 4pkgver=5.16.0
5pkgrel=0 5pkgrel=0
6pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" 6pkgdesc="Advanced property-based (QuickCheck-like) testing for Python"
7options="!check" 7options="!check"
@@ -35,4 +35,4 @@ package() {
35 python3 setup.py install --prefix=/usr --root="$pkgdir" 35 python3 setup.py install --prefix=/usr --root="$pkgdir"
36} 36}
37 37
38sha512sums="d3fdc2ec2d66353da2ee790eae8ecef0bf168320a90556b5877844af975765c1da37a104765a3ca07e3143621be5cb01acfa7d19cc3222a52a0cd6eb63f6c0be py-hypothesis-5.15.1.tar.gz" 38sha512sums="66366c172aaed84f1fb5fe0cef4e0fccfa4f65c31a94d52cf3a49b44b535f8366e71974f2aaa7b39d1d1b4171fd92cbfe4bbbac8ec4b9c4ccd2b0e5d15976d26 py-hypothesis-5.16.0.tar.gz"