aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-06-25 14:53:37 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-06-25 20:28:55 +0000
commit7394ddd91811aadb1550b85d29c861b04699c409 (patch)
tree81c7fdddb0a6804fd7882bfeaba4d97b849b50f8
parent5aacb2e948c5300743095fb677af3850c72b558d (diff)
downloadalpine_aports-7394ddd91811aadb1550b85d29c861b04699c409.tar.bz2
alpine_aports-7394ddd91811aadb1550b85d29c861b04699c409.tar.xz
alpine_aports-7394ddd91811aadb1550b85d29c861b04699c409.zip
community/py3-hypothesis: upgrade to 5.18.1
-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 ca2ad387a5..65ad45884d 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.18.0 4pkgver=5.18.1
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="b1a1f37f1f58a6401a31f32ef0e7de452b8a8bd71fe5aeb72eeac197a23b78c3ff17b61f7940e2a2a755f7f008f0ea3df5b0f2ad5e4c0d2d316bf13dbd7cbdaf py-hypothesis-5.18.0.tar.gz" 38sha512sums="19455699ed50d30767edc5627f797992f2542aeb3ca9e38603a68ffe1108f0287baa183e4dca101f21eaea6c7c7501e135b5baf9e09117a2cae92ec1e437e8b5 py-hypothesis-5.18.1.tar.gz"