python3-hypothesis: upgrade 6.112.1 -> 6.112.4

Changelog:
===========
- tweak the paths in @example(...) patches, so that both git apply and patch will work by default.
- refactor internals of hypothesis.stateful.Bundle to have a more consistent representation internally.
- fixe an internal error when the __context__ attribute of a raised exception leads to a cycle

(From OE-Core rev: 87f033e8f86650a22c742c9c6f357469ebb29747)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Wang Mingyu
2024-10-09 13:49:04 +08:00
committed by Richard Purdie
parent 02a9109e42
commit 018bfb1230

View File

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