From a1abfdf302e434ab6ea627da35200a84fda4ca02 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 8 Jul 2026 20:39:49 -0400 Subject: [PATCH] python3-hypothesis: update to 6.156.0. --- srcpkgs/python3-hypothesis/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-hypothesis/template b/srcpkgs/python3-hypothesis/template index 44704cdd4f5..72e4548e55e 100644 --- a/srcpkgs/python3-hypothesis/template +++ b/srcpkgs/python3-hypothesis/template @@ -1,9 +1,10 @@ # Template file for 'python3-hypothesis' pkgname=python3-hypothesis -version=6.155.0 +version=6.156.0 revision=1 build_wrksrc=hypothesis build_style=python3-pep517 +build_helper="rust" # disable tests requiring unpackaged dependencies or installed entrypoints make_check_args=" --ignore=tests/codemods/test_codemods.py @@ -14,7 +15,8 @@ make_check_args=" --ignore=tests/redis/test_redis_exampledatabase.py -k not((test_registered_from_entrypoint)or(test_typevar_type_is_consistent)) " -hostmakedepends="python3-setuptools python3-wheel" +hostmakedepends="maturin cargo pkg-config" +makedepends="python3-devel rust-std" depends="python3-attrs python3-sortedcontainers" checkdepends="python3-pytest-xdist black python3-typing_extensions python3-pytz python3-numpy python3-pexpect python3-dateutil python3-pandas $depends" @@ -24,7 +26,7 @@ license="MPL-2.0" homepage="https://hypothesis.works/" changelog="https://raw.githubusercontent.com/HypothesisWorks/hypothesis/refs/heads/master/hypothesis/docs/changelog.rst" distfiles="https://github.com/HypothesisWorks/hypothesis/archive/v${version}.tar.gz" -checksum=840b3992a96937ee647786098a78b2ab7202b0e5e5855542358100d17b852c99 +checksum=631852c37ed2928a1e5bd5b319ced6f225d7a99c12243a61a4e7ea08c4d74d5a if [ "$XBPS_CHECK_PKGS" != full ]; then # Skip "full" tests unless explicitly requested"