diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-01-21 18:43:16 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-21 18:43:16 +0100 |
| commit | fcecf7a0ea8f99459c09ffe84b4d9e95e98d9676 (patch) | |
| tree | 3a405c4f35d7feaa3807e4974829c57d7fa0a527 | |
| parent | a0403c7a16ec90ea4dcce98cb1d3b68a12cd6f0d (diff) | |
| download | aports-fcecf7a0ea8f99459c09ffe84b4d9e95e98d9676.tar.bz2 aports-fcecf7a0ea8f99459c09ffe84b4d9e95e98d9676.tar.xz | |
community/py3-hypothesis: upgrade to 5.3.0
| -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 27f444fb2e..045e783952 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.2.1 +pkgver=5.3.0 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="1fa0c39847cae7329507af938d0dc24dca222929ad71833bc8b4cd14ddd0e96a50d18c71bfeebce5d81cd504eff1fe9aa81361e04eeac3f12e535a8ee3fa4f13 py-hypothesis-5.2.1.tar.gz" +sha512sums="d622c6754e6162120e7bdc17f482d64e917042499179668744b26e09ba355d94681b2e1029d786c38af19c4193c41eb5fe3e4a7ecc322acd1895b8f90d2b1f95 py-hypothesis-5.3.0.tar.gz" |
