diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-14 20:38:24 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-14 21:08:08 -0300 |
commit | d76fef2cdeceed7f89b856ce812e98b1c92042c2 (patch) | |
tree | e9b649ef41d94cb10200d223dbad66cbc4884b33 /community/py3-hypothesis | |
parent | 40bf067cfc3fd3cff0abb177c12e133c0df84c00 (diff) | |
download | aports-d76fef2cdeceed7f89b856ce812e98b1c92042c2.tar.bz2 aports-d76fef2cdeceed7f89b856ce812e98b1c92042c2.tar.xz |
community/py3-hypothesis: upgrade to 5.5.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 389a4e12b4..2ba5a621df 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=5.5.2 +pkgver=5.5.3 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" options="!check" @@ -35,4 +35,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="e2be0bfd07e0e192e104b827616f822c1a4e87f7691a6b754a623d8ec268851f769ff9a0bf64c424cf583b5d87e4040df92ec203eac1b41034b4d24d5ea1d1d2 py-hypothesis-5.5.2.tar.gz" +sha512sums="d8e4d19a3b518ecbd10ace9e13c47eb1aeae5b6d6c5c78e21f59ebb81bc285e3a64b9ee69778a6ab6fe45204f38024d406b5471c266a14adfb7454498fc8acd5 py-hypothesis-5.5.3.tar.gz" |