From 69f1d05f698199dd579b6b874200a58cda11ab79 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 19 Apr 2022 08:27:26 -0400 Subject: [PATCH] python3-hypothesis: update to 6.43.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 d214e0ec6b..fd24d4f524 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.41.0 +version=6.43.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=0fa002e65956bedead5149d2ffa5875cbcb5ca1a3f95301fcf2ad5a241829d91 +checksum=57e04ecd3fb433604a17dbcf535947734f98bcced562a71c67513d98919d1d3b do_check() { # Manually run the tests that tox considers part of the "full" suite,