diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 08:37:08 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 08:51:41 +0100 |
commit | d56ae9c438061fd63fd52fa898024f5cc387aaa3 (patch) | |
tree | 6f9ec97d4d92628009f07ed7f91a2ceb46b600d4 /community/py3-hypothesis | |
parent | 959bbf312f51a2082438b065a1da3ed6b3e852ee (diff) | |
download | aports-d56ae9c438061fd63fd52fa898024f5cc387aaa3.tar.bz2 aports-d56ae9c438061fd63fd52fa898024f5cc387aaa3.tar.xz |
community/py3-hypothesis: upgrade to 4.45.1
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 eb3d7da32f..39695549d6 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.4 +pkgver=4.45.1 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="79869e33ce3ce344977c669a45bfb1f123c7ce63fc290430dd3a37fe3c6db108efe8150091f62f70496247f3ad34dbaf38c06a6ae85d46fdddfb02ab95cb5060 py-hypothesis-4.44.4.tar.gz +sha512sums="6da73332c7e48ea9608732117633f6c3960c944ce03a5f67ecb72d2fad2ccb035ea3116762f9512f53735489d87e90a32631b01ee3ab679c8ca65bdebd47c785 py-hypothesis-4.45.1.tar.gz 9ef9fd9f7076586221f79b677c05139188c6d7c37fbbddfdf28dd4a6ca18b36457d3481ee716fb11a2a84f2db0d53105be880b92ec09d8bfbb63f8b5323dab27 attrs.patch" |