diff mbox series

python3-hypothesis: upgrade 6.80.0 -> 6.81.2

Message ID 1689585025-23731-14-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 95f0610650f5a82e669a8962205f23d097c08516
Headers show
Series python3-hypothesis: upgrade 6.80.0 -> 6.81.2 | expand

Commit Message

Mingyu Wang (Fujitsu) July 17, 2023, 9:10 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-If the HYPOTHESIS_NO_PLUGINS environment variable is set, we'll avoid loading
 plugins such as the old Pydantic integration or HypoFuzz' CLI options.
-This is probably only useful for our own self-tests, but documented in case it
 might help narrow down any particularly weird bugs in complex environments.
-Fixes some lingering issues with inference of recursive types in
 hypothesis.strategies.from_type. 

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

Patch

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.80.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.81.2.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.80.0.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.81.2.bb
index 82f855d4b7..93bf638759 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.80.0.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.81.2.bb
@@ -13,7 +13,7 @@  SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "75d74da36fd3837b5b3fe15211dabc7389e78d882bf2c91bab2184ccf91fe64c"
+SRC_URI[sha256sum] = "e35165a73064370d30d476d7218f600d2bf861ff218192c9e994cb36aa190ae7"
 
 RDEPENDS:${PN} += " \
     python3-attrs \