From: Wang Mingyu Date: Wed, 9 Oct 2024 05:49:04 +0000 (+0800) Subject: python3-hypothesis: upgrade 6.112.1 -> 6.112.4 X-Git-Tag: yocto-5.2~1644 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87f033e8f86650a22c742c9c6f357469ebb29747;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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 \