diff mbox series

[AUH] libtest-warnings-perl: upgrading to 0.038 SUCCEEDED

Message ID 0101019509a1865c-021d0776-1ab9-40b3-8234-7667872b4552-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libtest-warnings-perl: upgrading to 0.038 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 15, 2025, 12:42 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libtest-warnings-perl* to *0.038* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libtest-warnings-perl-upgrade-0.037-0.038.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 627da0601d2890bf59950242105ab767e2e443d9 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 15 Feb 2025 07:24:42 +0000
Subject: [PATCH] libtest-warnings-perl: upgrade 0.037 -> 0.038

---
 ...st-warnings-perl_0.037.bb => libtest-warnings-perl_0.038.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/perl/{libtest-warnings-perl_0.037.bb => libtest-warnings-perl_0.038.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb b/meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb
similarity index 93%
rename from meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb
rename to meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb
index 1cdc93d776..656b38f2d8 100644
--- a/meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb
+++ b/meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb
@@ -15,7 +15,7 @@  LIC_FILES_CHKSUM = "file://LICENCE;md5=f98106ac3cc05d9cbebcdb8fbf7b7815"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = "682de3e7a3e8ac9265c53d0e314b8b903294c5199c005bd37e808f4484c25df2"
+SRC_URI[sha256sum] = "3da27e003a3c3cafed3c09b42be05cf9bdbff0bee5c8590a731b02853880a273"
 
 S = "${WORKDIR}/Test-Warnings-${PV}"