From patchwork Fri May 1 14:25:44 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 87355 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 80971CD343B for ; Fri, 1 May 2026 14:25:56 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.15718.1777645544784749158 for ; Fri, 01 May 2026 07:25:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=sIKb1aS6; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=xHoYtbWL; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019de3ee62ee-b923ee02-69b8-407e-aac4-29c9ffae16ad-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1777645544; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=g8kQq4fui8x64nOM0JBKl1KkUAqIxtVP9twu7nfyRkI=; b=sIKb1aS6KwqcQQjxEOhfI3XGTGTAlcykdem/HYgJobSly+p4KQB56QlumRv9R+ho WaozxZrAgZwrWUnAAqAKgsnc/nwlTepsCrllxcSX8jnSV5erQ9MGhVp6p2akenKHfwb ApoOTHvMX5Sss+6g7SQLwe3nRRjO8cVpJFEtohV4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1777645544; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=g8kQq4fui8x64nOM0JBKl1KkUAqIxtVP9twu7nfyRkI=; b=xHoYtbWLODTrJIAH48NlwSVrNu2mEQfj5Kw0YjKZge6yp+T40X1CCWsgflx+eUha e1Inzd2hgyj7HSk/3MI4wXBMIh936HzTL4ySGGGA9Aksrq03R7fUPiyUJUW5qIFabZZ 8P5Je4eHwpqvAa6nUFJkF7EdNuTxaIfqiV8n4+jQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Marta Rybczynska Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-uritools: upgrading to 6.1.0 SUCCEEDED Message-ID: <0101019de3ee62ee-b923ee02-69b8-407e-aac4-29c9ffae16ad-000000@us-west-2.amazonses.com> Date: Fri, 1 May 2026 14:25:44 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.01-54.240.27.29 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 01 May 2026 14:25:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/236249 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-uritools* to *6.1.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-uritools-upgrade-6.0.1-6.1.0.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 c9f763037b2b39daae3fbe96bbe79f20ef951d90 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 09:24:02 +0000 Subject: [PATCH] python3-uritools: upgrade 6.0.1 -> 6.1.0 --- .../{python3-uritools_6.0.1.bb => python3-uritools_6.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-uritools_6.0.1.bb => python3-uritools_6.1.0.bb} (76%) diff --git a/meta/recipes-devtools/python/python3-uritools_6.0.1.bb b/meta/recipes-devtools/python/python3-uritools_6.1.0.bb similarity index 76% rename from meta/recipes-devtools/python/python3-uritools_6.0.1.bb rename to meta/recipes-devtools/python/python3-uritools_6.1.0.bb index 718de87eab..eeeca59e21 100644 --- a/meta/recipes-devtools/python/python3-uritools_6.0.1.bb +++ b/meta/recipes-devtools/python/python3-uritools_6.1.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/tkem/uritools/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=e21bbe53b2730bfe1911cf381b81821e" -SRC_URI[sha256sum] = "2f9e9cb954e7877232b2c863f724a44a06eb98d9c7ebdd69914876e9487b94f8" +SRC_URI[sha256sum] = "be97e452528e7a42ef0a4df68364ddd77833e982c5bac5cdcfee15c81f65e96b" inherit pypi python_setuptools_build_meta ptest-python-pytest