summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-08-20 14:51:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-21 21:51:49 +0100
commitd0eeef6cb9f30b1e509ca8a53a2a60a8ca039247 (patch)
treec4154c02d9aaa51d494ab7c7f558f3a126c004f4
parent684edefb777acf0310587276cb30b91cc088c12b (diff)
downloadpoky-d0eeef6cb9f30b1e509ca8a53a2a60a8ca039247.tar.gz
python3-hypothesis: upgrade 6.110.1 -> 6.111.1
Changelog: ========== -improves shrinking in cases involving 'slips' from one strategy to another. -reduces the range of :class:'python:datetime.datetime' generated by : func:'~hypothesis.extra.django.from_model' in order to avoid https://code.djangoproject.com/ticket/35683. (From OE-Core rev: d92f2fc4a2ee242d12bee37764fdac07446b851d) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-hypothesis_6.111.1.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.110.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.110.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.111.1.bb
index 29fe7e18a2..04c8d537fd 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.110.1.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.111.1.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
13 file://test_rle.py \ 13 file://test_rle.py \
14 " 14 "
15 15
16SRC_URI[sha256sum] = "a138bfaea11aba6daadf8effd9065251a6fec1549f25b7d72ac9881a413f76b0" 16SRC_URI[sha256sum] = "6ab6185a858fa692bf125c0d0a936134edc318bee01c05e407c71c9ead0b61c5"
17 17
18RDEPENDS:${PN} += " \ 18RDEPENDS:${PN} += " \
19 python3-attrs \ 19 python3-attrs \