diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-22 03:35:16 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-22 04:08:55 -0300 |
commit | d7d4571aa825eac80a11bba4ece66ada3a469dda (patch) | |
tree | ed92daea925d77b9ceeca34c820545d7215a3a62 /community/py3-hypothesis | |
parent | 7fbc490e1fa6e48ab7f499cd7597f58450081e50 (diff) | |
download | aports-d7d4571aa825eac80a11bba4ece66ada3a469dda.tar.bz2 aports-d7d4571aa825eac80a11bba4ece66ada3a469dda.tar.xz |
community/py3-hypothesis: upgrade to 4.41.3
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 3346caf517..4766b93def 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.41.2 +pkgver=4.41.3 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="bd8901e44f4c6937b8ad79c409b1e8430c14ffe67cade114534d163ef1c1f382195a52903958cccc3d52d98bd9b23f8b41ca68fa08a73b1b26fbb707364780d0 py-hypothesis-4.41.2.tar.gz +sha512sums="d79cc11f85b4f8c3356e0c46651e4f45a1f44e638c97f374a572a2614e09bc0499953a2eb89d43a9d89c0aecb552d430b10c65798c0e9691835b32de64c95d6b py-hypothesis-4.41.3.tar.gz 9ef9fd9f7076586221f79b677c05139188c6d7c37fbbddfdf28dd4a6ca18b36457d3481ee716fb11a2a84f2db0d53105be880b92ec09d8bfbb63f8b5323dab27 attrs.patch" |