diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 10:40:24 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 11:42:48 -0300 |
commit | 52f4e7cb57c716d3965c79e179756455037876b4 (patch) | |
tree | 121f5b66173e67c9caf0f1d70790c921b3124892 /community/py3-hypothesis | |
parent | b2ac531c7ed22a5702ac136c3b93192946578925 (diff) | |
download | aports-52f4e7cb57c716d3965c79e179756455037876b4.tar.bz2 aports-52f4e7cb57c716d3965c79e179756455037876b4.tar.xz |
community/py3-hypothesis: upgrade to 4.43.9
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 472312758b..7c937d25d8 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.43.8 +pkgver=4.43.9 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -41,5 +41,5 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="f67bd96d22aa205991ee51152c2cfc01073740c9cb0509170676edb528c01e6904a86ac791699f80e928ccaf4212b8f47484fe33a7af506bd95c6dc7db8300db py-hypothesis-4.43.8.tar.gz +sha512sums="73a6224888369535fa62aa92a9daa8f36ef614239e14b2397cdcb59427534858310a32df5a3fe0222be227a9ab11adedcae15cbccfa4e17593ecda44a30a6b4a py-hypothesis-4.43.9.tar.gz 9ef9fd9f7076586221f79b677c05139188c6d7c37fbbddfdf28dd4a6ca18b36457d3481ee716fb11a2a84f2db0d53105be880b92ec09d8bfbb63f8b5323dab27 attrs.patch" |