summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-15 16:35:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-20 15:30:52 +0000
commit290cae6041b9936690cb4d97f5f8e068ff542ac1 (patch)
tree8991b6e6878ee591e0b6c2c17636082063103090
parente078dd6396ce7c735eff6978e038b71bb25ba27c (diff)
downloadpoky-290cae6041b9936690cb4d97f5f8e068ff542ac1.tar.gz
python3-hypothesis: upgrade 6.88.1 -> 6.88.3
Changelog: ============ -refactors from_type(typing.Tuple), allowing register_type_strategy() to take effect for tuples instead of being silently ignored (issue #3750). -improves the speed of the explain phase on python 3.12+, by using the new sys.monitoring module to collect coverage, instead of sys.settrace. (From OE-Core rev: 59405dee0be2d49418263d2954c50a644c0e8698) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-hypothesis_6.88.3.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.88.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.88.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.88.3.bb
index e6703f103b..ef1be95d6a 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.88.1.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.88.3.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
13 file://test_rle.py \ 13 file://test_rle.py \
14 " 14 "
15 15
16SRC_URI[sha256sum] = "f4c2c004b9ec3e0e25332ad2cb6b91eba477a855557a7b5c6e79068809ff8b51" 16SRC_URI[sha256sum] = "5cfda253e34726c98ab04b9595fca15677ee9f4f6055146aea25a6278d71f6f1"
17 17
18RDEPENDS:${PN} += " \ 18RDEPENDS:${PN} += " \
19 python3-attrs \ 19 python3-attrs \