From 5119bb687fc9242c345734aea74c9068163ec884 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:09:25 -0400 Subject: [PATCH] python3-hypothesis: update to 6.56.0. --- 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 002e920d9b6..7e5b0a502f2 100644 --- a/srcpkgs/python3-hypothesis/template +++ b/srcpkgs/python3-hypothesis/template @@ -1,6 +1,6 @@ # Template file for 'python3-hypothesis' pkgname=python3-hypothesis -version=6.47.0 +version=6.56.0 revision=1 wrksrc="hypothesis-hypothesis-python-${version}" build_wrksrc=hypothesis-python @@ -15,7 +15,7 @@ license="MPL-2.0" homepage="https://hypothesis.works/" changelog="https://hypothesis.readthedocs.io/en/latest/changes.html" distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz" -checksum=7a2e5d089a23437efb4b805036655315228b2aa411ea08c173bf34106f7fd397 +checksum=827171a0bad21b0f580718c8b3bac7ad2045dfbd044a57f872e95e47faaf343f do_check() { # Manually run the tests that tox considers part of the "full" suite,