diff options
| author | Tim Orling <ticotimo@gmail.com> | 2023-03-01 10:10:40 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-03 18:03:56 +0000 |
| commit | bfb412e848ff23ebf1e0ac96d650362da601a244 (patch) | |
| tree | 10942c552a28f391def30709662d89f80feb270c /meta/recipes-devtools/python | |
| parent | b3c9b6033aec736c4e831fd99fd5da594e77be92 (diff) | |
| download | poky-bfb412e848ff23ebf1e0ac96d650362da601a244.tar.gz | |
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!
(From OE-Core rev: 9fdfc5dfa09fc97409ee9ff6fafae3fd1bb523cf)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-hypothesis_6.68.2.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.68.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.68.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.68.2.bb index 1db31515cc..23e842f2e2 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 += " \ | |||
| 13 | file://test_rle.py \ | 13 | file://test_rle.py \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | SRC_URI[sha256sum] = "b37bd77b4b7f404a59ff965e24be8aec4209323866e34ececdf416522c6d0854" | 16 | SRC_URI[sha256sum] = "a7eb2b0c9a18560d8197fe35047ceb58e7e8ab7623a3e5a82613f6a2cd71cffa" |
| 17 | 17 | ||
| 18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
| 19 | python3-attrs \ | 19 | python3-attrs \ |
