From 765ce5d589695740ef8d4b143348ce5d84be6d3c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 26 Nov 2024 09:29:57 +0800 Subject: [PATCH] python3-hypothesis: upgrade 6.118.6 -> 6.119.4 Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html (From OE-Core rev: 9147a13733ada0c84424f5e5aeee089244d56c35) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- ...hon3-hypothesis_6.118.6.bb => python3-hypothesis_6.119.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.118.6.bb => python3-hypothesis_6.119.4.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.118.6.bb b/meta/recipes-devtools/python/python3-hypothesis_6.119.4.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.118.6.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.119.4.bb index f5f7642d67..66e7b2e967 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.118.6.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.119.4.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "96e7d86034658100f50f3150917bc8a0cf7ea94af49d36efb167cb8e66f035db" +SRC_URI[sha256sum] = "1a7d12709c0e96c1d85aca76d1594b34b5958623e00511592eba674acd4f3392" RDEPENDS:${PN} += " \ python3-attrs \