diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-06 05:59:00 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-06 11:17:31 -0300 |
commit | 752f3761d7d72094011df6f1134e656a4eb39514 (patch) | |
tree | 34f2d1a3b41f93105742420e2ee90746f7e213d5 /community/py-hypothesis | |
parent | a0424c024fa5c8db149dd94e2a716902de691e3b (diff) | |
download | aports-752f3761d7d72094011df6f1134e656a4eb39514.tar.bz2 aports-752f3761d7d72094011df6f1134e656a4eb39514.tar.xz |
community/py-hypothesis: upgrade to 4.24.2
Diffstat (limited to 'community/py-hypothesis')
-rw-r--r-- | community/py-hypothesis/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py-hypothesis/APKBUILD b/community/py-hypothesis/APKBUILD index d758a122df..e6d5b9c8b3 100644 --- a/community/py-hypothesis/APKBUILD +++ b/community/py-hypothesis/APKBUILD @@ -1,7 +1,7 @@ -# Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Drew DeVault <sir@cmpwn.com> +# Contributor: Drew DeVault <sir@cmpwn.com> +# Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py-hypothesis -pkgver=4.24.1 +pkgver=4.24.2 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -72,4 +72,4 @@ _py() { $_python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="f7e477a8fe1fe3d995156f50d0af0f512857ef6ba0c3067c4337afc53f7571ab9f50234575de6aca6312915b3c89651d68beb77fb5388ab38ac2e3be403516ab py-hypothesis-4.24.1.tar.gz" +sha512sums="9dbec32fec016c379f58acb6e0fe12918d738eb80f0392fe1b884e074f82df30fa432dfd776b762d6f751d55bd2e4a76ca9fe4bd3f94a75dbe2a9aaabd3ae99b py-hypothesis-4.24.2.tar.gz" |