python3-hypothesis: upgrade 6.39.5 -> 6.43.2

Message ID 1650332686-20457-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series python3-hypothesis: upgrade 6.39.5 -> 6.43.2 | expand

Commit Message

Mingyu Wang (Fujitsu) April 19, 2022, 1:44 a.m. UTC
Changelog:
=========
Fixed a type annotation for "pyright --strict" (issue #3287).

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

Comments

Luca Ceresoli April 19, 2022, 4:07 p.m. UTC | #1
Hi wangmy,

Il giorno Tue, 19 Apr 2022 09:44:43 +0800
"wangmy" <wangmy@fujitsu.com> ha scritto:

> Changelog:
> =========
> Fixed a type annotation for "pyright --strict" (issue #3287).
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>

Also this patch won't apply as this package is already at 6.41.0 in
master.

Best regards.

Patch

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.39.5.bb b/meta/recipes-devtools/python/python3-hypothesis_6.43.2.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.39.5.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.43.2.bb
index 03ec94c1c1..ef0512fa08 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.39.5.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.43.2.bb
@@ -13,7 +13,7 @@  SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "2972edc54c90c70049facfc31db19f1997f9c5e89d2a05f6eeea1107600350f0"
+SRC_URI[sha256sum] = "8b840cd77cd314cac7d17d8fcea1c2a53e0afdc961450857344fe02aeba091e2"
 
 RDEPENDS:${PN} += " \
     python3-attrs \