python3-hypothesis: update to 5.41.2.

This commit is contained in:
Andrew J. Hesford 2020-11-08 20:45:42 -05:00
parent 303ff64340
commit 3cfcaf39fe

View file

@ -1,6 +1,6 @@
# Template file for 'python3-hypothesis' # Template file for 'python3-hypothesis'
pkgname=python3-hypothesis pkgname=python3-hypothesis
version=5.41.1 version=5.41.2
revision=1 revision=1
wrksrc="hypothesis-hypothesis-python-${version}" wrksrc="hypothesis-hypothesis-python-${version}"
build_wrksrc=hypothesis-python build_wrksrc=hypothesis-python
@ -14,7 +14,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=bd0c89f6b889e2957f05872fa1c9bec7361fd992528024bef811a780d812f2e3 checksum=cec3496bb20a414e016421bf90e7bb5a06d025c45ea988da99d20144c587b282
do_check() { do_check() {
PYTHONPATH="${PWD}/build/lib" python3 -m pytest tests/cover PYTHONPATH="${PWD}/build/lib" python3 -m pytest tests/cover