Message ID | 20250626144912.3573904-1-jdmason@kudzu.us |
---|---|
State | New |
Headers | show |
Series | python3-protobuf: upgrade from 5.29.5 to 6.31.1 | expand |
Thanks. On 6/26/2025 9:49 AM, Jon Mason wrote: > From: Jon Mason <jon.mason@arm.com> > > protobuf was upgraded from 5.29.5 to 6.31.1. Upgrade python3-protobuf > to match, otherwise a fatal mismatch error occurs. > > Signed-off-by: Jon Mason <jon.mason@arm.com> > --- > .../{python3-protobuf_5.29.5.bb => python3-protobuf_6.31.1.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta-python/recipes-devtools/python/{python3-protobuf_5.29.5.bb => python3-protobuf_6.31.1.bb} (95%) > > diff --git a/meta-python/recipes-devtools/python/python3-protobuf_5.29.5.bb b/meta-python/recipes-devtools/python/python3-protobuf_6.31.1.bb > similarity index 95% > rename from meta-python/recipes-devtools/python/python3-protobuf_5.29.5.bb > rename to meta-python/recipes-devtools/python/python3-protobuf_6.31.1.bb > index 14ab3237b97b..bb801ffb71f4 100644 > --- a/meta-python/recipes-devtools/python/python3-protobuf_5.29.5.bb > +++ b/meta-python/recipes-devtools/python/python3-protobuf_6.31.1.bb > @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \ > " > > inherit pypi setuptools3 > -SRC_URI[sha256sum] = "bc1463bafd4b0929216c35f437a8e28731a2b7fe3d98bb77a600efced5a15c84" > +SRC_URI[sha256sum] = "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" > > CVE_PRODUCT += "google:protobuf protobuf:protobuf google-protobuf protobuf-python" > > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#118127): https://lists.openembedded.org/g/openembedded-devel/message/118127 > Mute This Topic: https://lists.openembedded.org/mt/113844469/6551054 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [reatmon@ti.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_5.29.5.bb b/meta-python/recipes-devtools/python/python3-protobuf_6.31.1.bb similarity index 95% rename from meta-python/recipes-devtools/python/python3-protobuf_5.29.5.bb rename to meta-python/recipes-devtools/python/python3-protobuf_6.31.1.bb index 14ab3237b97b..bb801ffb71f4 100644 --- a/meta-python/recipes-devtools/python/python3-protobuf_5.29.5.bb +++ b/meta-python/recipes-devtools/python/python3-protobuf_6.31.1.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \ " inherit pypi setuptools3 -SRC_URI[sha256sum] = "bc1463bafd4b0929216c35f437a8e28731a2b7fe3d98bb77a600efced5a15c84" +SRC_URI[sha256sum] = "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" CVE_PRODUCT += "google:protobuf protobuf:protobuf google-protobuf protobuf-python"