diff mbox series

python3-hypothesis: upgrade 6.88.1 -> 6.88.3

Message ID 1700037358-1559-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 59405dee0be2d49418263d2954c50a644c0e8698
Headers show
Series python3-hypothesis: upgrade 6.88.1 -> 6.88.3 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 15, 2023, 8:35 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-refactors from_type(typing.Tuple), allowing register_type_strategy() to take
 effect for tuples instead of being silently ignored (issue #3750).
-improves the speed of the explain phase on python 3.12+, by using the new
 sys.monitoring module to collect coverage, instead of sys.settrace.

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

Patch

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.88.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.88.3.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.88.1.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.88.3.bb
index e6703f103b..ef1be95d6a 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.88.1.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.88.3.bb
@@ -13,7 +13,7 @@  SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "f4c2c004b9ec3e0e25332ad2cb6b91eba477a855557a7b5c6e79068809ff8b51"
+SRC_URI[sha256sum] = "5cfda253e34726c98ab04b9595fca15677ee9f4f6055146aea25a6278d71f6f1"
 
 RDEPENDS:${PN} += " \
     python3-attrs \