From: Wang Mingyu Date: Wed, 22 Nov 2023 09:05:47 +0000 (+0800) Subject: python3-hypothesis: upgrade 6.89.0 -> 6.90.0 X-Git-Tag: yocto-5.2~4497 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f17603daac0ad98f5c7a4f56ca8e23b2b16cd9ed;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-hypothesis: upgrade 6.89.0 -> 6.90.0 Changelog: ============ -makes it an error to assign settings = settings(...) as a class attribute on a RuleBasedStateMachine. -refactors some internals. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.89.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.90.0.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.89.0.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.90.0.bb index 035809c3947..1760bb37a22 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.89.0.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.90.0.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "9168bb12cd29001067e66b5f25f1bbdeff08b80c29c3909e19fc8205d8b9aeed" +SRC_URI[sha256sum] = "0ab33900b9362318bd03d911a77a0dda8629c1877420074d87ae466919f6e4c0" RDEPENDS:${PN} += " \ python3-attrs \