From: Wang Mingyu Date: Sun, 15 Jan 2023 05:24:09 +0000 (+0800) Subject: python3-hypothesis: upgrade 6.61.0 -> 6.62.0 X-Git-Tag: 2023-04-mickledore~769 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c0a609e2af33a7734337ebb9e2377556506fdc;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-hypothesis: upgrade 6.61.0 -> 6.62.0 Changelog: we now support @example(...).xfail(), with the same (optional) condition, reason, and raises arguments as pytest.mark.xfail(). Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.61.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.62.0.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.61.0.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.62.0.bb index 204471c1864..4369a697bd9 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.61.0.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.62.0.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "fbf7da30aea839d88898f74bcc027f0f997060498a8a7605880688c8a2166215" +SRC_URI[sha256sum] = "76f1141e8237f6dd0780a171bec5d6aec873208ccc27b5f9753d4cccd8904272" RDEPENDS:${PN} += " \ python3-attrs \