diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 12:42:55 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 20:23:49 -0300 |
commit | 799773ca393b3160afa8724c5bfedd2a98752c69 (patch) | |
tree | 3a8f7c3545130b6cb805765d6b5746ca0616d444 /community/py3-hypothesis | |
parent | 6b27b76c645e499b6eca566de3d2dfda8058d4c2 (diff) | |
download | aports-799773ca393b3160afa8724c5bfedd2a98752c69.tar.bz2 aports-799773ca393b3160afa8724c5bfedd2a98752c69.tar.xz |
community/py3-hypothesis: upgrade to 4.43.5
Diffstat (limited to 'community/py3-hypothesis')
-rw-r--r-- | community/py3-hypothesis/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/py3-hypothesis/APKBUILD b/community/py3-hypothesis/APKBUILD index 33020c62bc..e0fe10a29f 100644 --- a/community/py3-hypothesis/APKBUILD +++ b/community/py3-hypothesis/APKBUILD @@ -1,9 +1,8 @@ # Contributor: Drew DeVault <sir@cmpwn.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-hypothesis -pkgver=4.43.4 +pkgver=4.43.5 pkgrel=0 -pkgrel=1 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" arch="noarch" @@ -42,5 +41,5 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="6531769d3ff7c58608ca5b345c1afb7ae1e840f307a5adfbf3321272ab8cd21334235aaedf190240e15a5c7f92a432d14698de0d6a5fb444e1a4d4cecaa7234f py-hypothesis-4.43.4.tar.gz +sha512sums="5556ca493c08fe5b245df3709b2a8a12f038bfb89c34aae2950390efd110e72f598390616283f5570ba6a8df1d6680ec083c86c88a3f93eb4b84d22833f34904 py-hypothesis-4.43.5.tar.gz 9ef9fd9f7076586221f79b677c05139188c6d7c37fbbddfdf28dd4a6ca18b36457d3481ee716fb11a2a84f2db0d53105be880b92ec09d8bfbb63f8b5323dab27 attrs.patch" |