diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-28 16:45:50 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-28 17:42:27 +0100 |
commit | 2cbea58bfe706091a81f9cd8d90441d985005759 (patch) | |
tree | 3a0f4551dc1777c692be45bec7f50c9f86743266 /community/py3-hypothesis | |
parent | bf7d45581ae086fc7cf57da5228ee4029123b8d2 (diff) | |
download | aports-2cbea58bfe706091a81f9cd8d90441d985005759.tar.bz2 aports-2cbea58bfe706091a81f9cd8d90441d985005759.tar.xz |
community/py3-hypothesis: upgrade to 4.49.0
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 4845a83842..0fc000418b 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=4.48.1 +pkgver=4.49.0 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -40,4 +40,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="6d209024d29a4df3d6875ed39e6b653b54001a665becc01f46e79eabb273effd4b087ce7db06a656b970e904b79418ec1223d8ecc6604846de872278b29f74e6 py-hypothesis-4.48.1.tar.gz" +sha512sums="ac5c9b98565518fcdc16075b01780fe484bdf7359df014741fe3ffd08266b4fdde00f720b603c59156cebf0c2170f9cb3ad32e8b2f688678ca687f5e51c5c92b py-hypothesis-4.49.0.tar.gz" |