From 290cae6041b9936690cb4d97f5f8e068ff542ac1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Nov 2023 16:35:58 +0800 Subject: [PATCH] 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. (From OE-Core rev: 59405dee0be2d49418263d2954c50a644c0e8698) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- ...ython3-hypothesis_6.88.1.bb => python3-hypothesis_6.88.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.88.1.bb => python3-hypothesis_6.88.3.bb} (91%) 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 e6703f103b..ef1be95d6a 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 \