summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-10-09 13:49:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-11 12:17:02 +0100
commit018bfb123042fc1851f1ad9be28a39aaa9583ac4 (patch)
tree6043c9ac57443768fbf67458319a9c93b8075734 /meta/recipes-devtools/python
parent02a9109e42afda5c4003a9b6f7eeae40c4300ca3 (diff)
downloadpoky-018bfb123042fc1851f1ad9be28a39aaa9583ac4.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-hypothesis_6.112.4.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.112.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.112.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.112.4.bb
index e4b7b53579..1010348e38 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.112.1.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.112.4.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
13 file://test_rle.py \ 13 file://test_rle.py \
14 " 14 "
15 15
16SRC_URI[sha256sum] = "b070d7a1bb9bd84706c31885c9aeddc138e2b36a9c112a91984f49501c567856" 16SRC_URI[sha256sum] = "8fe64e4a6d0862e209e3c36b42037aee9665cb839d619d9281be45345ab7d856"
17 17
18RDEPENDS:${PN} += " \ 18RDEPENDS:${PN} += " \
19 python3-attrs \ 19 python3-attrs \