diff mbox series

[AUH] python3-jinja2: upgrading to 3.1.6 SUCCEEDED

Message ID 010101959a2b8852-0f6c2abc-a32b-42b5-9d07-2d561b994d31-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-jinja2: upgrading to 3.1.6 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org March 15, 2025, 2:18 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-python3-jinja2-upgrade-3.1.5-3.1.6.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 3a68b1d1a6e33f0931b73cc8e997ca061c5a7cde Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 15 Mar 2025 09:17:26 +0000
Subject: [PATCH] python3-jinja2: upgrade 3.1.5 -> 3.1.6

---
 .../python/{python3-jinja2_3.1.5.bb => python3-jinja2_3.1.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-jinja2_3.1.5.bb => python3-jinja2_3.1.6.bb} (91%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-jinja2_3.1.5.bb b/meta/recipes-devtools/python/python3-jinja2_3.1.6.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-jinja2_3.1.5.bb
rename to meta/recipes-devtools/python/python3-jinja2_3.1.6.bb
index b9ef57f599..2e96eb0dcb 100644
--- a/meta/recipes-devtools/python/python3-jinja2_3.1.5.bb
+++ b/meta/recipes-devtools/python/python3-jinja2_3.1.6.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "https://pypi.org/project/Jinja2/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dc88300786f1c214c1e9827a5229462"
 
-SRC_URI[sha256sum] = "8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"
+SRC_URI[sha256sum] = "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"
 
 PYPI_PACKAGE = "jinja2"