diff mbox series

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

Message ID 20220819072727.2236928-28-alex@linutronix.de
State New
Headers show
Series [01/42] nfs-utils: upgrade 2.6.1 -> 2.6.2 | expand

Commit Message

Alexander Kanavin Aug. 19, 2022, 7:27 a.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 ...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%)

Comments

ChenQi Aug. 19, 2022, 8:09 a.m. UTC | #1
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] 
python3-hypothesis: revert back to 6.46.11

Regards,
Qi

On 8/19/22 15:27, Alexander Kanavin wrote:
> Signed-off-by: Alexander Kanavin<alex@linutronix.de>
> ---
>   ...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 a/meta/recipes-devtools/python/python3-hypothesis_6.54.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.54.3.bb
> similarity index 91%
> rename from meta/recipes-devtools/python/python3-hypothesis_6.54.1.bb
> rename to meta/recipes-devtools/python/python3-hypothesis_6.54.3.bb
> index afcd5e64ef..7874fed296 100644
> --- a/meta/recipes-devtools/python/python3-hypothesis_6.54.1.bb
> +++ b/meta/recipes-devtools/python/python3-hypothesis_6.54.3.bb
> @@ -13,7 +13,7 @@ SRC_URI += " \
>       file://test_rle.py  \
>       "
>   
> -SRC_URI[sha256sum] = "de63c34309181875e71d0f5d1c1051c9320a1fe0517ea6733af8cedf818191f4"
> +SRC_URI[sha256sum] = "03749f5e2cb982e54e2a11abcb367b9a260ef8e279387d437145354c080a6bdc"
>   
>   RDEPENDS:${PN} += " \
>       python3-attrs \
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#169598):https://lists.openembedded.org/g/openembedded-core/message/169598
> Mute This Topic:https://lists.openembedded.org/mt/93120253/3618072
> Group Owner:openembedded-core+owner@lists.openembedded.org
> Unsubscribe:https://lists.openembedded.org/g/openembedded-core/unsub  [Qi.Chen@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Alexander Kanavin Aug. 19, 2022, 8:15 a.m. UTC | #2
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:
https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/3909/steps/12/logs/stdio

Alex

On Fri, 19 Aug 2022 at 10:09, ChenQi <Qi.Chen@windriver.com> wrote:
>
> 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] python3-hypothesis: revert back to 6.46.11
>
> Regards,
> Qi
>
> On 8/19/22 15:27, Alexander Kanavin wrote:
>
> Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> ---
>  ...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 a/meta/recipes-devtools/python/python3-hypothesis_6.54.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.54.3.bb
> similarity index 91%
> rename from meta/recipes-devtools/python/python3-hypothesis_6.54.1.bb
> rename to meta/recipes-devtools/python/python3-hypothesis_6.54.3.bb
> index afcd5e64ef..7874fed296 100644
> --- a/meta/recipes-devtools/python/python3-hypothesis_6.54.1.bb
> +++ b/meta/recipes-devtools/python/python3-hypothesis_6.54.3.bb
> @@ -13,7 +13,7 @@ SRC_URI += " \
>      file://test_rle.py \
>      "
>
> -SRC_URI[sha256sum] = "de63c34309181875e71d0f5d1c1051c9320a1fe0517ea6733af8cedf818191f4"
> +SRC_URI[sha256sum] = "03749f5e2cb982e54e2a11abcb367b9a260ef8e279387d437145354c080a6bdc"
>
>  RDEPENDS:${PN} += " \
>      python3-attrs \
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#169598): https://lists.openembedded.org/g/openembedded-core/message/169598
> Mute This Topic: https://lists.openembedded.org/mt/93120253/3618072
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [Qi.Chen@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.54.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.54.3.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.54.1.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.54.3.bb
index afcd5e64ef..7874fed296 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.54.1.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.54.3.bb
@@ -13,7 +13,7 @@  SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "de63c34309181875e71d0f5d1c1051c9320a1fe0517ea6733af8cedf818191f4"
+SRC_URI[sha256sum] = "03749f5e2cb982e54e2a11abcb367b9a260ef8e279387d437145354c080a6bdc"
 
 RDEPENDS:${PN} += " \
     python3-attrs \