diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-19 04:34:33 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-19 07:52:10 +0000 |
commit | 9eabdeb33c4e2322fde726ae1fb2d84508d7c0be (patch) | |
tree | efe99256c90e2d224349586d4ba482acdbce6c3e | |
parent | 5ba8809ba88e0a7badb5ff520fc69f97a85e6a2b (diff) | |
download | aports-9eabdeb33c4e2322fde726ae1fb2d84508d7c0be.tar.bz2 aports-9eabdeb33c4e2322fde726ae1fb2d84508d7c0be.tar.xz |
community/py3-hypothesis: upgrade to 5.7.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 225903567e..dc9d2e84b2 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.6.1 +pkgver=5.7.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="035288f7ccaec087236e721802172121b59451110c28987d8ec031142486b2dae2e979e3ccd07094f33f5a83608ccaacb66fd2c81c699879150dee13c269d479 py-hypothesis-5.6.1.tar.gz" +sha512sums="e3bac3e8be3808ec773dcf1a28e47074f1ce2915b79224dbd4ac6e4ce97dff9436e97e1576e540bb7c2d5155502eb5280e1161ef1d36828074865fe1dd9428ba py-hypothesis-5.7.0.tar.gz" |