python-hypothesis: update to 4.0.0.

This commit is contained in:
maxice8 2019-01-15 02:13:28 -02:00 committed by maxice8
parent e672013e6f
commit f31ecf520a

View file

@ -1,6 +1,6 @@
# Template file for 'python-hypothesis' # Template file for 'python-hypothesis'
pkgname=python-hypothesis pkgname=python-hypothesis
version=3.88.3 version=4.0.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=c4fdb8a9f16ed8e76bb4ec555bf167a0df0d0499fbaa93c75c9025c6720afe6b checksum=c746b0dff158da2330388991572931b863bf4ab3fae0b8c61267b6deb4364135
do_check() { do_check() {
# pytest doesn't recognize -n switch # pytest doesn't recognize -n switch