| Message ID | 20260319101332.2067-30-wangmy@fujitsu.com |
|---|---|
| State | Changes Requested |
| Headers | show |
| Series | [01/40] at-spi2-core: upgrade 2.58.3 -> 2.60.0 | expand |
On Thu Mar 19, 2026 at 11:13 AM CET, wangmy via lists.openembedded.org wrote: > From: Wang Mingyu <wangmy@fujitsu.com> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> > --- > ...python3-shacl2code_0.0.24.bb => python3-shacl2code_1.0.0.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-devtools/python/{python3-shacl2code_0.0.24.bb => python3-shacl2code_1.0.0.bb} (81%) > > diff --git a/meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb b/meta/recipes-devtools/python/python3-shacl2code_1.0.0.bb > similarity index 81% > rename from meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb > rename to meta/recipes-devtools/python/python3-shacl2code_1.0.0.bb > index 93ed9a2530..49416b3a04 100644 > --- a/meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb > +++ b/meta/recipes-devtools/python/python3-shacl2code_1.0.0.bb > @@ -5,7 +5,7 @@ LICENSE = "MIT" > LIC_FILES_CHKSUM = "file://LICENSE;md5=0582f358628f299f29c23bf5fb2f73c9" > > PYPI_PACKAGE = "shacl2code" > -SRC_URI[sha256sum] = "d8b511054ca564b4514b9186ece7f5eb8048cfc5daa6625def1a3adba13c4f66" > +SRC_URI[sha256sum] = "1f9d5cb786bf98d3a7de92218fe5e546143d6aa2aa134098200b06022629d005" > > inherit pypi python_hatchling > Hi Wang, Thanks for the upgrade. This is breaking python3-spdx-python-model: ERROR: python3-spdx-python-model-0.0.4-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3-spdx-python-model/0.0.4/temp/run.do_compile.3588241' failed with exit code 1 ... ERROR: Logfile of failure stored in: /srv/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3-spdx-python-model/0.0.4/temp/log.do_compile.3588241 Log data follows: | DEBUG: Executing shell function do_compile | * Getting build dependencies for wheel... | | ERROR Missing dependencies: | shacl2code==0.0.24 https://autobuilder.yoctoproject.org/valkyrie/#/builders/6/builds/3442 Can you have a look at the issue? Thanks, Mathieu
On Thu Mar 19, 2026 at 8:57 PM CET, Mathieu Dubois-Briand wrote: > On Thu Mar 19, 2026 at 11:13 AM CET, wangmy via lists.openembedded.org wrote: >> From: Wang Mingyu <wangmy@fujitsu.com> >> >> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> >> --- >> ...python3-shacl2code_0.0.24.bb => python3-shacl2code_1.0.0.bb} | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> rename meta/recipes-devtools/python/{python3-shacl2code_0.0.24.bb => python3-shacl2code_1.0.0.bb} (81%) >> >> diff --git a/meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb b/meta/recipes-devtools/python/python3-shacl2code_1.0.0.bb >> similarity index 81% >> rename from meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb >> rename to meta/recipes-devtools/python/python3-shacl2code_1.0.0.bb >> index 93ed9a2530..49416b3a04 100644 >> --- a/meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb >> +++ b/meta/recipes-devtools/python/python3-shacl2code_1.0.0.bb >> @@ -5,7 +5,7 @@ LICENSE = "MIT" >> LIC_FILES_CHKSUM = "file://LICENSE;md5=0582f358628f299f29c23bf5fb2f73c9" >> >> PYPI_PACKAGE = "shacl2code" >> -SRC_URI[sha256sum] = "d8b511054ca564b4514b9186ece7f5eb8048cfc5daa6625def1a3adba13c4f66" >> +SRC_URI[sha256sum] = "1f9d5cb786bf98d3a7de92218fe5e546143d6aa2aa134098200b06022629d005" >> >> inherit pypi python_hatchling >> > > Hi Wang, > > Thanks for the upgrade. > > This is breaking python3-spdx-python-model: > > ERROR: python3-spdx-python-model-0.0.4-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3-spdx-python-model/0.0.4/temp/run.do_compile.3588241' failed with exit code 1 > ... > ERROR: Logfile of failure stored in: /srv/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3-spdx-python-model/0.0.4/temp/log.do_compile.3588241 > Log data follows: > | DEBUG: Executing shell function do_compile > | * Getting build dependencies for wheel... > | > | ERROR Missing dependencies: > | shacl2code==0.0.24 > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/6/builds/3442 > > Can you have a look at the issue? > > Thanks, > Mathieu Upstream did upgrade: https://github.com/spdx/spdx-python-model/commit/678f5af062743cb8a84fdb24bb9e63963464c86b
diff --git a/meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb b/meta/recipes-devtools/python/python3-shacl2code_1.0.0.bb similarity index 81% rename from meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb rename to meta/recipes-devtools/python/python3-shacl2code_1.0.0.bb index 93ed9a2530..49416b3a04 100644 --- a/meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb +++ b/meta/recipes-devtools/python/python3-shacl2code_1.0.0.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0582f358628f299f29c23bf5fb2f73c9" PYPI_PACKAGE = "shacl2code" -SRC_URI[sha256sum] = "d8b511054ca564b4514b9186ece7f5eb8048cfc5daa6625def1a3adba13c4f66" +SRC_URI[sha256sum] = "1f9d5cb786bf98d3a7de92218fe5e546143d6aa2aa134098200b06022629d005" inherit pypi python_hatchling