summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-02-18 15:39:22 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-18 22:53:45 +0000
commit3ecaa6717f50a7019eb612418c5ea3447945b850 (patch)
tree926b6d6df3399c37264ddc4972ca9abfdea5fc12 /meta/recipes-devtools/python
parent7239109f200b8cc576a1f3f8e763d239a5d60ce3 (diff)
downloadpoky-3ecaa6717f50a7019eb612418c5ea3447945b850.tar.gz
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. (From OE-Core rev: d5400f3df7167d6b66a03e90fafff8a483e865ed) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.124.7.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.124.7.bb b/meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb
index 6b294ff68c..e5c1dfc6b4 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.124.7.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
13 file://test_rle.py \ 13 file://test_rle.py \
14 " 14 "
15 15
16SRC_URI[sha256sum] = "8ed6c6ae47e7d26d869c1dc3dee04e8fc50c95240715bb9915ded88d6d920f0e" 16SRC_URI[sha256sum] = "6276d9d8f7f91ebd7ad95081f004bcf5699afb4d680a8321861cbf3a5de45d3b"
17 17
18RDEPENDS:${PN} += " \ 18RDEPENDS:${PN} += " \
19 python3-attrs \ 19 python3-attrs \