From patchwork Tue Apr 16 06:13:58 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 42424 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A16C2C30658 for ; Tue, 16 Apr 2024 06:14:12 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web10.13588.1713248038694395223 for ; Mon, 15 Apr 2024 23:13:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=dA0M16tu; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=GZmKzIIZ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101018ee58a6cdf-1eae235c-d1cb-49e7-a3e0-b123ed1039f5-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1713248038; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=gHlcbMcT+TPn0DSgwWY8dCXCoDILGsKGjgE2/PC5ykI=; b=dA0M16tusp2izTNM0otrVMfVPzNP0duj4mg/Mgn5WfwprFRuc+1QYwZb3uggKHup 9S84zA9iOawlU3gBtwXUvqLwa5StFasjGFCLpYQkQYIFEdzuyAG7/f93xHYDyX2zXK0 idiEoUIKzAziGPmCaZ//u640wfPI4XWsnTGGQ4jI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1713248038; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=gHlcbMcT+TPn0DSgwWY8dCXCoDILGsKGjgE2/PC5ykI=; b=GZmKzIIZ+3zDEkSNEW7uxtgBy1xi9SlUrJJv1Bpq0+7bgH43ZvgzXx+bFeRvrpov mmFmt9fDQisVnNQC2pnLAVBLaDUrNx47QS+Q0+43GUzpfmwpRW/vpG0Rn5TkTzKbO7L 5u8zFVAfTgNF0Lrrd9QVdhr383GIRmRK0JQHiQkY= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] liburi-perl: upgrading to 5.28 SUCCEEDED Message-ID: <0101018ee58a6cdf-1eae235c-d1cb-49e7-a3e0-b123ed1039f5-000000@us-west-2.amazonses.com> Date: Tue, 16 Apr 2024 06:13:58 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.16-54.240.27.33 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 16 Apr 2024 06:14:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198272 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *liburi-perl* to *5.28* has Succeeded. Next steps: - apply the patch: git am 0001-liburi-perl-upgrade-5.27-5.28.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 439fec02bf9856845838ee4713f617187387f275 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Apr 2024 18:49:26 +0000 Subject: [PATCH] liburi-perl: upgrade 5.27 -> 5.28 --- .../perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch | 3 +-- .../perl/{liburi-perl_5.27.bb => liburi-perl_5.28.bb} | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-devtools/perl/{liburi-perl_5.27.bb => liburi-perl_5.28.bb} (94%) diff --git a/meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch b/meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch index ed1f25125f..374bf5b732 100644 --- a/meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch +++ b/meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch @@ -1,4 +1,4 @@ -From 5a4271456104bdf027644c81c3a208cde5cf522e Mon Sep 17 00:00:00 2001 +From 002332303e24619e421f8680a9f7ad92a90ac0ff Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Thu, 17 Nov 2022 16:33:20 -0800 Subject: [PATCH] Skip TODO test cases that fail @@ -8,7 +8,6 @@ TODO cases report as "not ok" with ptest-runner Upstream-Status: Inappropriate [ptest-runner specific] Signed-off-by: Tim Orling - --- t/escape-char.t | 20 ++++++++++---------- t/iri.t | 18 +++++++++--------- diff --git a/meta/recipes-devtools/perl/liburi-perl_5.27.bb b/meta/recipes-devtools/perl/liburi-perl_5.28.bb similarity index 94% rename from meta/recipes-devtools/perl/liburi-perl_5.27.bb rename to meta/recipes-devtools/perl/liburi-perl_5.28.bb index e5db7b3cfe..1fc0efd3e5 100644 --- a/meta/recipes-devtools/perl/liburi-perl_5.27.bb +++ b/meta/recipes-devtools/perl/liburi-perl_5.28.bb @@ -12,7 +12,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/O/OA/OALDERS/URI-${PV}.tar.gz \ file://0001-Skip-TODO-test-cases-that-fail.patch \ " -SRC_URI[sha256sum] = "11962d8a8a8496906e5d34774affc235a1c95c112d390c0b4171f3e91e9e2a97" +SRC_URI[sha256sum] = "e7985da359b15efd00917fa720292b711c396f2f9f9a7349e4e7dec74aa79765" S = "${WORKDIR}/URI-${PV}"