summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-26 16:28:00 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-28 12:37:44 +0100
commite7302ee78e0b7f24740a665ba1a3d16987b08036 (patch)
tree9a4019e7a41d8ebd2ebdb0ae7c4d687b586d64ab /meta/recipes-devtools
parent7a8ff35670254579c6a68b77852503647e3dfad7 (diff)
downloadopenembedded-core-contrib-e7302ee78e0b7f24740a665ba1a3d16987b08036.tar.gz
python3-hypothesis: upgrade 6.84.3 -> 6.86.2
Changelog: =========== -Hotfix for issue #3747, a bug in explain mode which is so rare that we missed it in six months of dogfooding. -This patch improves the documentation of @example(...).xfail() by adding a note about PEP 614, similar to @example(...).via(), and adds a warning when a strategy generates a test case which seems identical to one provided by an xfailed example. -This release enables the explain phase by default. -This patch switches some of our type annotations to use typing.Literal when only a few specific values are allowed, such as UUID or IP address versions. -This release deprecates the old whitelist/blacklist arguments to characters(), in favor of include/exclude arguments which more clearly describe their effects on the set of characters which can be generated. -You can use Hypothesis; codemods to automatically upgrade to the new argument names. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-hypothesis_6.86.2.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.84.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.84.3.bb b/meta/recipes-devtools/python/python3-hypothesis_6.86.2.bb
index 21b0f65a8e..6ec1457e46 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.84.3.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.86.2.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
file://test_rle.py \
"
-SRC_URI[sha256sum] = "b4117f4138e81986cf62ad4e1410a021adeaa52e4b0326419da626cd7d3b6250"
+SRC_URI[sha256sum] = "e5d75d70f5a4fc372cddf03ec6141237a0a270ed106aeb2156a4984f06d37b0f"
RDEPENDS:${PN} += " \
python3-attrs \