To: ['Trevor Gamblin '] To: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pygments: upgrading to 2.20.0 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260415050057/all/python3-pygments/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260415050057/all/python3-pygments/0001-python3-pygments-upgrade-2.19.2-2.20.0.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260415050057/all/python3-pygments/buildhistory-diff-full.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pygments* to *2.20.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pygments-upgrade-2.19.2-2.20.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 83433d95a7f68c600f93d11681d87fa3653528a2 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Apr 2026 08:42:08 +0000 Subject: [PATCH] python3-pygments: upgrade 2.19.2 -> 2.20.0 --- .../{python3-pygments_2.19.2.bb => python3-pygments_2.20.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pygments_2.19.2.bb => python3-pygments_2.20.0.bb} (80%) diff --git a/meta/recipes-devtools/python/python3-pygments_2.19.2.bb b/meta/recipes-devtools/python/python3-pygments_2.20.0.bb similarity index 80% rename from meta/recipes-devtools/python/python3-pygments_2.19.2.bb rename to meta/recipes-devtools/python/python3-pygments_2.20.0.bb index a1f73b441d..abe6205292 100644 --- a/meta/recipes-devtools/python/python3-pygments_2.19.2.bb +++ b/meta/recipes-devtools/python/python3-pygments_2.20.0.bb @@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592" inherit python_hatchling -SRC_URI[sha256sum] = "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" +SRC_URI[sha256sum] = "6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f" inherit pypi -- 2.47.1