diff mbox series

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

Message ID 0101018d65d3ef59-f526d9b4-d6a4-4ba4-9286-28c3f1ccc81e-000000@us-west-2.amazonses.com
State RFC, archived
Headers show
Series [AUH] libtest-warnings-perl: upgrading to 0.033 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 1, 2024, 6 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-libtest-warnings-perl-upgrade-0.032-0.033.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 8f54d9556ed902e3202600a3e1ff84fb3ec9fd2f Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 1 Feb 2024 07:22:12 +0000
Subject: [PATCH] libtest-warnings-perl: upgrade 0.032 -> 0.033

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

Patch

diff --git a/meta/recipes-devtools/perl/libtest-warnings-perl_0.032.bb b/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb
similarity index 93%
rename from meta/recipes-devtools/perl/libtest-warnings-perl_0.032.bb
rename to meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb
index 5876e8a63c..17b4cc3c9e 100644
--- a/meta/recipes-devtools/perl/libtest-warnings-perl_0.032.bb
+++ b/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.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] = "4727dae2416e9f07e41e2dc3a9143ba6affc1ec57652117c99d50038e313e9d9"
+SRC_URI[sha256sum] = "b9c375719f2c61c5f97aa5ee6cf4c901a972347c415969379b0b51f67c48bbcb"
 
 S = "${WORKDIR}/Test-Warnings-${PV}"