]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-hypothesis: upgrade 6.37.2 -> 6.39.0
authorwangmy <wangmy@fujitsu.com>
Tue, 1 Mar 2022 09:41:44 +0000 (17:41 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Mar 2022 18:41:31 +0000 (18:41 +0000)
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 <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-hypothesis_6.39.0.bb [moved from meta/recipes-devtools/python/python3-hypothesis_6.37.2.bb with 91% similarity]

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 4deed1e56fcd2384029f659b589926df916a6e43..81bc26208d84a2c4a1d2bb54fb032b067b9de274 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "79321035b9174ffa506d724ca5e8af375d7bf532c80e4f602bd433792c527e6c"
+SRC_URI[sha256sum] = "1744b82251ce89173e9d5b3627c59723ec0b5130df1c1710e19b8e6f5f42399b"
 
 RDEPENDS:${PN} += " \
     python3-attrs \