Changelog: ========= This release improves Hypothesis' handling of positional-only arguments, which are now allowed @st.composite strategies.
On Python 3.8 and later, the first arguments to builds() and from_model() are now natively positional-only. In cases which were already errors, the TypeError from incorrect usage will therefore be raises immediately when the function is called, rather than when the strategy object is used. Signed-off-by: Wang Mingyu <[email protected]> --- ...ython3-hypothesis_6.37.2.bb => python3-hypothesis_6.39.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.37.2.bb => python3-hypothesis_6.39.0.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.37.2.bb b/meta/recipes-devtools/python/python3-hypothesis_6.39.0.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.37.2.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.39.0.bb index 4deed1e56f..81bc26208d 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.37.2.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.39.0.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "79321035b9174ffa506d724ca5e8af375d7bf532c80e4f602bd433792c527e6c" +SRC_URI[sha256sum] = "1744b82251ce89173e9d5b3627c59723ec0b5130df1c1710e19b8e6f5f42399b" RDEPENDS:${PN} += " \ python3-attrs \ -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#162539): https://lists.openembedded.org/g/openembedded-core/message/162539 Mute This Topic: https://lists.openembedded.org/mt/89472348/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
