From patchwork Wed Jul 22 05:49:59 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: 93102 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 12835C44533 for ; Wed, 22 Jul 2026 05:50:11 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.41697.1784699401116349749 for ; Tue, 21 Jul 2026 22:50:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=BtzKz4pW; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=o8tYdQ/2; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019f885faefc-8b083505-63df-448a-a727-21486a683698-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=1784699400; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=9u/nLN+o6BK4mhp1Rx4ivbZITqNlgWE1ASxuKHkfBBU=; b=BtzKz4pWj1sfnH2v6pzR+YCGRWYXUNBD061nSthCjRiWCgDdqA7qF/gfe3kbW0kj Iwn493Oocox+jvH5y8YxnC9ueyrM5EtgFGrNKH51qzid/Xliq/jJu/g58jx48bsi7Wd AXPvVSJ/E9+YqBJdJmiuXOR6bdBl0lletnlXZTAI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1784699400; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=9u/nLN+o6BK4mhp1Rx4ivbZITqNlgWE1ASxuKHkfBBU=; b=o8tYdQ/2bZ9AKzEhAICMj0lu3d795DAjak8YbfWOCOH89WtHUW659ojYM9gIssRv 4M+mWIn4d3BR3SD185boiGxhaFRxQeLQSdHzLrxCBWbHHLNNYKZY0oGru6tJZrg/fhV vBfd8gK5m40HkTE8eiERLs8mBUGT/p7KSn1EB87w= 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.1 SUCCEEDED Message-ID: <0101019f885faefc-8b083505-63df-448a-a727-21486a683698-000000@us-west-2.amazonses.com> Date: Wed, 22 Jul 2026 05:49:59 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.22-54.240.27.31 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, 22 Jul 2026 05:50:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/241590 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.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-scm-upgrade-10.2.0-10.2.1.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 19e3d88e0e8967925cf9db56ff5e91e50b1ac063 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 22 Jul 2026 05:42:11 +0000 Subject: [PATCH] python3-setuptools-scm: upgrade 10.2.0 -> 10.2.1 Source: CHANGELOG.md ## 10.2.1 (2026-07-21) ### Fixed - Omit ``scm_version.json`` and ``scm_file_list.json`` from wheel ``.dist-info`` while still including them in sdists for fallback discovery. ([#1473](https://github.com/pypa/setuptools-scm/issues/1473)) ### Fixed - Pass `project_root` from egg_info to the workdir so file discovery is correctly scoped in monorepo setups. ([#1440](https://github.com/pypa/setuptools-scm/issues/1440)) --- ...etuptools-scm_10.2.0.bb => python3-setuptools-scm_10.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-setuptools-scm_10.2.0.bb => python3-setuptools-scm_10.2.1.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_10.2.0.bb b/meta/recipes-devtools/python/python3-setuptools-scm_10.2.1.bb similarity index 89% rename from meta/recipes-devtools/python/python3-setuptools-scm_10.2.0.bb rename to meta/recipes-devtools/python/python3-setuptools-scm_10.2.1.bb index d3ff181ad6..608c0ba47f 100644 --- a/meta/recipes-devtools/python/python3-setuptools-scm_10.2.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools-scm_10.2.1.bb @@ -6,7 +6,7 @@ argument or in a SCM managed file." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=838c366f69b72c5df05c96dff79b35f2" -SRC_URI[sha256sum] = "ec8ea1738b92e42146a46e29a0e9de9ad462744c63cf9778677b95dfd605adde" +SRC_URI[sha256sum] = "4fa7dd82cf8c800df59c9a288c90299b1657ff1ecfc3f5cc00287c5dbf5e27a9" PYPI_PACKAGE = "setuptools_scm"