Re: [OE-core] [PATCH 28/42] python3-hypothesis: upgrade 6.54.1 -> 6.54.3

2022-08-19 Thread Alexander Kanavin
Hello Qi, no problem, this can be dropped. I'm working on a python 3.11 upgrade now: https://git.yoctoproject.org/poky-contrib/log/?h=akanavin/python-3.11 The only issue found by AB is a couple failing tests:

Re: [OE-core] [PATCH 28/42] python3-hypothesis: upgrade 6.54.1 -> 6.54.3

2022-08-19 Thread Chen Qi
Hi Alex, I sent a patch to revert this recipe's version to 6.46, because it was broken since it was upgraded to 6.48. In short, it's trying to use some python3.11 feature and falls back to a module which itself is a backport from python3.11. More details are in the commit message:

[OE-core] [PATCH 28/42] python3-hypothesis: upgrade 6.54.1 -> 6.54.3

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ython3-hypothesis_6.54.1.bb => python3-hypothesis_6.54.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.54.1.bb => python3-hypothesis_6.54.3.bb} (91%) diff --git