aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-01 13:05:11 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-06-01 21:10:12 +0000
commit3a71970244f7cbe3ab8df3287738781a24cfc25e (patch)
treec8bca4bc80508e2f341191878e2ae93afb12411f
parent7ad8566fb4a75bec6d0883c17f620a08d7b8384e (diff)
downloadaports-3a71970244f7cbe3ab8df3287738781a24cfc25e.tar.bz2
aports-3a71970244f7cbe3ab8df3287738781a24cfc25e.tar.xz
community/py-hypothesis: upgrade to 4.24.0
Closes GH-8367
-rw-r--r--community/py-hypothesis/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-hypothesis/APKBUILD b/community/py-hypothesis/APKBUILD
index 74c3fc169e..b557c3ef3f 100644
--- a/community/py-hypothesis/APKBUILD
+++ b/community/py-hypothesis/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py-hypothesis
-pkgver=4.18.2
+pkgver=4.24.0
pkgrel=0
pkgdesc="Advanced property-based (QuickCheck-like) testing for Python"
url="https://hypothesis.works/"
@@ -72,4 +72,4 @@ _py() {
$_python setup.py install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="80fac0d4c6671b2f917da79273309d3513b293b3dbba7990974baa3cad9f3a57e34ecb332209a7138810a9b4a814f1ceadde9789a7f44a634af5c2905cfdfa0d py-hypothesis-4.18.2.tar.gz"
+sha512sums="0ff0a211f12de99ad74d0bdb5f351483b4c637b7f873e7f49735e5ceae04b5cdd1df228665b4efd71579d212380c7130972de3cadbee17423a82213c0ad3c5cf py-hypothesis-4.24.0.tar.gz"