From 250b9125939eb0b287210176f540ce555a3ace5c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 13 Apr 2023 08:06:55 -0400 Subject: [PATCH] python3-hypothesis: update to 6.71.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 6a9fdaf67b9..f049c30cad5 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.70.0 +version=6.71.0 revision=1 build_wrksrc=hypothesis-python build_style=python3-module @@ -14,7 +14,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=280b30fb471088f159753affc217de0a3d2fe32d258ffd9e51a9c337d94b0cad +checksum=905f0eb5c9d2b6c5eb31ca16f6ab624632205b8ce4a740bea657571063c929d4 do_check() { # Manually run the tests that tox considers part of the "full" suite,