From 3cfcaf39feb6c0517774aba320713307872e11e6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 8 Nov 2020 20:45:42 -0500 Subject: [PATCH] python3-hypothesis: update to 5.41.2. --- srcpkgs/python3-hypothesis/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-hypothesis/template b/srcpkgs/python3-hypothesis/template index 21447be384..2615755e6d 100644 --- a/srcpkgs/python3-hypothesis/template +++ b/srcpkgs/python3-hypothesis/template @@ -1,6 +1,6 @@ # Template file for 'python3-hypothesis' pkgname=python3-hypothesis -version=5.41.1 +version=5.41.2 revision=1 wrksrc="hypothesis-hypothesis-python-${version}" build_wrksrc=hypothesis-python @@ -14,7 +14,7 @@ license="MPL-2.0" homepage="https://hypothesis.works/" 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" -checksum=bd0c89f6b889e2957f05872fa1c9bec7361fd992528024bef811a780d812f2e3 +checksum=cec3496bb20a414e016421bf90e7bb5a06d025c45ea988da99d20144c587b282 do_check() { PYTHONPATH="${PWD}/build/lib" python3 -m pytest tests/cover