From 9fdfc5dfa09fc97409ee9ff6fafae3fd1bb523cf Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Wed, 1 Mar 2023 10:10:40 -0800 Subject: [PATCH] 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 --- ...ython3-hypothesis_6.68.1.bb => python3-hypothesis_6.68.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.68.1.bb => python3-hypothesis_6.68.2.bb} (91%) 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 \ -- 2.47.3