diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-29 23:56:21 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-30 00:19:03 -0300 |
commit | 7f789b19c1e36cc497870de057da18ad0627d722 (patch) | |
tree | a7e1ccd753bff7dde9a5929a558b11bd0704a05a /community/py3-hypothesis | |
parent | 93d18f239b06406d46acc2d7b0d9c37d950f8ad4 (diff) | |
download | aports-7f789b19c1e36cc497870de057da18ad0627d722.tar.bz2 aports-7f789b19c1e36cc497870de057da18ad0627d722.tar.xz |
community/py3-hypothesis: upgrade to 4.42.2
Diffstat (limited to 'community/py3-hypothesis')
-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 c742f50765..ef3f0e1b58 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.42.0 +pkgver=4.42.2 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="f2ea7d09bad316727e59cf6e88d16b934664c3a1d12f09bdb6f0d94427411be7442a3aa840f8c901d6fb54b62f044b7300cabe58f4fbe4380b4a8f8c88c36df3 py-hypothesis-4.42.0.tar.gz +sha512sums="1f6a9fd7cfcd1b1f064bedd47e1bc63445e6e07daba415ada26e4936d26cda6011039a87c3cdff345264b44c591dd2f77045f0c2714d8d4bc7c64dce06c83af4 py-hypothesis-4.42.2.tar.gz 9ef9fd9f7076586221f79b677c05139188c6d7c37fbbddfdf28dd4a6ca18b36457d3481ee716fb11a2a84f2db0d53105be880b92ec09d8bfbb63f8b5323dab27 attrs.patch" |