| Message ID | 0101019c720ee382-b27e2993-68bf-4034-a5b8-1bc9fd0d4663-000000@us-west-2.amazonses.com |
|---|---|
| State | New |
| Headers | show |
| Series | [AUH] python3-rdflib: upgrading to 7.6.0 SUCCEEDED | expand |
Hello Wang, and everyone, Alex mentioned in the YP tech call today that he's on vacation starting tomorrow, iirc. Alex, I assume that you won't be sending a patch series for the succeeding AUH upgrades. Wang, Have you or do you plan to work on that? If not, Hongxu and maybe others at WR will work on that. I'm going to focus on the failed AUH upgrade set of recipes. ../Randy On 2026-02-18 1:41 p.m., Auto Upgrade Helper via lists.openembedded.org wrote: > Hello, > > this email is a notification from the Auto Upgrade Helper > that the automatic attempt to upgrade the recipe(s) *python3-rdflib* to *7.6.0* has Succeeded. > > Next steps: > - apply the patch: git am 0001-python3-rdflib-upgrade-7.5.0-7.6.0.patch > - check the changes to upstream patches and summarize them in the commit message, > - compile an image that contains the package > - perform some basic sanity tests > - amend the patch and sign it off: git commit -s --reset-author --amend > - send it to the appropriate mailing list > > Alternatively, if you believe the recipe should not be upgraded at this time, > you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that > automatic upgrades would no longer be attempted. > > Please review the attached files for further information and build/update failures. > Any problem please file a bug athttps://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler > > Regards, > The Upgrade Helper > > -- >8 -- > From 6a230684782cbe47a4f0e5fe6c2268da57091fea Mon Sep 17 00:00:00 2001 > From: Upgrade Helper<auh@yoctoproject.org> > Date: Wed, 18 Feb 2026 13:46:27 +0000 > Subject: [PATCH] python3-rdflib: upgrade 7.5.0 -> 7.6.0 > > --- > ...dflib_7.5.0.bb => python3-rdflib_7.6.0.bb} | 25 +++++++++++++++++-- > 1 file changed, 23 insertions(+), 2 deletions(-) > rename meta/recipes-devtools/python/{python3-rdflib_7.5.0.bb => python3-rdflib_7.6.0.bb} (34%) > > diff --git a/meta/recipes-devtools/python/python3-rdflib_7.5.0.bb b/meta/recipes-devtools/python/python3-rdflib_7.6.0.bb > similarity index 34% > rename from meta/recipes-devtools/python/python3-rdflib_7.5.0.bb > rename to meta/recipes-devtools/python/python3-rdflib_7.6.0.bb > index e421aa2bac..1b830e8aa9 100644 > --- a/meta/recipes-devtools/python/python3-rdflib_7.5.0.bb > +++ b/meta/recipes-devtools/python/python3-rdflib_7.6.0.bb > @@ -1,10 +1,31 @@ > +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. > +# The following is the difference between the old and the new license text. > +# Please update the LICENSE value if needed, and summarize the changes in > +# the commit message via 'License-Update:' tag. > +# (example: 'License-Update: copyright years updated.') > +# > +# The changes: > +# > +# --- LICENSE > +# +++ LICENSE > +# @@ -1,6 +1,6 @@ > +# BSD 3-Clause License > +# > +# -Copyright (c) 2002-2025, RDFLib Team > +# +Copyright (c) 2002-2026, RDFLib Team > +# All rights reserved. > +# > +# Redistribution and use in source and binary forms, with or without > +# > +# > + > SUMMARY = "RDFLib is a pure Python package for working with RDF" > HOMEPAGE ="https://github.com/RDFLib/rdflib" > SECTION = "devel/python" > LICENSE = "BSD-3-Clause" > -LIC_FILES_CHKSUM ="file://LICENSE;md5=7006e973486c4700556f6d58cba0ab6c" > +LIC_FILES_CHKSUM ="file://LICENSE;md5=0ac0171cee5250c44d7d49847ae53a3e" > > -SRC_URI[sha256sum] = "663083443908b1830e567350d72e74d9948b310f827966358d76eebdc92bf592" > +SRC_URI[sha256sum] = "6c831288d5e4a5a7ece85d0ccde9877d512a3d0f02d7c06455d00d6d0ea379df" > > inherit pypi python_poetry_core > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#231360):https://lists.openembedded.org/g/openembedded-core/message/231360 > Mute This Topic:https://lists.openembedded.org/mt/117879875/3616765 > Group Owner:openembedded-core+owner@lists.openembedded.org > Unsubscribe:https://lists.openembedded.org/g/openembedded-core/unsub [randy.macleod@windriver.com] > -=-=-=-=-=-=-=-=-=-=-=- >
On Tue, 24 Feb 2026 at 17:41, Randy MacLeod <randy.macleod@windriver.com> wrote: > If not, Hongxu and maybe others at WR will work on that. > I'm going to focus on the failed AUH upgrade set of recipes. Thanks, that would be much appreciated. Most of the failures aren't difficult to resolve (rebase conflicts, or newly appearing musl fails), they just stack up to significant amount of work altogether. Alex
On 2/25/26 00:41, Randy MacLeod wrote: > Hello Wang, and everyone, > > Alex mentioned in the YP tech call today that he's on vacation > starting tomorrow, iirc. > > Alex, > I assume that you won't be sending a patch series for the > succeeding AUH upgrades. > > Wang, > Have you or do you plan to work on that? > > If not, Hongxu and maybe others at WR will work on that. > I'm going to focus on the failed AUH upgrade set of recipes. > Add Qi which is doing investigation on AUH //Hongxu > ../Randy > > > On 2026-02-18 1:41 p.m., Auto Upgrade Helper via > lists.openembedded.org wrote: >> Hello, >> >> this email is a notification from the Auto Upgrade Helper >> that the automatic attempt to upgrade the recipe(s) *python3-rdflib* to *7.6.0* has Succeeded. >> >> Next steps: >> - apply the patch: git am 0001-python3-rdflib-upgrade-7.5.0-7.6.0.patch >> - check the changes to upstream patches and summarize them in the commit message, >> - compile an image that contains the package >> - perform some basic sanity tests >> - amend the patch and sign it off: git commit -s --reset-author --amend >> - send it to the appropriate mailing list >> >> Alternatively, if you believe the recipe should not be upgraded at this time, >> you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that >> automatic upgrades would no longer be attempted. >> >> Please review the attached files for further information and build/update failures. >> Any problem please file a bug athttps://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler >> >> Regards, >> The Upgrade Helper >> >> -- >8 -- >> From 6a230684782cbe47a4f0e5fe6c2268da57091fea Mon Sep 17 00:00:00 2001 >> From: Upgrade Helper<auh@yoctoproject.org> >> Date: Wed, 18 Feb 2026 13:46:27 +0000 >> Subject: [PATCH] python3-rdflib: upgrade 7.5.0 -> 7.6.0 >> >> --- >> ...dflib_7.5.0.bb => python3-rdflib_7.6.0.bb} | 25 +++++++++++++++++-- >> 1 file changed, 23 insertions(+), 2 deletions(-) >> rename meta/recipes-devtools/python/{python3-rdflib_7.5.0.bb => python3-rdflib_7.6.0.bb} (34%) >> >> diff --git a/meta/recipes-devtools/python/python3-rdflib_7.5.0.bb b/meta/recipes-devtools/python/python3-rdflib_7.6.0.bb >> similarity index 34% >> rename from meta/recipes-devtools/python/python3-rdflib_7.5.0.bb >> rename to meta/recipes-devtools/python/python3-rdflib_7.6.0.bb >> index e421aa2bac..1b830e8aa9 100644 >> --- a/meta/recipes-devtools/python/python3-rdflib_7.5.0.bb >> +++ b/meta/recipes-devtools/python/python3-rdflib_7.6.0.bb >> @@ -1,10 +1,31 @@ >> +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. >> +# The following is the difference between the old and the new license text. >> +# Please update the LICENSE value if needed, and summarize the changes in >> +# the commit message via 'License-Update:' tag. >> +# (example: 'License-Update: copyright years updated.') >> +# >> +# The changes: >> +# >> +# --- LICENSE >> +# +++ LICENSE >> +# @@ -1,6 +1,6 @@ >> +# BSD 3-Clause License >> +# >> +# -Copyright (c) 2002-2025, RDFLib Team >> +# +Copyright (c) 2002-2026, RDFLib Team >> +# All rights reserved. >> +# >> +# Redistribution and use in source and binary forms, with or without >> +# >> +# >> + >> SUMMARY = "RDFLib is a pure Python package for working with RDF" >> HOMEPAGE ="https://github.com/RDFLib/rdflib" >> SECTION = "devel/python" >> LICENSE = "BSD-3-Clause" >> -LIC_FILES_CHKSUM ="file://LICENSE;md5=7006e973486c4700556f6d58cba0ab6c" >> +LIC_FILES_CHKSUM ="file://LICENSE;md5=0ac0171cee5250c44d7d49847ae53a3e" >> >> -SRC_URI[sha256sum] = "663083443908b1830e567350d72e74d9948b310f827966358d76eebdc92bf592" >> +SRC_URI[sha256sum] = "6c831288d5e4a5a7ece85d0ccde9877d512a3d0f02d7c06455d00d6d0ea379df" >> >> inherit pypi python_poetry_core >> >> >> -=-=-=-=-=-=-=-=-=-=-=- >> Links: You receive all messages sent to this group. >> View/Reply Online (#231360):https://lists.openembedded.org/g/openembedded-core/message/231360 >> Mute This Topic:https://lists.openembedded.org/mt/117879875/3616765 >> Group Owner:openembedded-core+owner@lists.openembedded.org >> Unsubscribe:https://lists.openembedded.org/g/openembedded-core/unsub [randy.macleod@windriver.com] >> -=-=-=-=-=-=-=-=-=-=-=- >> > > -- > # Randy MacLeod > # Wind River Linux
I've also been on vacation since 2.18 and just returned to work. I'll handle the python3-rdflib upgrade. -- Best Regards --------------------------------------------------- Wang Mingyu FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST) No.6 Wenzhu Road, Nanjing, 210012, China TEL:+86+25-86630566--8568 COINS: 79988548 FAX: +86+25-83317685 MAIL: wangmy@fujitsu.com<mailto:wangmy@fujitsu.com> From: Randy MacLeod <randy.macleod@windriver.com> Sent: Wednesday, February 25, 2026 12:42 AM To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>; Alexander Kanavin <alex.kanavin@gmail.com> Cc: openembedded-core@lists.openembedded.org; Jia, Hongxu <Hongxu.Jia@windriver.com> Subject: Re: [OE-core] [AUH] python3-rdflib: upgrading to 7.6.0 SUCCEEDED Hello Wang, and everyone, Alex mentioned in the YP tech call today that he's on vacation starting tomorrow, iirc. Alex, I assume that you won't be sending a patch series for the succeeding AUH upgrades. Wang, Have you or do you plan to work on that? If not, Hongxu and maybe others at WR will work on that. I'm going to focus on the failed AUH upgrade set of recipes. ../Randy On 2026-02-18 1:41 p.m., Auto Upgrade Helper via lists.openembedded.org wrote: Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-rdflib* to *7.6.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-rdflib-upgrade-7.5.0-7.6.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 6a230684782cbe47a4f0e5fe6c2268da57091fea Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org><mailto:auh@yoctoproject.org> Date: Wed, 18 Feb 2026 13:46:27 +0000 Subject: [PATCH] python3-rdflib: upgrade 7.5.0 -> 7.6.0 --- ...dflib_7.5.0.bb => python3-rdflib_7.6.0.bb} | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-rdflib_7.5.0.bb => python3-rdflib_7.6.0.bb} (34%) diff --git a/meta/recipes-devtools/python/python3-rdflib_7.5.0.bb b/meta/recipes-devtools/python/python3-rdflib_7.6.0.bb similarity index 34% rename from meta/recipes-devtools/python/python3-rdflib_7.5.0.bb rename to meta/recipes-devtools/python/python3-rdflib_7.6.0.bb index e421aa2bac..1b830e8aa9 100644 --- a/meta/recipes-devtools/python/python3-rdflib_7.5.0.bb +++ b/meta/recipes-devtools/python/python3-rdflib_7.6.0.bb @@ -1,10 +1,31 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -1,6 +1,6 @@ +# BSD 3-Clause License +# +# -Copyright (c) 2002-2025, RDFLib Team +# +Copyright (c) 2002-2026, RDFLib Team +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# +# + SUMMARY = "RDFLib is a pure Python package for working with RDF" HOMEPAGE = "https://github.com/RDFLib/rdflib"<https://github.com/RDFLib/rdflib> SECTION = "devel/python" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7006e973486c4700556f6d58cba0ab6c"<file://LICENSE;md5=7006e973486c4700556f6d58cba0ab6c> +LIC_FILES_CHKSUM = "file://LICENSE;md5=0ac0171cee5250c44d7d49847ae53a3e"<file://LICENSE;md5=0ac0171cee5250c44d7d49847ae53a3e> -SRC_URI[sha256sum] = "663083443908b1830e567350d72e74d9948b310f827966358d76eebdc92bf592" +SRC_URI[sha256sum] = "6c831288d5e4a5a7ece85d0ccde9877d512a3d0f02d7c06455d00d6d0ea379df" inherit pypi python_poetry_core -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231360): https://lists.openembedded.org/g/openembedded-core/message/231360 Mute This Topic: https://lists.openembedded.org/mt/117879875/3616765 Group Owner: openembedded-core+owner@lists.openembedded.org<mailto:openembedded-core+owner@lists.openembedded.org> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [randy.macleod@windriver.com<mailto:randy.macleod@windriver.com>] -=-=-=-=-=-=-=-=-=-=-=- -- # Randy MacLeod # Wind River Linux
On 2026-02-25 10:14 p.m., Mingyu Wang (Fujitsu) wrote: > > I've also been on vacation since 2.18 and just returned to work. I'll > handle the python3-rdflib upgrade. > Thanks Wangmy and I hope you had a good vacation. The bigger question is the > 50 packages that AUH managed to upgrade. Will you also do most of them or would you like to split this list with Hongxu/Qi/ etc? If you want to split it, please reply with the packages you will do. Thanks, ../Randy > -- > > Best Regards > > --------------------------------------------------- > > Wang Mingyu > > FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST) > > No.6 Wenzhu Road, Nanjing, 210012, China > > TEL:+86+25-86630566--8568 > > COINS: 79988548 > > FAX: +86+25-83317685 > > MAIL: wangmy@fujitsu.com <mailto:wangmy@fujitsu.com> > > *From:*Randy MacLeod <randy.macleod@windriver.com> > *Sent:* Wednesday, February 25, 2026 12:42 AM > *To:* Wang, Mingyu/王鸣瑜<wangmy@fujitsu.com>; Alexander Kanavin > <alex.kanavin@gmail.com> > *Cc:* openembedded-core@lists.openembedded.org; Jia, Hongxu > <Hongxu.Jia@windriver.com> > *Subject:* Re: [OE-core] [AUH] python3-rdflib: upgrading to 7.6.0 > SUCCEEDED > > Hello Wang, and everyone, > > Alex mentioned in the YP tech call today that he's on vacation > starting tomorrow, iirc. > > Alex, > I assume that you won't be sending a patch series for the > succeeding AUH upgrades. > > Wang, > Have you or do you plan to work on that? > > If not, Hongxu and maybe others at WR will work on that. > I'm going to focus on the failed AUH upgrade set of recipes. > > ../Randy > > On 2026-02-18 1:41 p.m., Auto Upgrade Helper via > lists.openembedded.org > <https://urldefense.com/v3/__http://lists.openembedded.org__;!!AjveYdw8EvQ!cC2WyezAalR6UZOZ07BsaBry1ZouLbKpeZ9nmC_s0Z9sWMH3AU12RFCRUC7BKKlhQzHFJRMeHgUCGuPSquz_VA$> > wrote: > > Hello, > > > > this email is a notification from the Auto Upgrade Helper > > that the automatic attempt to upgrade the recipe(s) *python3-rdflib* to *7.6.0* has Succeeded. > > > > Next steps: > > - apply the patch: git am 0001-python3-rdflib-upgrade-7.5.0-7.6.0.patch > > - check the changes to upstream patches and summarize them in the commit message, > > - compile an image that contains the package > > - perform some basic sanity tests > > - amend the patch and sign it off: git commit -s --reset-author --amend > > - send it to the appropriate mailing list > > > > Alternatively, if you believe the recipe should not be upgraded at this time, > > you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that > > automatic upgrades would no longer be attempted. > > > > Please review the attached files for further information and build/update failures. > > Any problem please file a bug athttps://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler > > > > Regards, > > The Upgrade Helper > > > > -- >8 -- > > From 6a230684782cbe47a4f0e5fe6c2268da57091fea Mon Sep 17 00:00:00 2001 > > From: Upgrade Helper<auh@yoctoproject.org> > > Date: Wed, 18 Feb 2026 13:46:27 +0000 > > Subject: [PATCH] python3-rdflib: upgrade 7.5.0 -> 7.6.0 > > > > --- > > ...dflib_7.5.0.bb => python3-rdflib_7.6.0.bb} | 25 +++++++++++++++++-- > > 1 file changed, 23 insertions(+), 2 deletions(-) > > rename meta/recipes-devtools/python/{python3-rdflib_7.5.0.bb => python3-rdflib_7.6.0.bb} (34%) > > > > diff --git a/meta/recipes-devtools/python/python3-rdflib_7.5.0.bb b/meta/recipes-devtools/python/python3-rdflib_7.6.0.bb > > similarity index 34% > > rename from meta/recipes-devtools/python/python3-rdflib_7.5.0.bb > > rename to meta/recipes-devtools/python/python3-rdflib_7.6.0.bb > > index e421aa2bac..1b830e8aa9 100644 > > --- a/meta/recipes-devtools/python/python3-rdflib_7.5.0.bb > > +++ b/meta/recipes-devtools/python/python3-rdflib_7.6.0.bb > > @@ -1,10 +1,31 @@ > > +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. > > +# The following is the difference between the old and the new license text. > > +# Please update the LICENSE value if needed, and summarize the changes in > > +# the commit message via 'License-Update:' tag. > > +# (example: 'License-Update: copyright years updated.') > > +# > > +# The changes: > > +# > > +# --- LICENSE > > +# +++ LICENSE > > +# @@ -1,6 +1,6 @@ > > +# BSD 3-Clause License > > +# > > +# -Copyright (c) 2002-2025, RDFLib Team > > +# +Copyright (c) 2002-2026, RDFLib Team > > +# All rights reserved. > > +# > > +# Redistribution and use in source and binary forms, with or without > > +# > > +# > > + > > SUMMARY = "RDFLib is a pure Python package for working with RDF" > > HOMEPAGE ="https://github.com/RDFLib/rdflib" > > SECTION = "devel/python" > > LICENSE = "BSD-3-Clause" > > -LIC_FILES_CHKSUM ="file://LICENSE;md5=7006e973486c4700556f6d58cba0ab6c" > > +LIC_FILES_CHKSUM ="file://LICENSE;md5=0ac0171cee5250c44d7d49847ae53a3e" > > > > -SRC_URI[sha256sum] = "663083443908b1830e567350d72e74d9948b310f827966358d76eebdc92bf592" > > +SRC_URI[sha256sum] = "6c831288d5e4a5a7ece85d0ccde9877d512a3d0f02d7c06455d00d6d0ea379df" > > > > inherit pypi python_poetry_core > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > View/Reply Online (#231360):https://lists.openembedded.org/g/openembedded-core/message/231360 > > Mute This Topic:https://lists.openembedded.org/mt/117879875/3616765 > > Group Owner:openembedded-core+owner@lists.openembedded.org > > Unsubscribe:https://lists.openembedded.org/g/openembedded-core/unsub [randy.macleod@windriver.com] > > -=-=-=-=-=-=-=-=-=-=-=- > > > > -- > # Randy MacLeod > # Wind River Linux
Should we prioritize upgrading the successful ones first and deal with the failed ones later? If so, there are about 60 in total. Should I take the first 30 or the last 30? What is the deadline? -- Best Regards --------------------------------------------------- Wang Mingyu FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST) No.6 Wenzhu Road, Nanjing, 210012, China TEL:+86+25-86630566--8568 COINS: 79988548 FAX: +86+25-83317685 MAIL: wangmy@fujitsu.com<mailto:wangmy@fujitsu.com> From: Randy MacLeod <randy.macleod@windriver.com> Sent: Thursday, February 26, 2026 10:26 PM To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>; Alexander Kanavin <alex.kanavin@gmail.com> Cc: openembedded-core@lists.openembedded.org; Jia, Hongxu <Hongxu.Jia@windriver.com> Subject: Re: [OE-core] [AUH] python3-rdflib: upgrading to 7.6.0 SUCCEEDED On 2026-02-25 10:14 p.m., Mingyu Wang (Fujitsu) wrote: I've also been on vacation since 2.18 and just returned to work. I'll handle the python3-rdflib upgrade. Thanks Wangmy and I hope you had a good vacation. The bigger question is the > 50 packages that AUH managed to upgrade. Will you also do most of them or would you like to split this list with Hongxu/Qi/ etc? If you want to split it, please reply with the packages you will do. Thanks, ../Randy -- Best Regards --------------------------------------------------- Wang Mingyu FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST) No.6 Wenzhu Road, Nanjing, 210012, China TEL:+86+25-86630566--8568 COINS: 79988548 FAX: +86+25-83317685 MAIL: wangmy@fujitsu.com<mailto:wangmy@fujitsu.com> From: Randy MacLeod <randy.macleod@windriver.com><mailto:randy.macleod@windriver.com> Sent: Wednesday, February 25, 2026 12:42 AM To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com><mailto:wangmy@fujitsu.com>; Alexander Kanavin <alex.kanavin@gmail.com><mailto:alex.kanavin@gmail.com> Cc: openembedded-core@lists.openembedded.org<mailto:openembedded-core@lists.openembedded.org>; Jia, Hongxu <Hongxu.Jia@windriver.com><mailto:Hongxu.Jia@windriver.com> Subject: Re: [OE-core] [AUH] python3-rdflib: upgrading to 7.6.0 SUCCEEDED Hello Wang, and everyone, Alex mentioned in the YP tech call today that he's on vacation starting tomorrow, iirc. Alex, I assume that you won't be sending a patch series for the succeeding AUH upgrades. Wang, Have you or do you plan to work on that? If not, Hongxu and maybe others at WR will work on that. I'm going to focus on the failed AUH upgrade set of recipes. ../Randy On 2026-02-18 1:41 p.m., Auto Upgrade Helper via lists.openembedded.org<https://urldefense.com/v3/__http:/lists.openembedded.org__;!!AjveYdw8EvQ!cC2WyezAalR6UZOZ07BsaBry1ZouLbKpeZ9nmC_s0Z9sWMH3AU12RFCRUC7BKKlhQzHFJRMeHgUCGuPSquz_VA$> wrote: Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-rdflib* to *7.6.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-rdflib-upgrade-7.5.0-7.6.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 6a230684782cbe47a4f0e5fe6c2268da57091fea Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org><mailto:auh@yoctoproject.org> Date: Wed, 18 Feb 2026 13:46:27 +0000 Subject: [PATCH] python3-rdflib: upgrade 7.5.0 -> 7.6.0 --- ...dflib_7.5.0.bb => python3-rdflib_7.6.0.bb} | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-rdflib_7.5.0.bb => python3-rdflib_7.6.0.bb} (34%) diff --git a/meta/recipes-devtools/python/python3-rdflib_7.5.0.bb b/meta/recipes-devtools/python/python3-rdflib_7.6.0.bb similarity index 34% rename from meta/recipes-devtools/python/python3-rdflib_7.5.0.bb rename to meta/recipes-devtools/python/python3-rdflib_7.6.0.bb index e421aa2bac..1b830e8aa9 100644 --- a/meta/recipes-devtools/python/python3-rdflib_7.5.0.bb +++ b/meta/recipes-devtools/python/python3-rdflib_7.6.0.bb @@ -1,10 +1,31 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -1,6 +1,6 @@ +# BSD 3-Clause License +# +# -Copyright (c) 2002-2025, RDFLib Team +# +Copyright (c) 2002-2026, RDFLib Team +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# +# + SUMMARY = "RDFLib is a pure Python package for working with RDF" HOMEPAGE = "https://github.com/RDFLib/rdflib"<https://github.com/RDFLib/rdflib> SECTION = "devel/python" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7006e973486c4700556f6d58cba0ab6c"<file://LICENSE;md5=7006e973486c4700556f6d58cba0ab6c> +LIC_FILES_CHKSUM = "file://LICENSE;md5=0ac0171cee5250c44d7d49847ae53a3e"<file://LICENSE;md5=0ac0171cee5250c44d7d49847ae53a3e> -SRC_URI[sha256sum] = "663083443908b1830e567350d72e74d9948b310f827966358d76eebdc92bf592" +SRC_URI[sha256sum] = "6c831288d5e4a5a7ece85d0ccde9877d512a3d0f02d7c06455d00d6d0ea379df" inherit pypi python_poetry_core -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231360): https://lists.openembedded.org/g/openembedded-core/message/231360 Mute This Topic: https://lists.openembedded.org/mt/117879875/3616765 Group Owner: openembedded-core+owner@lists.openembedded.org<mailto:openembedded-core+owner@lists.openembedded.org> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [randy.macleod@windriver.com<mailto:randy.macleod@windriver.com>] -=-=-=-=-=-=-=-=-=-=-=- -- # Randy MacLeod # Wind River Linux -- # Randy MacLeod # Wind River Linux
On 2026-02-26 8:53 p.m., Mingyu Wang (Fujitsu) wrote: > > Should we prioritize upgrading the successful ones first and deal > with the failed ones later? > Changqing, Qi and I are doing most of the AUH FAILED recipes. If you'd like to do some as well, just say so. > > If so, there are about 60 in total. Should I take the first 30 > Sure, first 30 is fine. (1) Hongxu, Qi, Changqing, Will you review and do 31-55 ? > or the last 30? > > What is the deadline? > The 6.0-M3 build date (2) is Monday, March 9 so the deadline for major updates is next week (March 2-6), earlier the better. Note that openssl will remain at v 3.5.x since that's an openssl LTS release. Thanks, ../Randy 1) from: https://lore.kernel.org/openembedded-core/?q=s%3AAUH+AND+s%3ASUCCEEDED+AND+d%3A2026-02-18 1.*[AUH] vulkan-samples: upgrading to 3abbdf8b5a3bf250f6475f9fe674567b14e9b1ad SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720efc92-2a644a4d-6491-4e40-8256-d47ae154c19a-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [93%] 2.*[AUH] xorgproto: upgrading to 2025.1 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720efd45-87be0bf6-c07c-45fd-918c-46213772c1a9-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [85%] 3.*[AUH] libtraceevent: upgrading to 1.9.0 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720efd67-f015fd77-3e1c-440a-8e5f-3fa1adcc6db8-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [71%] 4.*[AUH] librsvg: upgrading to 2.61.4 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ef9c0-c37255a9-2afe-4bfe-92cf-d0cf08eabeb8-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [23%] 5.*[AUH] gstreamer1.0: upgrading to 1.28.0 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720f0596-80b51276-f911-432e-aca5-2a096f3b683b-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [21%] 6.*[AUH] libadwaita: upgrading to 1.8.4 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720efa26-30b70cf6-eadc-4bd7-aff2-fbde8c08bd45-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [6%] 7.*[AUH] wireless-regdb: upgrading to 2026.02.04 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720efefb-70cdcf59-5cfe-4743-9d80-3dd85045bd1a-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [88%] 8.*[AUH] hwdata: upgrading to 0.404 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720f07cf-6767e43b-a52b-4d18-98ee-40d76d5fecea-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [86%] 9.*[AUH] sbc: upgrading to 2.2 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720f057e-b288e732-e0b1-4740-8a59-bb2c4721cc3a-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [78%] 10.*[AUH] libpng: upgrading to 1.6.55 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720f049d-80a54c02-68dd-42cd-9d2d-79794522e22e-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [74%] 11.*[AUH] spirv-llvm-translator: upgrading to 21.1.4 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720efc92-79e79fb7-4425-41ff-8ac6-4cadd283268a-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [73%] 12.*[AUH] p11-kit: upgrading to 0.26.2 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720f0d63-15862410-e834-4522-9f92-27b1b7061aee-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [36%] 13.*[AUH] gstreamer1.0-vaapi: upgrading to 1.26.10 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720f05ca-7c385378-8f46-4e71-a768-f1d79c5a2b96-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [10%] 14.*[AUH] diffoscope: upgrading to 312 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720f076c-b5fb3143-993f-4eac-9026-84108f2d417c-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [81%] 15.*[AUH] enchant2: upgrading to 2.8.15 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720f076a-186fde78-b3a0-45cd-8146-01a7031d4eb0-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [77%] 16.*[AUH] libxmlb: upgrading to 0.3.25 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ef9f3-9dc752f6-8d21-4281-8c8f-a327e92979a2-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [73%] 17.*[AUH] taglib: upgrading to 2.2 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720f0e87-1584c681-c112-4ccc-9210-f93ebc34d917-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [45%] 18.*[AUH] libgpg-error: upgrading to 1.59 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720f09da-8ad9c535-9164-44c7-8a11-f850c20d6433-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [42%] 19.*[AUH] libsoup: upgrading to 3.6.6 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720f0cef-41fcba72-3f31-406a-a0aa-efad029519bc-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [39%] 20.*[AUH] gtk4: upgrading to 4.20.3 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720efb38-0e0ae483-959f-4e4a-962f-1a4f9094cacc-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [3%] 21.*[AUH] rpm-sequoia-crypto-policy: upgrading to f3f5fa454345b03039ee3d904964fc14829637ce SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ee8c4-1326c100-1227-44cf-aa45-b611809bcaf8-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [99%] 22.*[AUH] rpm-sequoia: upgrading to 1.10.1 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720eec05-fafadaa6-b5b2-4f6e-a03d-f32a637ce76a-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [13%] 23.*[AUH] fastfloat: upgrading to 8.2.3 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ed3a7-50032806-5070-42f5-b052-81c743a6e20a-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [86%] 24.*[AUH] ttyrun: upgrading to 2.41.0 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ecf1b-045c38a9-72cb-43e0-992c-0f95c4a363b8-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [84%] 25.*[AUH] ed: upgrading to 1.22.5 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720eefb6-5503fe20-6e22-4ca3-92d3-61e465568822-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [84%] 26.*[AUH] libuv: upgrading to 1.52.0 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ec780-9a3b8a18-6b4d-489e-afbb-1fe42d50ea1b-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [81%] 27.*[AUH] less: upgrading to 692 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720eef19-1f0dbf2e-85ca-4a23-b82b-6386cf40820a-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [73%] 28.*[AUH] ccache: upgrading to 4.12.3 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ed245-3ba8458b-7064-49f5-a6bb-edb8295f35ae-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [67%] 29.*[AUH] libcap-ng-python,libcap-ng: upgrading to 0.9.1,0.9.1 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ec5f6-8ae46777-3b7e-46c5-8ba3-c82106bd8312-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [55%] 30.*[AUH] libx11,libfontenc: upgrading to 1.8.13,1.1.9 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ec568-78714733-d55b-4bab-a2ec-abbcd8f4b599-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [47%] ---------------------------------------------------------------------------------------------- 31.*[AUH] ell: upgrading to 0.82 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ecf45-43f50ef5-8b79-4cbd-9089-7d80b9631d72-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [15%] 32.*[AUH] font-alias: upgrading to 1.0.6 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ec439-848d68dc-4c90-4645-9999-2e97cd69ae30-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [86%] 33.*[AUH] python3-markdown: upgrading to 3.10.2 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ed968-18664721-e3f0-46cf-ad90-20360651118b-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [78%] 34.*[AUH] gn: upgrading to 9d19a7870add65151ff91bcc26252bb7521065cf SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ed760-810dfe91-0557-4084-a56c-85eae3d063ed-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [55%] 35.*[AUH] python3-cryptography-vectors,python3-cryptography: upgrading to 46.0.5,46.0.5 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ec412-e2eaf0f8-882b-48c9-8903-0d11c7b57e89-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [44%] 36.*[AUH] ncurses: upgrading to 6.6 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ecf0b-976a5a4a-4399-4b36-ac4c-e46263c3d9d4-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [33%] 37.*[AUH] btrfs-tools: upgrading to 6.19 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ed1a2-4fde9b9f-9c8d-4c4c-afa1-073bfc465527-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [16%] 38.*[AUH] openssl: upgrading to 3.6.1 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ecad9-289adab8-0384-4f80-84c3-984eb261e560-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [9%] 39.*[AUH] zlib: upgrading to 1.3.2 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ed212-3bcc8dde-0640-4d2d-8054-e8e60ecbf04d-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [9%] 40.*[AUH] connman: upgrading to 2.0 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ec958-2397828f-7c04-4eb4-ac3e-ef4cd75579b1-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [5%] 41.*[AUH] xauth: upgrading to 1.1.5 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ec3d9-fbc6621a-a0d5-4800-94df-bb6a03cf2443-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [83%] 42.*[AUH] python3-testtools: upgrading to 2.8.3 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ee3c2-d28e1975-179b-4b55-860c-e09ad43167f8-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [77%] 43.*[AUH] python3-xmltodict: upgrading to 1.0.3 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ee886-e523bc47-c9dc-4dc0-9a5a-f2d61344fd24-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [76%] 44.*[AUH] python3-pyproject-metadata: upgrading to 0.11.0 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720edd35-9236884d-27e6-45a0-ba5e-e34afa46938f-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [73%] 45.*[AUH] python3-hypothesis: upgrading to 6.151.9 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ed94c-2009b040-525b-4ab2-9613-40999971f57a-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [69%] 46.*[AUH] python3-wcwidth: upgrading to 0.6.0 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ee68b-95243140-644b-462f-8dd3-df2ef0d5f97b-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [66%] 47.*[AUH] python3-rdflib: upgrading to 7.6.0 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ee382-b27e2993-68bf-4034-a5b8-1bc9fd0d4663-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [60%] 48.*[AUH] python3-trove-classifiers: upgrading to 2026.1.14.14 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ee4f4-beb714ed-883c-433e-a890-db8952300533-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [58%] 49.*[AUH] python3-pycparser: upgrading to 3.0 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720edd0d-c84824a7-f959-4f88-ba0f-6ee99b384e06-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [52%] 50.*[AUH] python3-pip: upgrading to 26.0.1 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720edbdf-8b775dee-95ce-4959-b25d-0036f159e806-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [27%] 51.*[AUH] python3-poetry-core: upgrading to 2.3.1 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ede90-4a44d733-8ffb-40a2-876c-a9f925ab73e9-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [18%] 52.*[AUH] python3-uv-build: upgrading to 0.10.4 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ee748-45965cc5-3c70-4c94-adbe-01a1c9e65852-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [13%] 53.*[AUH] python3-maturin: upgrading to 1.12.2 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ede9c-79777fa3-222b-491b-b353-f1dffbdc4e95-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [10%] 54.*[AUH] python3-setuptools: upgrading to 82.0.0 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ee6c6-e45fb965-bd06-42ab-8623-4f7aa90bb139-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [8%] 55.*[AUH] glib-2.0-initial,glib-2.0: upgrading to 2.86.4,2.86.4 SUCCEEDED <https://lore.kernel.org/openembedded-core/0101019c720ead92-1bd0d0ba-9fff-4d9f-8682-fd339a3c6cfb-000000@us-west-2.amazonses.com/>* - by auh @ 2026-02-18 18:41 UTC [15%] 2) From the Yocto Status email: - YP 6.0 M3 Build Date 2026-03-09 - YP 6.0 M3 Release Date 2026-03-20 - YP 6.0 M4 Build Date 2026-03-30 - YP 6.0 M4 Release Date 2026-04-26 > -- > > Best Regards > > --------------------------------------------------- > > Wang Mingyu > > FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST) > > No.6 Wenzhu Road, Nanjing, 210012, China > > TEL:+86+25-86630566--8568 > > COINS: 79988548 > > FAX: +86+25-83317685 > > MAIL: wangmy@fujitsu.com <mailto:wangmy@fujitsu.com> > > *From:*Randy MacLeod <randy.macleod@windriver.com> > *Sent:* Thursday, February 26, 2026 10:26 PM > *To:* Wang, Mingyu/王鸣瑜<wangmy@fujitsu.com>; Alexander Kanavin > <alex.kanavin@gmail.com> > *Cc:* openembedded-core@lists.openembedded.org; Jia, Hongxu > <Hongxu.Jia@windriver.com> > *Subject:* Re: [OE-core] [AUH] python3-rdflib: upgrading to 7.6.0 > SUCCEEDED > > On 2026-02-25 10:14 p.m., Mingyu Wang (Fujitsu) wrote: > > I've also been on vacation since 2.18 and just returned to work. > I'll handle the python3-rdflib upgrade. > > Thanks Wangmy and I hope you had a good vacation. > > The bigger question is the > 50 packages that AUH managed to upgrade. > > Will you also do most of them or would you like to split this list > with Hongxu/Qi/ etc? > If you want to split it, please reply with the packages you will do. > > Thanks, > > ../Randy > > -- > > Best Regards > > --------------------------------------------------- > > Wang Mingyu > > FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST) > > No.6 Wenzhu Road, Nanjing, 210012, China > > TEL:+86+25-86630566--8568 > > COINS: 79988548 > > FAX: +86+25-83317685 > > MAIL: wangmy@fujitsu.com <mailto:wangmy@fujitsu.com> > > *From:*Randy MacLeod <randy.macleod@windriver.com> > <mailto:randy.macleod@windriver.com> > *Sent:* Wednesday, February 25, 2026 12:42 AM > *To:* Wang, Mingyu/王鸣瑜<wangmy@fujitsu.com> > <mailto:wangmy@fujitsu.com>; Alexander Kanavin > <alex.kanavin@gmail.com> <mailto:alex.kanavin@gmail.com> > *Cc:* openembedded-core@lists.openembedded.org; Jia, Hongxu > <Hongxu.Jia@windriver.com> <mailto:Hongxu.Jia@windriver.com> > *Subject:* Re: [OE-core] [AUH] python3-rdflib: upgrading to 7.6.0 > SUCCEEDED > > Hello Wang, and everyone, > > Alex mentioned in the YP tech call today that he's on vacation > starting tomorrow, iirc. > > Alex, > I assume that you won't be sending a patch series for the > succeeding AUH upgrades. > > Wang, > Have you or do you plan to work on that? > > If not, Hongxu and maybe others at WR will work on that. > I'm going to focus on the failed AUH upgrade set of recipes. > > ../Randy > > On 2026-02-18 1:41 p.m., Auto Upgrade Helper via > lists.openembedded.org > <https://urldefense.com/v3/__http:/lists.openembedded.org__;!!AjveYdw8EvQ!cC2WyezAalR6UZOZ07BsaBry1ZouLbKpeZ9nmC_s0Z9sWMH3AU12RFCRUC7BKKlhQzHFJRMeHgUCGuPSquz_VA$> > wrote: > > Hello, > > > > this email is a notification from the Auto Upgrade Helper > > that the automatic attempt to upgrade the recipe(s) *python3-rdflib* to *7.6.0* has Succeeded. > > > > Next steps: > > - apply the patch: git am 0001-python3-rdflib-upgrade-7.5.0-7.6.0.patch > > - check the changes to upstream patches and summarize them in the commit message, > > - compile an image that contains the package > > - perform some basic sanity tests > > - amend the patch and sign it off: git commit -s --reset-author --amend > > - send it to the appropriate mailing list > > > > Alternatively, if you believe the recipe should not be upgraded at this time, > > you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that > > automatic upgrades would no longer be attempted. > > > > Please review the attached files for further information and build/update failures. > > Any problem please file a bug athttps://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler > > > > Regards, > > The Upgrade Helper > > > > -- >8 -- > > From 6a230684782cbe47a4f0e5fe6c2268da57091fea Mon Sep 17 00:00:00 2001 > > From: Upgrade Helper<auh@yoctoproject.org> > > Date: Wed, 18 Feb 2026 13:46:27 +0000 > > Subject: [PATCH] python3-rdflib: upgrade 7.5.0 -> 7.6.0 > > > > --- > > ...dflib_7.5.0.bb => python3-rdflib_7.6.0.bb} | 25 +++++++++++++++++-- > > 1 file changed, 23 insertions(+), 2 deletions(-) > > rename meta/recipes-devtools/python/{python3-rdflib_7.5.0.bb => python3-rdflib_7.6.0.bb} (34%) > > > > diff --git a/meta/recipes-devtools/python/python3-rdflib_7.5.0.bb b/meta/recipes-devtools/python/python3-rdflib_7.6.0.bb > > similarity index 34% > > rename from meta/recipes-devtools/python/python3-rdflib_7.5.0.bb > > rename to meta/recipes-devtools/python/python3-rdflib_7.6.0.bb > > index e421aa2bac..1b830e8aa9 100644 > > --- a/meta/recipes-devtools/python/python3-rdflib_7.5.0.bb > > +++ b/meta/recipes-devtools/python/python3-rdflib_7.6.0.bb > > @@ -1,10 +1,31 @@ > > +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. > > +# The following is the difference between the old and the new license text. > > +# Please update the LICENSE value if needed, and summarize the changes in > > +# the commit message via 'License-Update:' tag. > > +# (example: 'License-Update: copyright years updated.') > > +# > > +# The changes: > > +# > > +# --- LICENSE > > +# +++ LICENSE > > +# @@ -1,6 +1,6 @@ > > +# BSD 3-Clause License > > +# > > +# -Copyright (c) 2002-2025, RDFLib Team > > +# +Copyright (c) 2002-2026, RDFLib Team > > +# All rights reserved. > > +# > > +# Redistribution and use in source and binary forms, with or without > > +# > > +# > > + > > SUMMARY = "RDFLib is a pure Python package for working with RDF" > > HOMEPAGE ="https://github.com/RDFLib/rdflib" > > SECTION = "devel/python" > > LICENSE = "BSD-3-Clause" > > -LIC_FILES_CHKSUM ="file://LICENSE;md5=7006e973486c4700556f6d58cba0ab6c" > > +LIC_FILES_CHKSUM ="file://LICENSE;md5=0ac0171cee5250c44d7d49847ae53a3e" > > > > -SRC_URI[sha256sum] = "663083443908b1830e567350d72e74d9948b310f827966358d76eebdc92bf592" > > +SRC_URI[sha256sum] = "6c831288d5e4a5a7ece85d0ccde9877d512a3d0f02d7c06455d00d6d0ea379df" > > > > inherit pypi python_poetry_core > > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > View/Reply Online (#231360):https://lists.openembedded.org/g/openembedded-core/message/231360 > > Mute This Topic:https://lists.openembedded.org/mt/117879875/3616765 > > Group Owner:openembedded-core+owner@lists.openembedded.org > > Unsubscribe:https://lists.openembedded.org/g/openembedded-core/unsub [randy.macleod@windriver.com] > > -=-=-=-=-=-=-=-=-=-=-=- > > > > -- > > # Randy MacLeod > > # Wind River Linux > > -- > # Randy MacLeod > # Wind River Linux
diff --git a/meta/recipes-devtools/python/python3-rdflib_7.5.0.bb b/meta/recipes-devtools/python/python3-rdflib_7.6.0.bb similarity index 34% rename from meta/recipes-devtools/python/python3-rdflib_7.5.0.bb rename to meta/recipes-devtools/python/python3-rdflib_7.6.0.bb index e421aa2bac..1b830e8aa9 100644 --- a/meta/recipes-devtools/python/python3-rdflib_7.5.0.bb +++ b/meta/recipes-devtools/python/python3-rdflib_7.6.0.bb @@ -1,10 +1,31 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -1,6 +1,6 @@ +# BSD 3-Clause License +# +# -Copyright (c) 2002-2025, RDFLib Team +# +Copyright (c) 2002-2026, RDFLib Team +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# +# + SUMMARY = "RDFLib is a pure Python package for working with RDF" HOMEPAGE = "https://github.com/RDFLib/rdflib" SECTION = "devel/python" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7006e973486c4700556f6d58cba0ab6c" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0ac0171cee5250c44d7d49847ae53a3e" -SRC_URI[sha256sum] = "663083443908b1830e567350d72e74d9948b310f827966358d76eebdc92bf592" +SRC_URI[sha256sum] = "6c831288d5e4a5a7ece85d0ccde9877d512a3d0f02d7c06455d00d6d0ea379df" inherit pypi python_poetry_core
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-rdflib* to *7.6.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-rdflib-upgrade-7.5.0-7.6.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 6a230684782cbe47a4f0e5fe6c2268da57091fea Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Wed, 18 Feb 2026 13:46:27 +0000 Subject: [PATCH] python3-rdflib: upgrade 7.5.0 -> 7.6.0 --- ...dflib_7.5.0.bb => python3-rdflib_7.6.0.bb} | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-rdflib_7.5.0.bb => python3-rdflib_7.6.0.bb} (34%)