diff mbox series

python3-hypothesis: upgrade 6.81.2 -> 6.82.0

Message ID 20230723154431.3967246-1-tim.orling@konsulko.com
State Accepted, archived
Commit 4d41717cf4c0a71d0c220e9f3633d07af0184472
Headers show
Series python3-hypothesis: upgrade 6.81.2 -> 6.82.0 | expand

Commit Message

Tim Orling July 23, 2023, 3:44 p.m. UTC
https://hypothesis.readthedocs.io/en/latest/changes.html#v6-82-0

6.82.0 - 2023-07-20
* from_regex() now supports the atomic grouping ((?>...)) and possessive
  quantifier (*+, ++, ?+, {m,n}+) syntax added in Python 3.11.

  Thanks to Cheuk Ting Ho for implementing this!

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
All ptests pass on qemux86_64 core-image-ptest-python3-hypothesis

 ...ython3-hypothesis_6.81.2.bb => python3-hypothesis_6.82.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.81.2.bb => python3-hypothesis_6.82.0.bb} (91%)
diff mbox series

Patch

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