diff mbox series

[1/2] python3-hypothesis: upgrade 6.102.4 -> 6.103.0

Message ID 20240604132427.2700918-1-tgamblin@baylibre.com
State Accepted, archived
Commit fc78eccf808014e60bc56bd7966ab00e5a7f9a80
Headers show
Series [1/2] python3-hypothesis: upgrade 6.102.4 -> 6.103.0 | expand

Commit Message

Trevor Gamblin June 4, 2024, 1:24 p.m. UTC
From: Trevor Gamblin <tgamblin@baylibre.com>

There are three releases since 6.102.4.

Changelog (https://hypothesis.readthedocs.io/en/latest/changes.html):

6.103.0 - 2024-05-29

- This release migrates the shrinker to our new internal representation,
  called the IR layer (pull request #3962). This improves the shrinker’s
  performance in the majority of cases. For example, on the Hypothesis
  test suite, shrinking is a median of 1.38x faster.
- It is possible this release regresses performance while shrinking
  certain strategies. If you encounter strategies which reliably shrink
  more slowly than they used to (or shrink slowly at all), please open
  an issue!
- You can read more about the IR layer at issue #3921.

6.102.6 - 2024-05-23

- This patch fixes one of our shrinking passes getting into a rare O(n)
  case instead of O(log(n)).

6.102.5 - 2024-05-22

- This patch fixes some introspection errors new in Python 3.11.9 and
  3.13.0b1, for the Ghostwriter and from_type().

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 ...hon3-hypothesis_6.102.4.bb => python3-hypothesis_6.103.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.102.4.bb => python3-hypothesis_6.103.0.bb} (91%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.102.4.bb b/meta/recipes-devtools/python/python3-hypothesis_6.103.0.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.102.4.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.103.0.bb
index ec43514d41..18ef7992a1 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.102.4.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.103.0.bb
@@ -13,7 +13,7 @@  SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "59b4d144346d5cffb482cc1bafbd21b13ff31608e8c4b3e4630339aee3e87763"
+SRC_URI[sha256sum] = "7fe91917b99fc98ac150ec295775a687448c7c42c2276ab6e4a6969a4b285bb5"
 
 RDEPENDS:${PN} += " \
     python3-attrs \