]> code.ossystems Code Review - openembedded-core.git/commit
python3-hypothesis: upgrade 6.14.8 -> 6.15.0
authorTim Orling <ticotimo@gmail.com>
Sun, 22 Aug 2021 03:39:40 +0000 (20:39 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Aug 2021 21:21:12 +0000 (22:21 +0100)
commitca0039a6e5524ab1e74df285ce16460dc980da65
treef27ecae59aab8698f400c0ac57c2de6922255ac8
parent74e0249af85782af436791d1339ce864536d2022
python3-hypothesis: upgrade 6.14.8 -> 6.15.0

6.15.0 - 2021-08-22

This release emits a more useful error message when @given() is applied to
a coroutine function, i.e. one defined using async def (issue #3054).

This was previously only handled by the generic return_value health check,
which doesn’t direct you to use either a custom executor or a library such
as pytest-trio or pytest-asyncio to handle it for you.

6.14.9 - 2021-08-20

This patch fixes a regression in Hypothesis 6.14.8, where from_type() failed
to resolve types which inherit from multiple parametrised generic types,
affecting the returns package (issue #3060).

References:
https://github.com/HypothesisWorks/hypothesis/issues/3054
https://github.com/HypothesisWorks/hypothesis/issues/3060

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-hypothesis_6.15.0.bb [moved from meta/recipes-devtools/python/python3-hypothesis_6.14.8.bb with 85% similarity]