From patchwork Sun Sep 15 14:34:00 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: 49108 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 CF326C36014 for ; Sun, 15 Sep 2024 14:34:20 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.115399.1726410841498843664 for ; Sun, 15 Sep 2024 07:34:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Yz46rCG3; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=mnlSEFff; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 01010191f61adae4-4e4749a9-0b82-4184-89f6-57d15750e264-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1726410840; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=WyjvAzYtdsyTkJL1EQ2PtOt7YB2ct15XIbR2DcRY6jU=; b=Yz46rCG3KdMr8DGgiFDVvv10t4vzj4pcoXg0fMP75NA2JrH/48jVPzMKYn1v7M4p 6snX/SbLiRSoSWJcc8oUFf+B1OehqsuV+xXYBybthITvuJ4ItOUs/0XLCQ6SA5V6eGK pV9W/qgufIRc0Rzct+64neDQG+vN0LnXY+N/6ocE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1726410840; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=WyjvAzYtdsyTkJL1EQ2PtOt7YB2ct15XIbR2DcRY6jU=; b=mnlSEFffKI4MZDlPQZiFDyxah92Pa314ZokyguyDspgmATyKtKvokCuJLSb1qFGY rXF7vB6hP4WI3dkCQPQAp921WOf94dwvtRFKbwjCowO26mcWxGNdOcG5ucWnMLsAfTT tKf9bgpig2AMS2PugxzANHhCpdNqDQVabPxn+Oro= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] liburi-perl: upgrading to 5.29 SUCCEEDED Message-ID: <01010191f61adae4-4e4749a9-0b82-4184-89f6-57d15750e264-000000@us-west-2.amazonses.com> Date: Sun, 15 Sep 2024 14:34:00 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.09.15-54.240.27.45 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 ; Sun, 15 Sep 2024 14:34:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/204551 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *liburi-perl* to *5.29* has Succeeded. Next steps: - apply the patch: git am 0001-liburi-perl-upgrade-5.28-5.29.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 93ace99f0be052cba432dd1f8395d70bd28a99c9 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Sep 2024 08:13:05 +0000 Subject: [PATCH] liburi-perl: upgrade 5.28 -> 5.29 --- .../perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch | 3 +-- .../perl/{liburi-perl_5.28.bb => liburi-perl_5.29.bb} | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-devtools/perl/{liburi-perl_5.28.bb => liburi-perl_5.29.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..93b68da065 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 27f048f6fc71179720da5ba98a889b3f2e8b2423 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.28.bb b/meta/recipes-devtools/perl/liburi-perl_5.29.bb similarity index 94% rename from meta/recipes-devtools/perl/liburi-perl_5.28.bb rename to meta/recipes-devtools/perl/liburi-perl_5.29.bb index 1fc0efd3e5..4eb769f102 100644 --- a/meta/recipes-devtools/perl/liburi-perl_5.28.bb +++ b/meta/recipes-devtools/perl/liburi-perl_5.29.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] = "e7985da359b15efd00917fa720292b711c396f2f9f9a7349e4e7dec74aa79765" +SRC_URI[sha256sum] = "a34b9f626c3ff1e20c0d4a23ec5c8b7ae1de1fb674ecefed7e46791388137372" S = "${WORKDIR}/URI-${PV}"