]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-hypothesis: upgrade 6.124.7 -> 6.125.3
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 18 Feb 2025 07:39:22 +0000 (15:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Feb 2025 22:52:42 +0000 (22:52 +0000)
commitd5400f3df7167d6b66a03e90fafff8a483e865ed
tree1fafb0e26d45f14718dd39602ee43157c5b3d602
parent4ffda90946be7b8deab3be62961bf2f4e2e4770e
python3-hypothesis: upgrade 6.124.7 -> 6.125.3

Changelog:
============
- Improves sharing of some internal cache behavior.
- Optimize performance (improves speed by ~5%) and clarify the wording in
  an error message.
- Fixes a bug since around version 6.124.4 where we might have generated
  -0.0 for st.floats(min_value=0.0), which is unsound.
- Add 2024.12 to the list of recognized Array API versions in hypothesis.extra.array_api.
- Registration of experimental Alternative backends for Hypothesis is now done
  via hypothesis.internal.conjecture.providers.AVAILABLE_PROVIDERS instead of
  hypothesis.internal.conjecture.data.AVAILABLE_PROVIDERS.
- Refactor some internals for better type hinting.

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