python-hypothesis: update to 3.69.2.

This commit is contained in:
maxice8 2018-08-23 23:21:34 -03:00
parent b26a656c05
commit d828092c42
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-hypothesis' # Template file for 'python-hypothesis'
pkgname=python-hypothesis pkgname=python-hypothesis
version=3.69.1 version=3.69.2
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="hypothesis-hypothesis-python-${version}" wrksrc="hypothesis-hypothesis-python-${version}"
@ -17,7 +17,7 @@ license="MPL-2.0"
homepage="https://hypothesis.works/" homepage="https://hypothesis.works/"
changelog="https://github.com/HypothesisWorks/hypothesis/raw/master/hypothesis-python/docs/changes.rst" changelog="https://github.com/HypothesisWorks/hypothesis/raw/master/hypothesis-python/docs/changes.rst"
distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz" distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz"
checksum=dfd7c6068602ed7950c4f7bd4e37a320d66123a70d86bc07faf074902013ea57 checksum=ccb204616cb53fccc7dc2af4a85403ced791e70cb92f351ae06f26c9faf8406e
do_check() { do_check() {
# pytest doesn't recognize -n switch # pytest doesn't recognize -n switch