From patchwork Thu Feb 1 18:00:04 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: 38593 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 2A53CC48BF0 for ; Thu, 1 Feb 2024 18:00:16 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.2099.1706810405418465370 for ; Thu, 01 Feb 2024 10:00:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=TMb7vXZm; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=D1fIakhN; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018d65d3efaf-a004091f-f1ce-49b4-9130-dffaea9fdfbc-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=1706810405; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=J9QgVRmQsnN/YfqGY/UqEEgR2Jo57Jt9CZ3ul3a6whA=; b=TMb7vXZmZ//YudLvMr76eMuAQfd1yAiaoEmKRipzF+8rKjGajUt6st004HqEPin4 1RFQk0m/AG4SWsE5qVUUMI07/9eRG7C4mdxEc1N++QxiZu7C+HjeuRv+vMa2mjgJW5c IYZGxugejvnORogZsUFfSRPdeaGxZGK5ccGUAMeI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1706810405; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=J9QgVRmQsnN/YfqGY/UqEEgR2Jo57Jt9CZ3ul3a6whA=; b=D1fIakhNHgcF3ttPfSe4/rBfGiAeR0lGBk3dGkFjAppT70FyZBQeRnzMYmXr71tu n11AE7TK+6DdEB+O4oRdhaOK+ZUEOivEw1yionPUWBFO3YZQira5PCJdh4OPvaljWG3 i2YOoVLBoLg+pFIoF27EaAl4kpbiToPvYibXbg6k= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] liburi-perl: upgrading to 5.25 SUCCEEDED Message-ID: <0101018d65d3efaf-a004091f-f1ce-49b4-9130-dffaea9fdfbc-000000@us-west-2.amazonses.com> Date: Thu, 1 Feb 2024 18:00:04 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.01-54.240.27.191 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 ; Thu, 01 Feb 2024 18:00:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/194623 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *liburi-perl* to *5.25* has Succeeded. Next steps: - apply the patch: git am 0001-liburi-perl-upgrade-5.21-5.25.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 809a8db70fcd6a1423c5ea11692c2c01213dd6bb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Feb 2024 07:25:07 +0000 Subject: [PATCH] liburi-perl: upgrade 5.21 -> 5.25 --- .../perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch | 2 +- .../perl/{liburi-perl_5.21.bb => liburi-perl_5.25.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/perl/{liburi-perl_5.21.bb => liburi-perl_5.25.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..a502aa471a 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 454f380136c27af45b758265936ef3a684a6afa1 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 diff --git a/meta/recipes-devtools/perl/liburi-perl_5.21.bb b/meta/recipes-devtools/perl/liburi-perl_5.25.bb similarity index 94% rename from meta/recipes-devtools/perl/liburi-perl_5.21.bb rename to meta/recipes-devtools/perl/liburi-perl_5.25.bb index 0356469d98..0305955524 100644 --- a/meta/recipes-devtools/perl/liburi-perl_5.21.bb +++ b/meta/recipes-devtools/perl/liburi-perl_5.25.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] = "96265860cd61bde16e8415dcfbf108056de162caa0ac37f81eb695c9d2e0ab77" +SRC_URI[sha256sum] = "ef61941da09fff2503cea3692c4f2fc48c0e4442486e2a28345cb32d44d0d271" S = "${WORKDIR}/URI-${PV}"