diff mbox series

[4/7] python3-hypothesis: upgrade 6.167.0 -> 6.168.0

Message ID 20260910-mathieu-updates-2026-09-10-v1-4-da1b555eace9@bootlin.com
State New
Headers show
Series Upgrades of 2026-09-10 | expand

Commit Message

Mathieu Dubois-Briand Sept. 10, 2026, 11:03 a.m. UTC
Changelog:
- datetimes() now generates “tricky” datetimes more often: values on or
  near daylight-saving and other utc-offset transitions of the drawn
  timezone - including imaginary wall times, and ambiguous ones with
  each value of fold - as well as times adjacent to leap seconds and to
  well-known datetimes like the millennium and the end of the signed
  32-bit Unix epoch.
- This release also fixes some rare internal errors, where an error
  raised partway through updating an internal cache - for example by a
  deeply recursive strategy raising RecursionError - could leave that
  cache corrupted.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 .../{python3-hypothesis_6.167.0.bb => python3-hypothesis_6.168.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.167.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.168.0.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.167.0.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.168.0.bb
index 075a6edca451..ec75251e705f 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.167.0.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.168.0.bb
@@ -16,7 +16,7 @@  SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "23a60707a2bc5e0c59ef95e94264c4e8fd1c54b4ca1b95cbde74fb68b9c2eeef"
+SRC_URI[sha256sum] = "72af51087b7b5ab21c49f0d502f803c20897678652835596bd2a8b169a39135e"
 
 RDEPENDS:${PN} += " \
     python3-attrs \