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.

(From OE-Core rev: 394fa87b68d6b0030a2d706ce70c2d5c28c4304b)

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Xu Huan
2022-04-07 14:19:13 +08:00
committed by Richard Purdie
parent ad529f66b3
commit caea484eb8

View File

@@ -13,7 +13,7 @@ SRC_URI += " \
file://test_rle.py \
"
SRC_URI[sha256sum] = "2972edc54c90c70049facfc31db19f1997f9c5e89d2a05f6eeea1107600350f0"
SRC_URI[sha256sum] = "de48abb676fc76e4397cd002926e5747cef518570d132221244d27e1075c0bec"
RDEPENDS:${PN} += " \
python3-attrs \