diff mbox series

[17/24] python3-hypothesis: upgrade 6.110.1 -> 6.111.1

Message ID 1724136703-20023-17-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit d92f2fc4a2ee242d12bee37764fdac07446b851d
Headers show
Series [01/24] binutils: upgrade 2.43 -> 2.43.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 20, 2024, 6:51 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-improves shrinking in cases involving 'slips' from one strategy to another.
-reduces the range of :class:'python:datetime.datetime' generated by :
 func:'~hypothesis.extra.django.from_model' in order to avoid
 https://code.djangoproject.com/ticket/35683.

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

Patch

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.110.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.111.1.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.110.1.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.111.1.bb
index 29fe7e18a2..04c8d537fd 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.110.1.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.111.1.bb
@@ -13,7 +13,7 @@  SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "a138bfaea11aba6daadf8effd9065251a6fec1549f25b7d72ac9881a413f76b0"
+SRC_URI[sha256sum] = "6ab6185a858fa692bf125c0d0a936134edc318bee01c05e407c71c9ead0b61c5"
 
 RDEPENDS:${PN} += " \
     python3-attrs \