diff mbox series

python3-hypothesis: upgrade 6.61.0 -> 6.62.0

Message ID 1673760250-2563-4-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 31c0a609e2af33a7734337ebb9e2377556506fdc
Headers show
Series python3-hypothesis: upgrade 6.61.0 -> 6.62.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 15, 2023, 5:24 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
we now support @example(...).xfail(), with the same (optional) condition, reason, and raises arguments as pytest.mark.xfail().

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-hypothesis_6.61.0.bb => python3-hypothesis_6.62.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.61.0.bb => python3-hypothesis_6.62.0.bb} (91%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.61.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.62.0.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.61.0.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.62.0.bb
index 204471c186..4369a697bd 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.61.0.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.62.0.bb
@@ -13,7 +13,7 @@  SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "fbf7da30aea839d88898f74bcc027f0f997060498a8a7605880688c8a2166215"
+SRC_URI[sha256sum] = "76f1141e8237f6dd0780a171bec5d6aec873208ccc27b5f9753d4cccd8904272"
 
 RDEPENDS:${PN} += " \
     python3-attrs \