diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-04 02:57:00 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-04 09:13:37 -0300 |
commit | 309108ceb91d26d9314e4d2f984917d4a6f57599 (patch) | |
tree | c3d2eb06b5c3ddf70363da65bc55dde2251ced19 /community | |
parent | cd0c632b1ae1f7dacde87bd436f1d4c0fc3c0abf (diff) | |
download | aports-309108ceb91d26d9314e4d2f984917d4a6f57599.tar.bz2 aports-309108ceb91d26d9314e4d2f984917d4a6f57599.tar.xz |
community/py3-hypothesis: upgrade to 4.43.1
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-hypothesis/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-hypothesis/APKBUILD b/community/py3-hypothesis/APKBUILD index 1380f6f228..324e0710ab 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.43.0 +pkgver=4.43.1 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -41,5 +41,5 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="2a4beed30fa9c7d7847fc28e4c8f76a97942c8118c137be07dc10efa0df72cb3438b290854cd4efd8a4e1a83e38aab52f8a707882cbb0ca586103278cde03ce7 py-hypothesis-4.43.0.tar.gz +sha512sums="fb0946f086dff849d02a2dddfd34bae0b6d746c10194ae8ff51dae134b2bdee454e2bb8c645899e6a3f500954279639f8a344147d43b07524c87a574fef82ad6 py-hypothesis-4.43.1.tar.gz 9ef9fd9f7076586221f79b677c05139188c6d7c37fbbddfdf28dd4a6ca18b36457d3481ee716fb11a2a84f2db0d53105be880b92ec09d8bfbb63f8b5323dab27 attrs.patch" |