From: Wang Mingyu Date: Tue, 18 Feb 2025 07:39:22 +0000 (+0800) Subject: python3-hypothesis: upgrade 6.124.7 -> 6.125.3 X-Git-Tag: yocto-5.2~454 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5400f3df7167d6b66a03e90fafff8a483e865ed;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-hypothesis: upgrade 6.124.7 -> 6.125.3 Changelog: ============ - Improves sharing of some internal cache behavior. - Optimize performance (improves speed by ~5%) and clarify the wording in an error message. - Fixes a bug since around version 6.124.4 where we might have generated -0.0 for st.floats(min_value=0.0), which is unsound. - Add 2024.12 to the list of recognized Array API versions in hypothesis.extra.array_api. - Registration of experimental Alternative backends for Hypothesis is now done via hypothesis.internal.conjecture.providers.AVAILABLE_PROVIDERS instead of hypothesis.internal.conjecture.data.AVAILABLE_PROVIDERS. - Refactor some internals for better type hinting. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.124.7.bb b/meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.124.7.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb index 6b294ff68ca..e5c1dfc6b42 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.124.7.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "8ed6c6ae47e7d26d869c1dc3dee04e8fc50c95240715bb9915ded88d6d920f0e" +SRC_URI[sha256sum] = "6276d9d8f7f91ebd7ad95081f004bcf5699afb4d680a8321861cbf3a5de45d3b" RDEPENDS:${PN} += " \ python3-attrs \