diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 18:00:17 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 19:24:58 -0300 |
commit | bd59eda04b1385e6453aafd0480b71e856fe581e (patch) | |
tree | 84d47cdebfa025b4c1e6d2739a14ee7deb137bec /community/py3-hypothesis | |
parent | af2b2551b9ce2e1d7500fe34e476f148dbd4bfaa (diff) | |
download | aports-bd59eda04b1385e6453aafd0480b71e856fe581e.tar.bz2 aports-bd59eda04b1385e6453aafd0480b71e856fe581e.tar.xz |
community/py3-hypothesis: upgrade to 4.43.8
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 2c4500cd64..472312758b 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.6 +pkgver=4.43.8 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="c94235cd2affd6cd2cc1f75d01539b89d712cd97f05a41774a7a1db1ce47924d1fa3caffa1bcdbd0adc532abae81475f8d566bdfbf912fcca1b72ec82d00f29a py-hypothesis-4.43.6.tar.gz +sha512sums="f67bd96d22aa205991ee51152c2cfc01073740c9cb0509170676edb528c01e6904a86ac791699f80e928ccaf4212b8f47484fe33a7af506bd95c6dc7db8300db py-hypothesis-4.43.8.tar.gz 9ef9fd9f7076586221f79b677c05139188c6d7c37fbbddfdf28dd4a6ca18b36457d3481ee716fb11a2a84f2db0d53105be880b92ec09d8bfbb63f8b5323dab27 attrs.patch" |