python-hypothesis: update to 3.80.0.

This commit is contained in:
maxice8 2018-10-26 01:22:59 -03:00 committed by maxice8
parent dc185cc75b
commit e1985679d1

View file

@ -1,6 +1,6 @@
# Template file for 'python-hypothesis' # Template file for 'python-hypothesis'
pkgname=python-hypothesis pkgname=python-hypothesis
version=3.79.3 version=3.80.0
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=52ecf843df9e8905fda5eb81531e0043c17dc8505cf6312ec9b3216e73d8e5f0 checksum=f24bb195869c0a8f66d4c14f0faeb010b4757b4e02c491ed356f2f2866531cca
do_check() { do_check() {
# pytest doesn't recognize -n switch # pytest doesn't recognize -n switch