diff options
author | Tim Orling <ticotimo@gmail.com> | 2021-08-18 22:18:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-20 08:53:03 +0100 |
commit | fdfd6c0f904fd75c06ce60f73fd96e6950356eb1 (patch) | |
tree | e5c3183653259bc37d98a19e27583b493129894b /meta/recipes-devtools | |
parent | 341c0a7303b8b6e29966001735e801b1cc71947c (diff) | |
download | poky-fdfd6c0f904fd75c06ce60f73fd96e6950356eb1.tar.gz |
python3-hypothesis: upgrade 6.14.5 -> 6.14.8
6.14.8 - 2021-08-16
This patch ensures that registering a strategy for a subclass of a
parametrised generic type such as class Lines(Sequence[str]): will not
“leak” into unrelated strategies such as st.from_type(Sequence[int])
(issue #2951). Unfortunately this fix requires PEP 560, meaning Python
3.7 or later.
6.14.7 - 2021-08-14
This patch fixes issue #3050, where attrs classes could cause an internal
error in the ghostwriter.
6.14.6 - 2021-08-07
This patch improves the error message for issue #3016, where PEP 585 builtin
generics with self-referential forward-reference strings cannot be resolved
to a strategy by from_type().
References:
https://github.com/HypothesisWorks/hypothesis/issues/2951
https://www.python.org/dev/peps/pep-0560
https://github.com/HypothesisWorks/hypothesis/issues/3050
https://www.python.org/dev/peps/pep-0585
(From OE-Core rev: 1f2276c6d0312854caacebe1c83dee57474f1bb2)
Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-hypothesis_6.14.8.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.14.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.14.5.bb b/meta/recipes-devtools/python/python3-hypothesis_6.14.8.bb index 0460a43198..bc29b94a54 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.14.5.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.14.8.bb | |||
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "hypothesis" | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "0563b9711fd9bf478cb591580a575c369d2c396f283efa85d0f9a75b26db65b5" | 10 | SRC_URI[sha256sum] = "cb80e06ca44992b08d2889734b740e67c8b41337315bbd6dba2ef43ca816cfe3" |
11 | 11 | ||
12 | RDEPENDS:${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | python3-attrs \ | 13 | python3-attrs \ |