]> code.ossystems Code Review - openembedded-core.git/commit
python3-hypothesis: upgrade 6.37.2 -> 6.39.0
authorwangmy <wangmy@fujitsu.com>
Tue, 1 Mar 2022 09:41:44 +0000 (17:41 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Mar 2022 18:41:31 +0000 (18:41 +0000)
commit4278a345300dd9c42fcd28a7f2149e6046b3467e
tree1e7f3b8d4d07fe04c09f3758e707eecfeb04c6aa
parente9ff8a96165ce8901f36da1be1eae4b6bc2c3a3b
python3-hypothesis: upgrade 6.37.2 -> 6.39.0

Changelog:
=========
This release improves Hypothesis' handling of positional-only arguments,
which are now allowed @st.composite strategies.

On Python 3.8 and later, the first arguments to builds() and from_model()
are now natively positional-only. In cases which were already errors, the
TypeError from incorrect usage will therefore be raises immediately when
the function is called, rather than when the strategy object is used.

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