diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-28 02:40:27 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-28 05:36:15 -0300 |
commit | 46e5d22009f7afdc46f964c56cb87fc17a9e2c98 (patch) | |
tree | 35e9d365c14e06275017af48af1bb386f4d6c411 /community/py3-hypothesis | |
parent | 83418e96462b6bec30b66a4cb2db3cf32c316f89 (diff) | |
download | aports-46e5d22009f7afdc46f964c56cb87fc17a9e2c98.tar.bz2 aports-46e5d22009f7afdc46f964c56cb87fc17a9e2c98.tar.xz |
community/py3-hypothesis: upgrade to 4.37.0
Diffstat (limited to 'community/py3-hypothesis')
-rw-r--r-- | community/py3-hypothesis/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-hypothesis/APKBUILD b/community/py3-hypothesis/APKBUILD index 0d8b23943c..e043d59f8d 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.36.2 +pkgver=4.37.0 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -9,7 +9,7 @@ arch="noarch" license="MPL-2.0" depends="py3-attrs" makedepends="py3-setuptools" -checkdepends="py3-pytest py3-coverage py3-tz py3-numpy py3-dateutil" +checkdepends="py3-pytest py3-coverage py3-tz py3-numpy py3-dateutil py3-pexpect" source="py-hypothesis-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/hypothesis-python-$pkgver.tar.gz" builddir="$srcdir/hypothesis-hypothesis-python-$pkgver/hypothesis-python" @@ -39,4 +39,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="301076674a0751d052f3df6a03f6d6ac8c9288e1f6a6dcce998153cd93129228749e5d89679dc02fb25d581ccc2678b49489ea416754c551993355cf1ec76b0f py-hypothesis-4.36.2.tar.gz" +sha512sums="256cd26f4d05fb0d871631c36f4e93ef701bf42c6c80f735b741fd59e3427be73b1fc22ffdaafdfb4e1ad017b7340cfa0f6400d852f407b53567adf333163278 py-hypothesis-4.37.0.tar.gz" |