From patchwork Wed Sep 2 05:31:47 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: 97019 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 A0930C624D8 for ; Wed, 2 Sep 2026 05:31:49 +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.5727.1788327108198148387 for ; Tue, 01 Sep 2026 22:31:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=FMvqjZTG; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=AoEhI3v3; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101a0609a1ad1-463c6045-6755-467c-9091-dc08a2de12a4-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=1788327107; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=dIiO/bOyS2umhUIE2HWTGUHCENMsE0dhsx1zmZI1uA8=; b=FMvqjZTGWzSWtnkr6X8L+azWarDLeCJPms90bsjrYJdgmf2+4e3aXELHUp7hEjeq rpaoQY0PAK5Ve5vVZAibJSkVNmWwjwhe/kDsLMEz5invadIPVVqrlAqsSasHmi9znal eAjQ+I9LjZrzWbvbDUjVdUdQqb95UxRdiv1kIpjM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1788327107; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=dIiO/bOyS2umhUIE2HWTGUHCENMsE0dhsx1zmZI1uA8=; b=AoEhI3v3nxQdIeF+FZ5QV0XrFXVHEYNoVedYyZEm42F5Ww8+Nr0olKGp1L6BQ65U rQ1dP/rZ62BqGh/kT2BUTUwmb9yKUNnmjUiq9Jq0dj7rJKd8irf5+pZ+Nt+ksl87ZvL +gzPbLO63o+t1S1SYIh2dDemGkPC4yniXdjtmzoE= 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.2.2 FAILED Message-ID: <010101a0609a1ad1-463c6045-6755-467c-9091-dc08a2de12a4-000000@us-west-2.amazonses.com> Date: Wed, 2 Sep 2026 05:31:47 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.02-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 ; Wed, 02 Sep 2026 05:31:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244883 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.2.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-setuptools-scm-upgrade-10.2.1-10.2.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 706c2b7866bc6d9a1f081a9f875f3b7c11608909 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 2 Sep 2026 05:10:15 +0000 Subject: [PATCH] python3-setuptools-scm: upgrade 10.2.1 -> 10.2.2 Source: CHANGELOG.md ## 10.2.2 (2026-09-01) ### Miscellaneous - The `pkginfo` workdir discovery entry point moved to vcs-versioning; `vcs-versioning>=2.3.2` is now required (the workspace pin carries a `.dev0` suffix so in-tree builds resolve, matching the existing convention). `setuptools_scm._integration._discover.discover_pkginfo` remains as a re-export. ([#1507](https://github.com/pypa/setuptools-scm/issues/1507)) - Stop shipping a per-package `uv.lock` in the sdist. It could not be generated correctly whenever `setuptools-scm` required an unreleased `vcs-versioning`, which broke the release proposal workflow. ([#1509](https://github.com/pypa/setuptools-scm/issues/1509)) --- ...etuptools-scm_10.2.1.bb => python3-setuptools-scm_10.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-setuptools-scm_10.2.1.bb => python3-setuptools-scm_10.2.2.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_10.2.1.bb b/meta/recipes-devtools/python/python3-setuptools-scm_10.2.2.bb similarity index 89% rename from meta/recipes-devtools/python/python3-setuptools-scm_10.2.1.bb rename to meta/recipes-devtools/python/python3-setuptools-scm_10.2.2.bb index 608c0ba47f..d6f23321d0 100644 --- a/meta/recipes-devtools/python/python3-setuptools-scm_10.2.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools-scm_10.2.2.bb @@ -6,7 +6,7 @@ argument or in a SCM managed file." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=838c366f69b72c5df05c96dff79b35f2" -SRC_URI[sha256sum] = "4fa7dd82cf8c800df59c9a288c90299b1657ff1ecfc3f5cc00287c5dbf5e27a9" +SRC_URI[sha256sum] = "36b5dcef6bbeee0bc76b7756d1b574b3762e2138611a4f18e898f22f1aaee462" PYPI_PACKAGE = "setuptools_scm"