From patchwork Mon Sep 14 05:40: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: 98166 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 57B70C88E6A for ; Mon, 14 Sep 2026 05:40:45 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.13648.1789364441909641572 for ; Sun, 13 Sep 2026 22:40:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=BV7VgfsU; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Ra3y1RK1; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101a09e6e9cc9-baaa5c57-e0b1-4cb0-a2fe-048831a3da85-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1789364444; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=YGhQHGY7l4yAfqZ/di8IfCBrAIdLsE7TXY+IjNz6KyA=; b=BV7VgfsU7ooTFSYdplv9ZqX79/S2znsVeZp5oLfr7tVS2DpBVdL9VeLyqPxH7ryJ d46O0SICoY05Ix4GblZ7NhDtBf9rvK3dk/+TpPtB37VREVF7lHG3pbUgzzYA/yETQKl iW00VQZ70ot6w08jqrTihKs3V/a8P4dVl5AHWUZg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789364444; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=YGhQHGY7l4yAfqZ/di8IfCBrAIdLsE7TXY+IjNz6KyA=; b=Ra3y1RK1am+Zt1MkqV+KfdVz9ADqnO2iba5URyDL/yzmQC9ou2TjS/P807P2KqSL 01/4OUA0QVF6iiG73QrIg/nk0aUiI2KA3++EDgCat9HMdEEyPSTpIX5iGP3voLUCs2J 4iMqZtk/Ty+Qm4HoiKEAj+5yKQ38CZ1rfE51EuOM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-setuptools-scm: upgrading to 10.3.0 FAILED Message-ID: <010101a09e6e9cc9-baaa5c57-e0b1-4cb0-a2fe-048831a3da85-000000@us-west-2.amazonses.com> Date: Mon, 14 Sep 2026 05:40:44 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.14-54.240.27.191 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 ; Mon, 14 Sep 2026 05:40:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245751 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-setuptools-scm* to *10.3.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-setuptools-scm-upgrade-10.2.3-10.3.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 bb33fd6622b820b335070674453f04449d2d10a5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 14 Sep 2026 05:19:39 +0000 Subject: [PATCH] python3-setuptools-scm: upgrade 10.2.3 -> 10.3.0 Source: CHANGELOG.md ## 10.3.0 (2026-09-12) ### Deprecated - Emit a ``DeprecationWarning`` when the ``setuptools.file_finders`` entry point is invoked for a project that does not configure setuptools-scm. The entry point will be removed in a future major release. ([#1407](https://github.com/pypa/setuptools-scm/issues/1407)) ### Fixed - Run the `setuptools.file_finders` hook inside a setuptools-scm override context. It previously resolved settings under the `VCS_VERSIONING` prefix only, so documented variables such as `SETUPTOOLS_SCM_SUBPROCESS_TIMEOUT` and `SETUPTOOLS_SCM_HG_COMMAND` were ignored when finding files. When version inference has already run and found no SCM checkout, the `egg_info` mixin now tells the file finders so, rather than letting `walk_revctrl()` re-probe every backend for a repository known to be absent. ([#1212](https://github.com/pypa/setuptools-scm/issues/1212)) --- ...etuptools-scm_10.2.3.bb => python3-setuptools-scm_10.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-setuptools-scm_10.2.3.bb => python3-setuptools-scm_10.3.0.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_10.2.3.bb b/meta/recipes-devtools/python/python3-setuptools-scm_10.3.0.bb similarity index 89% rename from meta/recipes-devtools/python/python3-setuptools-scm_10.2.3.bb rename to meta/recipes-devtools/python/python3-setuptools-scm_10.3.0.bb index 0af4bd24f5..f3d5a233b8 100644 --- a/meta/recipes-devtools/python/python3-setuptools-scm_10.2.3.bb +++ b/meta/recipes-devtools/python/python3-setuptools-scm_10.3.0.bb @@ -6,7 +6,7 @@ argument or in a SCM managed file." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=838c366f69b72c5df05c96dff79b35f2" -SRC_URI[sha256sum] = "f179ed3e2a63cf5823e5ee9aa9ca08386219400443a0553224d72dde3f206b44" +SRC_URI[sha256sum] = "7177457a181c3af30c1a524e6f919960665f9f153a39fe04906fe543c7eb5f80" PYPI_PACKAGE = "setuptools_scm"