From: Wang Mingyu <[email protected]> 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 <[email protected]> --- ...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 \ -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#190571): https://lists.openembedded.org/g/openembedded-core/message/190571 Mute This Topic: https://lists.openembedded.org/mt/102601585/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
