Skip to content
Snippets Groups Projects

main/py3-hypothesis: upgrade to 6.3.0

Merged Leo requested to merge Leo/aports:py3-hypothesis into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
# Contributor: Drew DeVault <sir@cmpwn.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-hypothesis
pkgver=6.2.0
pkgver=6.3.0
pkgrel=0
pkgdesc="Advanced property-based (QuickCheck-like) testing for Python"
options="!check"
@@ -35,4 +35,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="b249124f90d1d68aa6e106965b0ae78e37f095be0adc1833895f0895357d46c907074e2abe458be566708ba006b6c4375908b40ef89d52300fd41ad63abc2e52 py-hypothesis-6.2.0.tar.gz"
sha512sums="23f4a75232abf80cd0cafe52b0ccfc47aa79f95687efeb70f30303be611192ea3fb287aaa8c9b25806c64e75b3e0fca685eb73711e170873c9c8b3af925f65e8 py-hypothesis-6.3.0.tar.gz"
Loading