diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-21 08:07:43 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-21 08:27:04 +0100 |
commit | f394160245d03b0794977b24652abb0da1a2a64d (patch) | |
tree | d6a52ebcdff672f9af36813face6bc5c29811e43 /community/py3-hypothesis | |
parent | 60d3a8c2f22bece47653ed2acb9691fde55a20df (diff) | |
download | aports-f394160245d03b0794977b24652abb0da1a2a64d.tar.bz2 aports-f394160245d03b0794977b24652abb0da1a2a64d.tar.xz |
community/py3-hypothesis: upgrade to 5.2.1
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 b6cd0c4836..27f444fb2e 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.0 +pkgver=5.2.1 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="0f6da6136e4ec8421bde44cda422ae1a62cb13dd261c9c93b0f8a79b17015b8df5d580d8191f3abf01f6efe5ef96b9a7766f900d6cff5e638aebe8a5f47ae492 py-hypothesis-5.2.0.tar.gz" +sha512sums="1fa0c39847cae7329507af938d0dc24dca222929ad71833bc8b4cd14ddd0e96a50d18c71bfeebce5d81cd504eff1fe9aa81361e04eeac3f12e535a8ee3fa4f13 py-hypothesis-5.2.1.tar.gz" |