diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-12 19:44:53 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-12 19:51:44 +0100 |
commit | ee7783accfc4bf63ced76a4b802459b39744c2b2 (patch) | |
tree | f205ef8a7c31081f1e3b551bf0bac9ef4e79bf73 | |
parent | a959070b066734558ba64222cda921d02ca08f59 (diff) | |
download | aports-ee7783accfc4bf63ced76a4b802459b39744c2b2.tar.bz2 aports-ee7783accfc4bf63ced76a4b802459b39744c2b2.tar.xz |
community/py3-hypothesis: upgrade to 5.1.5
-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 e3e8db7e09..37d77f18dd 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.1.4 +pkgver=5.1.5 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="25d0112f7b7a13221b8b68d553f4085344f1e8681c8795fac0bcfd714400a828539298d2919d3e638979eadd5daa65ef7ee8b0b946df076145e59c8bb7058a64 py-hypothesis-5.1.4.tar.gz" +sha512sums="89edc57116b3c503df2f0c6d4e60637ace6a7fc5c4ece6b426362b01a0be11e79be1e95784e24d849ac120000165ff46efd78c6cb6b163aebcb2b5a8c8d4c8e1 py-hypothesis-5.1.5.tar.gz" |