summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-06-06 20:27:13 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-07 21:21:55 +0100
commit53789b1a77468510b743a84786f7afb13b4bbf15 (patch)
tree1094b967d1dd394c828e5a2ac05d44836fdd9ac0 /meta/recipes-devtools
parent5356536190580ece01ff1a9e44227006848dbdaa (diff)
downloadpoky-53789b1a77468510b743a84786f7afb13b4bbf15.tar.gz
python3-hypothesis: upgrade 6.46.9 -> 6.46.11
Changelog: =========== Mention "hypothesis.strategies.timezones()" in the documentation of "hypothesis.strategies.datetimes()" for completeness. (From OE-Core rev: f94e8b189a6a8819f54ced4d380bd35b261ec2d9) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@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.46.11.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.46.9.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.46.9.bb b/meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb
index 1a1defc583..1d9772d4ff 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.46.9.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
13 file://test_rle.py \ 13 file://test_rle.py \
14 " 14 "
15 15
16SRC_URI[sha256sum] = "8b1349dab58cf9bc85687e2721c008e99f23a32fb70e688779c81b0298904160" 16SRC_URI[sha256sum] = "f5c1cf61b24b094355577a6b8fbbb8eb54c1b0216fbc0519af97c46bddf43c42"
17 17
18RDEPENDS:${PN} += " \ 18RDEPENDS:${PN} += " \
19 python3-attrs \ 19 python3-attrs \