diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2024-06-20 10:07:48 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-25 11:50:58 +0100 |
commit | 917757c30e068cf902d2cef8dde58648e2a3b466 (patch) | |
tree | 1815e380db1da62f9d736e6445f3d5035c027195 /meta/recipes-devtools | |
parent | cd01c91331bd7a6977bc2a5d7f1aff0a1ffd8ca7 (diff) | |
download | poky-917757c30e068cf902d2cef8dde58648e2a3b466.tar.gz |
python3-hypothesis: upgrade 6.103.0 -> 6.103.2
Changelog (https://hypothesis.readthedocs.io/en/latest/changes.html):
6.103.2 - 2024-06-14
- This patch improves our deduplication tracking across all strategies (pull request #4007). Hypothesis is now less likely to generate the same input twice.
6.103.1 - 2024-06-05
- Account for time spent in garbage collection during tests, to avoid flaky DeadlineExceeded errors as seen in issue #3975.
- Also fixes overcounting of stateful run times, a minor observability bug dating to version 6.98.9 (pull request #3890).
(From OE-Core rev: fe8a9ef0a6159633479b2e73ecb721cd8b854992)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.103.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.103.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb index 18ef7992a1..b935bb02cf 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.103.0.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | file://test_rle.py \ | 13 | file://test_rle.py \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "7fe91917b99fc98ac150ec295775a687448c7c42c2276ab6e4a6969a4b285bb5" | 16 | SRC_URI[sha256sum] = "83504e31e90a0d7d6e8eb93e51525dc1a48d79c932a50ad6035e29f8295328cd" |
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | python3-attrs \ | 19 | python3-attrs \ |