diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 14:17:07 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 14:22:26 +0100 |
commit | 3c52324274b13d16bbf3cea1bd0bf2c0b31c5bed (patch) | |
tree | 3254dee8e0d75e8f5d133b3b4acc969e02b9b73c /community/py3-hypothesis | |
parent | a2948f9dbbbd7bdc935a894b9fd00287f995d682 (diff) | |
download | aports-3c52324274b13d16bbf3cea1bd0bf2c0b31c5bed.tar.bz2 aports-3c52324274b13d16bbf3cea1bd0bf2c0b31c5bed.tar.xz |
community/py3-hypothesis: upgrade to 4.44.3
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 b1263b67f6..c8b2aec88f 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.44.2 +pkgver=4.44.3 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="bebc5da337fa74a75d08cb57531c2f6b8ba1ab16d1a3d9be8348cd56ada1ab25a34e3b812a4aa71bf172bc97ebc8df0accdad37466f9162c3f8f2a8edbea9da9 py-hypothesis-4.44.2.tar.gz +sha512sums="8d3384b3787044df9b0c162b1cb7c25cb58bc1ec9970ece908eefa5caadb5de43fe978f40c470e83d58232b156344d739695658b1fd570711167f29533dcf40b py-hypothesis-4.44.3.tar.gz 9ef9fd9f7076586221f79b677c05139188c6d7c37fbbddfdf28dd4a6ca18b36457d3481ee716fb11a2a84f2db0d53105be880b92ec09d8bfbb63f8b5323dab27 attrs.patch" |