diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-12 07:15:28 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-12 10:24:35 +0000 |
commit | 83502b5eb829fee51765dc25c606f2adbe3f3584 (patch) | |
tree | 1c262178be8f06487b37b7f9f64c5a96e8354b8c /community/py3-hypothesis/APKBUILD | |
parent | 2846d2394d064a3ee16b255e2a6f672570e10805 (diff) | |
download | aports-83502b5eb829fee51765dc25c606f2adbe3f3584.tar.bz2 aports-83502b5eb829fee51765dc25c606f2adbe3f3584.tar.xz |
community/py3-hypothesis: upgrade to 5.8.2
Diffstat (limited to 'community/py3-hypothesis/APKBUILD')
-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 a6443d3978..e3615fed9d 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.8.1 +pkgver=5.8.2 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="58f933aa9a167c1fdbfd94ce0bf4c78bc6adf4ba2ee6f7953949185245ad104dfd8e2c849bd065d954b68d42ad1db7d722365f071772e1f1549f4c21d772286f py-hypothesis-5.8.1.tar.gz" +sha512sums="e0a7328986b4828235d14f1dc046908e10b5504e40d12e76a29150abefe2badd7068bab0e4363d3e6720674d007b31b1d545065059d993f3e6dad926def05a63 py-hypothesis-5.8.2.tar.gz" |