From: Tim Orling Date: Wed, 1 Mar 2023 18:10:40 +0000 (-0800) Subject: python3-hypothesis: upgrade 6.68.1 -> 6.68.2 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1540 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fdfc5dfa09fc97409ee9ff6fafae3fd1bb523cf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-hypothesis: upgrade 6.68.1 -> 6.68.2 https://hypothesis.readthedocs.io/en/latest/changes.html#v6-68-2 6.68.2 - 2023-02-17 This patch fixes missing imports of the re module, when ghostwriting tests which include compiled patterns or regex flags. Thanks to Jens Heinrich for reporting and promptly fixing this bug! Signed-off-by: Tim Orling Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.68.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.68.2.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.68.1.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.68.2.bb index 1db31515ccc..23e842f2e28 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.68.1.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.68.2.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "b37bd77b4b7f404a59ff965e24be8aec4209323866e34ececdf416522c6d0854" +SRC_URI[sha256sum] = "a7eb2b0c9a18560d8197fe35047ceb58e7e8ab7623a3e5a82613f6a2cd71cffa" RDEPENDS:${PN} += " \ python3-attrs \