To: ['Trevor Gamblin '] To: openembedded-core@lists.openembedded.org Subject: [AUH] python3-docutils: upgrading to 0.22.4 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260101050057/all/python3-docutils/0001-python3-docutils-upgrade-0.22.3-0.22.4.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260101050057/all/python3-docutils/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260101050057/all/python3-docutils/bitbake-output-qemuarm_musl.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260101050057/all/python3-docutils/buildhistory-diff.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-docutils* to *0.22.4* has Succeeded. Next steps: - apply the patch: git am 0001-python3-docutils-upgrade-0.22.3-0.22.4.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 dfd4ab4876b6dfe100f9e67433d3340d1b711368 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Jan 2026 07:03:48 +0000 Subject: [PATCH] python3-docutils: upgrade 0.22.3 -> 0.22.4 --- .../{python3-docutils_0.22.3.bb => python3-docutils_0.22.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-docutils_0.22.3.bb => python3-docutils_0.22.4.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-docutils_0.22.3.bb b/meta/recipes-devtools/python/python3-docutils_0.22.4.bb similarity index 85% rename from meta/recipes-devtools/python/python3-docutils_0.22.3.bb rename to meta/recipes-devtools/python/python3-docutils_0.22.4.bb index a89e9941ca..571a19a958 100644 --- a/meta/recipes-devtools/python/python3-docutils_0.22.3.bb +++ b/meta/recipes-devtools/python/python3-docutils_0.22.4.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "CC0-1.0 & BSD-2-Clause & GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING.rst;md5=ce467b04b35c7ac3429b6908fc8b318e" -SRC_URI[sha256sum] = "21486ae730e4ca9f622677b1412b879af1791efcfba517e4c6f60be543fc8cdd" +SRC_URI[sha256sum] = "4db53b1fde9abecbb74d91230d32ab626d94f6badfc575d6db9194a49df29968" inherit pypi python_flit_core -- 2.47.1