summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-23 17:10:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-24 13:49:28 +0000
commitd6969fa35de3fbb0a8bf76a86abeaace213d1c1b (patch)
tree2f2a68a732edeaab64cf0de5571073917f78df16
parent497065ad068e5f9722392cb03290217549ff9048 (diff)
downloadpoky-d6969fa35de3fbb0a8bf76a86abeaace213d1c1b.tar.gz
python3-hypothesis: upgrade 6.119.4 -> 6.122.6
Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html (From OE-Core rev: 977b564a33fed2d47b02047ad2d6c1ce13c6d10a) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-hypothesis_6.122.6.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.119.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.119.4.bb b/meta/recipes-devtools/python/python3-hypothesis_6.122.6.bb
index 66e7b2e967..37eac3a1a5 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.119.4.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.122.6.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
13 file://test_rle.py \ 13 file://test_rle.py \
14 " 14 "
15 15
16SRC_URI[sha256sum] = "1a7d12709c0e96c1d85aca76d1594b34b5958623e00511592eba674acd4f3392" 16SRC_URI[sha256sum] = "2642598dc4426945d62b849a915d0d3e2d53f0fb17090f0cf10d8a545a421dc1"
17 17
18RDEPENDS:${PN} += " \ 18RDEPENDS:${PN} += " \
19 python3-attrs \ 19 python3-attrs \