From 87f033e8f86650a22c742c9c6f357469ebb29747 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 9 Oct 2024 13:49:04 +0800 Subject: [PATCH] python3-hypothesis: upgrade 6.112.1 -> 6.112.4 Changelog: =========== - tweak the paths in @example(...) patches, so that both git apply and patch will work by default. - refactor internals of hypothesis.stateful.Bundle to have a more consistent representation internally. - fixe an internal error when the __context__ attribute of a raised exception leads to a cycle Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- ...hon3-hypothesis_6.112.1.bb => python3-hypothesis_6.112.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.112.1.bb => python3-hypothesis_6.112.4.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.112.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.112.4.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.112.1.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.112.4.bb index e4b7b53579f..1010348e387 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.112.1.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.112.4.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "b070d7a1bb9bd84706c31885c9aeddc138e2b36a9c112a91984f49501c567856" +SRC_URI[sha256sum] = "8fe64e4a6d0862e209e3c36b42037aee9665cb839d619d9281be45345ab7d856" RDEPENDS:${PN} += " \ python3-attrs \ -- 2.47.3