From patchwork Fri Aug 1 14:07:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 67905 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 42933CA0EE1 for ; Fri, 1 Aug 2025 14:08:01 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.88631.1754057268575607682 for ; Fri, 01 Aug 2025 07:07:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=cGOhZeDe; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=qdp+zF1x; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019865f5f132-1e098525-cf3b-4ce9-a454-c9335bbf4e3e-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=1754057273; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=oTv6Wy2kJJT/aIbkUKh2vEpiqKzA/bMxTSL0ah6V8Qw=; b=cGOhZeDeWUppGByfz/p+JYPP5E4FEWZugAL9bSuiQj4AWVZyxfIgT3P69Mn9oneV o9k1539r44xuNPrlbIazAFAk/zemg+kMvFRWpWOwTCasw2/KW4cmSRYZmo3ZZ/FeecE bEZY2nIPDVhW4C26AtyvYhfE16q3tBLF6aeBPMt8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1754057273; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=oTv6Wy2kJJT/aIbkUKh2vEpiqKzA/bMxTSL0ah6V8Qw=; b=qdp+zF1xqwe/GN8YXpSsYP4OZ2hRuo6zMCkKJT3ATOW+nrWQKzjKGwmDZwwB/2DH sczDEw5ybXHwVBJzJwJmQMBZRWJJSeup2ZqcLnlNj4vHPecQr1DAZiCauwIwt2AtsyV 6xTzp+HwM9LyJl1ckl0sOoG96mJa5jQcCQzbxPy0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-maturin: upgrading to 1.9.2 SUCCEEDED Message-ID: <0101019865f5f132-1e098525-cf3b-4ce9-a454-c9335bbf4e3e-000000@us-west-2.amazonses.com> Date: Fri, 1 Aug 2025 14:07:53 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.08.01-54.240.27.193 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 ; Fri, 01 Aug 2025 14:08:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/221281 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-maturin* to *1.9.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-maturin-upgrade-1.9.1-1.9.2.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 120d9214fc8778a436a1d7963701b1ce10f830d6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Aug 2025 09:49:48 +0000 Subject: [PATCH] python3-maturin: upgrade 1.9.1 -> 1.9.2 --- .../{python3-maturin_1.9.1.bb => python3-maturin_1.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-maturin_1.9.1.bb => python3-maturin_1.9.2.bb} (92%) diff --git a/meta/recipes-devtools/python/python3-maturin_1.9.1.bb b/meta/recipes-devtools/python/python3-maturin_1.9.2.bb similarity index 92% rename from meta/recipes-devtools/python/python3-maturin_1.9.1.bb rename to meta/recipes-devtools/python/python3-maturin_1.9.2.bb index ce38e93136..84e74cc591 100644 --- a/meta/recipes-devtools/python/python3-maturin_1.9.1.bb +++ b/meta/recipes-devtools/python/python3-maturin_1.9.2.bb @@ -5,7 +5,7 @@ LICENSE = "MIT | Apache-2.0" LIC_FILES_CHKSUM = "file://license-apache;md5=1836efb2eb779966696f473ee8540542 \ file://license-mit;md5=85fd3b67069cff784d98ebfc7d5c0797" -SRC_URI[sha256sum] = "97b52fb19d20c1fdc70e4efdc05d79853a4c9c0051030c93a793cd5181dc4ccd" +SRC_URI[sha256sum] = "8b534d3a8acb922fc7a01ec89c12ba950dccdc11b57457c1d4c2661ae24bf96d" S = "${UNPACKDIR}/maturin-${PV}"