]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3-hypothesis: upgrade 6.39.5 -> 6.41.0
authorXu Huan <xuhuan.fnst@fujitsu.com>
Thu, 7 Apr 2022 06:19:13 +0000 (14:19 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Apr 2022 13:14:01 +0000 (14:14 +0100)
commit394fa87b68d6b0030a2d706ce70c2d5c28c4304b
treed6c8dec23698476da8b6f7573c56e62b27c37f8e
parent7109e72fcf1dd5f6ad35903ded6f2450f8afaf09
python3-hypothesis: upgrade 6.39.5 -> 6.41.0

Changelog:
=========
This release changes the implementation of "infer" to be an alias for
"Ellipsis". E.g. "@given(a=infer)" is now equivalent to
"@given(a=...)". Furthermore, "@given(...)" can now be specified so
that "@given" will infer the strategies for all arguments of the
decorated function based on its annotations.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-hypothesis_6.41.0.bb [moved from meta/recipes-devtools/python/python3-hypothesis_6.39.5.bb with 91% similarity]