python-hypothesis: update to 3.82.1.

This commit is contained in:
maxice8 2018-10-30 04:26:43 -03:00 committed by maxice8
parent d24e90f4fc
commit 1d6ab64f16
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.81.0 version=3.82.1
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=79f45ce233b9a4c3a92692c1330be9abeecdff89e010308bf7160c012af591c1 checksum=021859ee1bd132b45dabd1d413c692f82601a8f11848174caaa43fdf3525e22e
do_check() { do_check() {
# pytest doesn't recognize -n switch # pytest doesn't recognize -n switch