aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-17 06:04:43 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-17 06:36:48 +0100
commit3d036c2eec53c5a0bd9c2bbe89f00ef575b73a55 (patch)
tree3faafdd67163f27cfab6c98ab67020f120976990
parent8b3379bb03afed2cccc0f57bfcd9edac02bea121 (diff)
downloadalpine_aports-3d036c2eec53c5a0bd9c2bbe89f00ef575b73a55.tar.bz2
alpine_aports-3d036c2eec53c5a0bd9c2bbe89f00ef575b73a55.tar.xz
alpine_aports-3d036c2eec53c5a0bd9c2bbe89f00ef575b73a55.zip
community/py3-hypothesis: upgrade to 4.55.1
-rw-r--r--community/py3-hypothesis/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-hypothesis/APKBUILD b/community/py3-hypothesis/APKBUILD
index c5432a9db5..02bbd198a4 100644
--- a/community/py3-hypothesis/APKBUILD
+++ b/community/py3-hypothesis/APKBUILD
@@ -1,13 +1,13 @@
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=4.54.2 4pkgver=4.55.1
5pkgrel=0 5pkgrel=0
6pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" 6pkgdesc="Advanced property-based (QuickCheck-like) testing for Python"
7url="https://hypothesis.works/" 7url="https://hypothesis.works/"
8arch="noarch" 8arch="noarch"
9license="MPL-2.0" 9license="MPL-2.0"
10depends="py3-attrs" 10depends="py3-attrs py3-sortedcontainers"
11makedepends="py3-setuptools" 11makedepends="py3-setuptools"
12checkdepends="py3-pytest py3-coverage py3-tz py3-numpy py3-dateutil py3-pexpect" 12checkdepends="py3-pytest py3-coverage py3-tz py3-numpy py3-dateutil py3-pexpect"
13source="py-hypothesis-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/hypothesis-python-$pkgver.tar.gz 13source="py-hypothesis-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/hypothesis-python-$pkgver.tar.gz
@@ -40,4 +40,4 @@ package() {
40 python3 setup.py install --prefix=/usr --root="$pkgdir" 40 python3 setup.py install --prefix=/usr --root="$pkgdir"
41} 41}
42 42
43sha512sums="41076ecc04a2ecadba814988b42d3d66e0f07ef80a0dbe928d582c39caac5cb7bfa0b0cdc1937c91a700181b6de4a8ef94310bb6ecb9a3fac57616f613825f9c py-hypothesis-4.54.2.tar.gz" 43sha512sums="d079bcfce6a37ebf245288d9c615fd0328daa90d81d3dd51a38d351fef4a9da5a79c6abcb63a4f39a71240ae82c5af122f6b01c482225e81889e8474068d6c1a py-hypothesis-4.55.1.tar.gz"