Message ID | 20250604084524.864-34-wangmy@fujitsu.com |
---|---|
State | New |
Headers | show |
Series | [01/45] apr: upgrade 1.7.5 -> 1.7.6 | expand |
On Wed Jun 4, 2025 at 10:45 AM CEST, wangmy via lists.openembedded.org wrote: > From: Wang Mingyu <wangmy@fujitsu.com> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> > --- Hi Wang, Thanks for your patch. It looks like we have some failing ptests with click: Failed ptests: {'python3-click': ['tests/test_utils.py:test_echo_via_pager[test0-cat]', 'tests/test_utils.py:test_echo_via_pager[test0-cat_]', 'tests/test_utils.py:test_echo_via_pager[test0-_cat_]', ... https://autobuilder.yoctoproject.org/valkyrie/#/builders/61/builds/1633 https://autobuilder.yoctoproject.org/valkyrie/#/builders/73/builds/1632 Ptest details can be found there: https://valkyrie.yocto.io/pub/non-release/20250604-83/testresults/qemux86-64-ptest/core-image-ptest-python3-click/ https://valkyrie.yocto.io/pub/non-release/20250604-83/testresults/qemuarm64-ptest/core-image-ptest-python3-click/ Can you have a look at these failures please?
diff --git a/meta/recipes-devtools/python/python3-click_8.1.8.bb b/meta/recipes-devtools/python/python3-click_8.2.1.bb similarity index 90% rename from meta/recipes-devtools/python/python3-click_8.1.8.bb rename to meta/recipes-devtools/python/python3-click_8.2.1.bb index 7be3d73546..05be963309 100644 --- a/meta/recipes-devtools/python/python3-click_8.1.8.bb +++ b/meta/recipes-devtools/python/python3-click_8.2.1.bb @@ -8,7 +8,7 @@ HOMEPAGE = "http://click.pocoo.org/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1fa98232fd645608937a0fdc82e999b8" -SRC_URI[sha256sum] = "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" +SRC_URI[sha256sum] = "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" inherit pypi python_flit_core ptest-python-pytest