From 1c3fe080178e159c9142a87b6d08e5697127a286 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Jan 2024 15:26:37 +0800 Subject: [PATCH] python3-hypothesis: upgrade 6.92.1 -> 6.92.2 Changelog: ============ updates vendored list of top-level domains, which is used by the provisional domains() strategy. (From OE-Core rev: 7e6e484f4c36c098dc7dc17b6e7e6b4361572608) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- ...ython3-hypothesis_6.92.1.bb => python3-hypothesis_6.92.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.92.1.bb => python3-hypothesis_6.92.2.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.92.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.92.2.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.92.1.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.92.2.bb index 764ca28627..ab5dd3223d 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.92.1.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.92.2.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "fa755ded526e50b7e2f642cdc5d64519f88d4e4ee71d9d29ec3eb2f2fddf1274" +SRC_URI[sha256sum] = "841f89a486c43bdab55698de8929bd2635639ec20bf6ce98ccd75622d7ee6d41" RDEPENDS:${PN} += " \ python3-attrs \