diff mbox series

[2/4] python3-hypothesis: upgrade 6.68.1 -> 6.68.2

Message ID b9384e278bb14a4a3e9988475c7ffb86bdd09802.1677693991.git.tim.orling@konsulko.com
State Accepted, archived
Commit 9fdfc5dfa09fc97409ee9ff6fafae3fd1bb523cf
Headers show
Series [1/4] python3-more-itertools: upgrade 9.0.0 -> 9.1.0 | expand

Commit Message

Tim Orling March 1, 2023, 6:10 p.m. UTC
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 <tim.orling@konsulko.com>
---
All ptests pass on qemux86-64

 ...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 mbox series

Patch

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 \