From patchwork Mon Sep 15 11:54:39 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: 70193 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 708E2CAC5B3 for ; Mon, 15 Sep 2025 11:54:48 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.30888.1757937280424568701 for ; Mon, 15 Sep 2025 04:54:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=oWvBIsxR; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=BRMjeeub; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101994d3a230d-f7d39049-a174-4a2c-b505-85b0992b3f56-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=1757937279; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=TWdHcQSq3VJDksRk1oPeRpAQShlolqrXhkfG7pEmsUY=; b=oWvBIsxRZ2fsLSv38AmNvMZ4maknYLaioaJ20ZEX0GwiPgjihAzzlmIIPzgBzrGm 9IZUDeG4WXrfHkXMciY+f6sLCLqWRsaWiW5DadTp7bADxHSMtA+XuNizIG2zwBfkXgP SX8Bl1evhMMDq8qDo6a1tuN7adqNyJOHufUskSdQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1757937279; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=TWdHcQSq3VJDksRk1oPeRpAQShlolqrXhkfG7pEmsUY=; b=BRMjeeub8oxgBY94VSkSGT7EuganvnJWhmeBci6nQjUP2tBTk9yWvgYwwDXUNBJe 5zoWf2LRhU8phZ4/Q7hi/DJ3iS5tQN5NrKYJ7tdSPx1eeLKHWT+1s7ZOI2lA3hq85Ub OzvVOkDlR2+rg+Ml7F0gvCNwYcOGwc/W32B1Uce4= 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: <010101994d3a230d-f7d39049-a174-4a2c-b505-85b0992b3f56-000000@us-west-2.amazonses.com> Date: Mon, 15 Sep 2025 11:54:39 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.09.15-54.240.27.23 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 ; Mon, 15 Sep 2025 11:54:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/223423 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 a24d90173ccda7984cba3e8755e1694cc77cfaf0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Sep 2025 08:00:32 +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