From f8e111e8496e95e07928b1e32c69d3b82080cbb5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 29 Jul 2024 09:09:49 +0800 Subject: [PATCH] python3-hypothesis: upgrade 6.105.1 -> 6.108.4 Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html (From OE-Core rev: b7416c0734d9981028f143ba22522d7fc94a1828) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- ...hon3-hypothesis_6.105.1.bb => python3-hypothesis_6.108.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.105.1.bb => python3-hypothesis_6.108.4.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.105.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.108.4.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.105.1.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.108.4.bb index e582289062..c2dcefcb67 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.105.1.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.108.4.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "d4eedb42193da9507623f4fe27fd38f715ec19ad30ad7c30e3b25594c0b491dc" +SRC_URI[sha256sum] = "bab99a308ea39be53882f1d89ab77db48e0c03b5c37fbedd2f59f9b656ada301" RDEPENDS:${PN} += " \ python3-attrs \