diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-03 23:02:23 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-03 23:58:52 -0300 |
commit | 04efcb6321a11d370efcdf4acdc4e7ae1fbd751c (patch) | |
tree | a9ee2af1889750b574facf758fc66d581048559a /community/py3-hypothesis | |
parent | 73dfa2dda0ff7b52ca978edc1c5affd75bfed207 (diff) | |
download | aports-04efcb6321a11d370efcdf4acdc4e7ae1fbd751c.tar.bz2 aports-04efcb6321a11d370efcdf4acdc4e7ae1fbd751c.tar.xz |
community/py3-hypothesis: upgrade to 4.43.0
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 7b50896d0b..1380f6f228 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.10 +pkgver=4.43.0 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="2e44f8d799959a71881235d9579f50fa7dfd81217c0b8e2d77a3bd615b5c169df8c0f6f1fae55770c47d07a4f48602c0b5a2e007592ffbc799366500defc12e0 py-hypothesis-4.42.10.tar.gz +sha512sums="2a4beed30fa9c7d7847fc28e4c8f76a97942c8118c137be07dc10efa0df72cb3438b290854cd4efd8a4e1a83e38aab52f8a707882cbb0ca586103278cde03ce7 py-hypothesis-4.43.0.tar.gz 9ef9fd9f7076586221f79b677c05139188c6d7c37fbbddfdf28dd4a6ca18b36457d3481ee716fb11a2a84f2db0d53105be880b92ec09d8bfbb63f8b5323dab27 attrs.patch" |