diff mbox series

[AUH] python3-pygments: upgrading to 2.19.1 SUCCEEDED

Message ID 01010194697fc838-1cdb9c53-b595-4a10-a9d8-f0f847d83856-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-pygments: upgrading to 2.19.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Jan. 15, 2025, 10:26 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *python3-pygments* to *2.19.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-pygments-upgrade-2.19.0-2.19.1.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 312e624e48ebc299308fd4e388a8951b2f74b70f Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 15 Jan 2025 07:38:43 +0000
Subject: [PATCH] python3-pygments: upgrade 2.19.0 -> 2.19.1

---
 .../{python3-pygments_2.19.0.bb => python3-pygments_2.19.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pygments_2.19.0.bb => python3-pygments_2.19.1.bb} (80%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pygments_2.19.0.bb b/meta/recipes-devtools/python/python3-pygments_2.19.1.bb
similarity index 80%
rename from meta/recipes-devtools/python/python3-pygments_2.19.0.bb
rename to meta/recipes-devtools/python/python3-pygments_2.19.1.bb
index f1bc845662..de24ed3f11 100644
--- a/meta/recipes-devtools/python/python3-pygments_2.19.0.bb
+++ b/meta/recipes-devtools/python/python3-pygments_2.19.1.bb
@@ -5,7 +5,7 @@  LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592"
 
 inherit python_hatchling
-SRC_URI[sha256sum] = "afc4146269910d4bdfabcd27c24923137a74d562a23a320a41a55ad303e19783"
+SRC_URI[sha256sum] = "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f"
 
 inherit pypi