]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-hypothesis: upgrade 6.68.1 -> 6.68.2
authorTim Orling <ticotimo@gmail.com>
Wed, 1 Mar 2023 18:10:40 +0000 (10:10 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Mar 2023 22:05:06 +0000 (22:05 +0000)
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>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-hypothesis_6.68.2.bb [moved from meta/recipes-devtools/python/python3-hypothesis_6.68.1.bb with 91% similarity]

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 1db31515ccc000e529f4381b7ca1f76d06137ba8..23e842f2e284ceb34ef623bc70804a078d58de4f 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "b37bd77b4b7f404a59ff965e24be8aec4209323866e34ececdf416522c6d0854"
+SRC_URI[sha256sum] = "a7eb2b0c9a18560d8197fe35047ceb58e7e8ab7623a3e5a82613f6a2cd71cffa"
 
 RDEPENDS:${PN} += " \
     python3-attrs \