From patchwork Wed Oct 1 13:32:19 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: 71392 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 602D2CCD18E for ; Wed, 1 Oct 2025 13:32:23 +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.web10.17938.1759325536021863842 for ; Wed, 01 Oct 2025 06:32:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=EBAY+qxE; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=eTLTnZGE; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101999ff94bcb-36691e93-4d1e-4cc1-bebc-a9f60be525ec-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=1759325539; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=wdgRikZxE0yuA2tEGV/iV04T1hV/mHz+QY5l5mKsetE=; b=EBAY+qxEc2WiTKrjbnQH3vAqO0X94RdXV5l+4owzNe2CUqtFbYclxjaihYu5Dj6M S+yn6oFl0xFVUAq/FwPXbaV/EMZQuX594e3CwiPkUzAF82X7mTlMTyeVoUj10dyrNpu xcEBkp5Fpy2qT0OlTxkfnyO83HWaHqJtmh+F2VoQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1759325539; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=wdgRikZxE0yuA2tEGV/iV04T1hV/mHz+QY5l5mKsetE=; b=eTLTnZGEkP83mhsmbarKpnoABCXaM8tXaIkleLqxmMpXjUr2FOrZwtO0IYx9/HAz JCddEspXByiHtslpKy7vgduE4IG39QfLepxOtLaWOJgdjL7B2vCU0fLlzSZo43gRkR+ n9r9wN/tmLvH81PIFL49PbTITuVaVLE6RD+XZG/w= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-cffi: upgrading to 2.0.0 SUCCEEDED Message-ID: <010101999ff94bcb-36691e93-4d1e-4cc1-bebc-a9f60be525ec-000000@us-west-2.amazonses.com> Date: Wed, 1 Oct 2025 13:32:19 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.10.01-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 ; Wed, 01 Oct 2025 13:32:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/224240 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-cffi* to *2.0.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-cffi-upgrade-1.17.1-2.0.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 443bec7357704dbbf7a44888be7a239d6ddeb79b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Oct 2025 08:47:21 +0000 Subject: [PATCH] python3-cffi: upgrade 1.17.1 -> 2.0.0 --- ...ize_t-to-avoid-c-11-narrowing-warnin.patch | 34 --------------- ...3-cffi_1.17.1.bb => python3-cffi_2.0.0.bb} | 41 +++++++++++++++++-- 2 files changed, 37 insertions(+), 38 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-cffi/0001-Cast-offset-to-size_t-to-avoid-c-11-narrowing-warnin.patch rename meta/recipes-devtools/python/{python3-cffi_1.17.1.bb => python3-cffi_2.0.0.bb} (36%) diff --git a/meta/recipes-devtools/python/python3-cffi/0001-Cast-offset-to-size_t-to-avoid-c-11-narrowing-warnin.patch b/meta/recipes-devtools/python/python3-cffi/0001-Cast-offset-to-size_t-to-avoid-c-11-narrowing-warnin.patch deleted file mode 100644 index a919f4f6fb..0000000000 --- a/meta/recipes-devtools/python/python3-cffi/0001-Cast-offset-to-size_t-to-avoid-c-11-narrowing-warnin.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 2ac63f8765e62f1492ef3ee06791636700bc6cfb Mon Sep 17 00:00:00 2001 -From: triallax -Date: Sat, 29 Jun 2024 15:25:24 +0100 -Subject: [PATCH] Cast offset to size_t to avoid c++11-narrowing warning (#92) - -e.g. with clang 18 on chimera linux: - -_CFFI_test_verify_anonymous_struct_with_star_typedef.cpp:583:10: error: non-constant-expression cannot be narrowed from type 'long' to 'size_t' (aka 'unsigned long') in initializer list [-Wc++11-narrowing] - 583 | { "a", ((char *)&((foo_t)4096)->a) - (char *)4096, - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -_CFFI_test_verify_anonymous_struct_with_star_typedef.cpp:583:10: note: insert an explicit cast to silence this issue - 583 | { "a", ((char *)&((foo_t)4096)->a) - (char *)4096, - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | static_cast( ) - -Upstream-Status: Backport [https://github.com/python-cffi/cffi/pull/92] -Signed-off-by: Khem Raj ---- - src/cffi/recompiler.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/cffi/recompiler.py b/src/cffi/recompiler.py -index ac6c163e..14d578ee 100644 ---- a/src/cffi/recompiler.py -+++ b/src/cffi/recompiler.py -@@ -953,7 +953,7 @@ class Recompiler: - if cname is None or fbitsize >= 0: - offset = '(size_t)-1' - elif named_ptr is not None: -- offset = '((char *)&((%s)4096)->%s) - (char *)4096' % ( -+ offset = '(size_t)(((char *)&((%s)4096)->%s) - (char *)4096)' % ( - named_ptr.name, fldname) - else: - offset = 'offsetof(%s, %s)' % (tp.get_c_name(''), fldname) diff --git a/meta/recipes-devtools/python/python3-cffi_1.17.1.bb b/meta/recipes-devtools/python/python3-cffi_2.0.0.bb similarity index 36% rename from meta/recipes-devtools/python/python3-cffi_1.17.1.bb rename to meta/recipes-devtools/python/python3-cffi_2.0.0.bb index 5a3af03d9f..074174ed4d 100644 --- a/meta/recipes-devtools/python/python3-cffi_1.17.1.bb +++ b/meta/recipes-devtools/python/python3-cffi_2.0.0.bb @@ -1,13 +1,46 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -3,7 +3,7 @@ +# information at the beginning of each file) all software and +# documentation is licensed as follows: +# +# - The MIT License +# + MIT No Attribution +# +# Permission is hereby granted, free of charge, to any person +# obtaining a copy of this software and associated documentation +# @@ -11,10 +11,7 @@ +# restriction, including without limitation the rights to use, +# copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the +# - Software is furnished to do so, subject to the following conditions: +# - +# - The above copyright notice and this permission notice shall be included +# - in all copies or substantial portions of the Software. +# + Software is furnished to do so. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# +# + SUMMARY = "Foreign Function Interface for Python calling C code" HOMEPAGE = "http://cffi.readthedocs.org/" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c0158ab9b75875f3bb7fea081d388818" DEPENDS += "libffi python3-pycparser" -SRC_URI[sha256sum] = "1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824" +SRC_URI[sha256sum] = "44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529" -SRC_URI += "file://run-ptest \ - file://0001-Cast-offset-to-size_t-to-avoid-c-11-narrowing-warnin.patch" +SRC_URI += "file://run-ptest" inherit pypi python_setuptools_build_meta ptest pkgconfig