From 4bbacbfcc71f4033b6a107efda2fd8722addc05f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 13 Aug 2024 17:00:31 -0400 Subject: [PATCH] python3-hypothesis: update to 6.111.0. --- srcpkgs/python3-hypothesis/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-hypothesis/template b/srcpkgs/python3-hypothesis/template index ac7c5fde867..d4747675861 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.110.0 +version=6.111.0 revision=1 build_wrksrc=hypothesis-python build_style=python3-pep517 @@ -12,7 +12,7 @@ make_check_args=" --ignore=tests/lark/test_grammar.py --ignore=tests/patching/test_patching.py --ignore=tests/redis/test_redis_exampledatabase.py - -k not(test_registered_from_entrypoint) + -k not((test_registered_from_entrypoint)or(test_typevar_type_is_consistent)) " hostmakedepends="python3-setuptools python3-wheel" depends="python3-attrs python3-sortedcontainers" @@ -24,7 +24,7 @@ license="MPL-2.0" homepage="https://hypothesis.works/" changelog="https://raw.githubusercontent.com/HypothesisWorks/hypothesis/master/hypothesis-python/docs/changes.rst" distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz" -checksum=cee490a1f9c0f42e9b7bb8012dd23ed1f4273ef374cbac76a1b7c43e0be70739 +checksum=f93bbd98cd5b8beb77e167a1236b916496d4e0732a11c7616ee944ed134dd72b if [ "$XBPS_CHECK_PKGS" != full ]; then # Skip "full" tests unless explicitly requested"