From: Wang Mingyu Date: Wed, 15 Nov 2023 08:35:58 +0000 (+0800) Subject: python3-hypothesis: upgrade 6.88.1 -> 6.88.3 X-Git-Tag: uninative-4.4~1024 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59405dee0be2d49418263d2954c50a644c0e8698;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-hypothesis: upgrade 6.88.1 -> 6.88.3 Changelog: ============ -refactors from_type(typing.Tuple), allowing register_type_strategy() to take effect for tuples instead of being silently ignored (issue #3750). -improves the speed of the explain phase on python 3.12+, by using the new sys.monitoring module to collect coverage, instead of sys.settrace. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.88.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.88.3.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.88.1.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.88.3.bb index e6703f103b4..ef1be95d6ab 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.88.1.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.88.3.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "f4c2c004b9ec3e0e25332ad2cb6b91eba477a855557a7b5c6e79068809ff8b51" +SRC_URI[sha256sum] = "5cfda253e34726c98ab04b9595fca15677ee9f4f6055146aea25a6278d71f6f1" RDEPENDS:${PN} += " \ python3-attrs \