]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3-hypothesis: upgrade 6.84.0 -> 6.84.3
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 13 Sep 2023 09:39:52 +0000 (17:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Sep 2023 08:19:34 +0000 (09:19 +0100)
commita7368ec7cd7717077f2200f771b04de8d0e7c8b6
treede58e7902e611d64725eed22a1cb23f0e71a9c01
parent26ae7c22e1945c4ae3e0cbea5ab6150009beb153
python3-hypothesis: upgrade 6.84.0 -> 6.84.3

Changelog:
===========
-This patch automatically disables the differing_executors health check for
 methods which are also pytest parametrized tests, because those were mostly
 false alarms (issue #3733).
-Building on recent releases, characters() now accepts _any_ codec=, not just
 "utf-8" and "ascii".
-This includes standard codecs from the codecs module and their aliases,
 platform specific and user-registered codecs if they are available, and
 python-specific text encodings (but not text transforms or binary transforms).
-This patch by Reagan Lee makes st.text(...).filter(str.isidentifier) return
 an efficient custom strategy (issue #3480).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-hypothesis_6.84.3.bb [moved from meta/recipes-devtools/python/python3-hypothesis_6.84.0.bb with 91% similarity]