diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-28 21:12:11 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-28 22:18:31 +0100 |
commit | 7e10170c999e9d1bf5c7f9214e4a26492a5ea546 (patch) | |
tree | 21577541ad67db1157c6c4d7c7b76e0a053aa241 /community/py3-hypothesis | |
parent | e347a1b1b7065c4a84abe91b8d136307499dd893 (diff) | |
download | aports-7e10170c999e9d1bf5c7f9214e4a26492a5ea546.tar.bz2 aports-7e10170c999e9d1bf5c7f9214e4a26492a5ea546.tar.xz |
community/py3-hypothesis: upgrade to 4.57.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 5517201b08..eddd5ff807 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.56.3 +pkgver=4.57.0 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -40,4 +40,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="efb01d25c31f5230c802909f1c8a6a709c5fcaecd5bbdba451445b2673f7051d402a5ce919c6ab26531662163604b34cea9d3233dc83a9e6cf20dc22c47ba765 py-hypothesis-4.56.3.tar.gz" +sha512sums="831d91429beda68355885ae860d2c3cb696da873dee4eaa917e2886d1f03af6649737caa4c27b8d2c390c11ac01cf92840960dddf19e45defca8d472b50a71ab py-hypothesis-4.57.0.tar.gz" |