diff mbox series

[AUH] libtest-harness-perl: upgrading to 3.48 SUCCEEDED

Message ID 0101018b98139c65-67cba931-1bf1-4272-8236-4c80eddf5d40-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libtest-harness-perl: upgrading to 3.48 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 4, 2023, 2:05 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-libtest-harness-perl-upgrade-3.47-3.48.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 de56778f71de1f6632a05f03def4e84d89d7e14a Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 01:57:13 +0000
Subject: [PATCH] libtest-harness-perl: upgrade 3.47 -> 3.48

---
 ...ibtest-harness-perl_3.47.bb => libtest-harness-perl_3.48.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libtest/{libtest-harness-perl_3.47.bb => libtest-harness-perl_3.48.bb} (98%)
diff mbox series

Patch

diff --git a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.47.bb b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.48.bb
similarity index 98%
rename from meta-perl/recipes-perl/libtest/libtest-harness-perl_3.47.bb
rename to meta-perl/recipes-perl/libtest/libtest-harness-perl_3.48.bb
index 836c9662b..b14fc95f1 100644
--- a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.47.bb
+++ b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.48.bb
@@ -26,7 +26,7 @@  LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
 LIC_FILES_CHKSUM = "file://README;beginline=29;endline=30;md5=d41d8cd98f00b204e9800998ecf8427e"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Test-Harness-${PV}.tar.gz"
-SRC_URI[sha256sum] = "bb31cd4aa90ad4e15f32b08476fb5123b4f19ed0cd28a3291242e8858bf986b5"
+SRC_URI[sha256sum] = "e73ff89c81c1a53f6baeef6816841b89d3384403ad97422a7da9d1eeb20ef9c5"
 
 UPSTREAM_CHECK_REGEX = "Test\-Harness\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"