]> code.ossystems Code Review - openembedded-core.git/commit
python3-hypothesis: upgrade 6.14.3 -> 6.14.5
authorTim Orling <ticotimo@gmail.com>
Wed, 4 Aug 2021 20:57:21 +0000 (20:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Aug 2021 07:51:17 +0000 (08:51 +0100)
commit19bc156c8f9d43c963b2db3535d11d05c6916600
tree6430121ff05ffec4264071ea076487309524f784
parent3a0af9245b11326ced96a05db85e0e45e6422d4a
python3-hypothesis: upgrade 6.14.3 -> 6.14.5

6.14.5 - 2021-07-27
This patch fixes hypothesis.strategies._internal.types.is_a_new_type. It
was failing on Python 3.10.0b4, where NewType is a function.

6.14.4 - 2021-07-26
This patch fixes from_type() and register_type_strategy() for
typing.NewType on Python 3.10, which changed the underlying
implementation (see bpo-44353 for details).

References:
https://bugs.python.org/issue44353

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.14.5.bb [moved from meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb with 85% similarity]