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: 98164 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 175A9C88E6C for ; Mon, 14 Sep 2026 05:40:46 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.13725.1789364445331283161 for ; Sun, 13 Sep 2026 22:40:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=p328ZZLR; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=UYuYnGcL; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 010101a09e6e9cf7-a69a3cbc-564d-4285-95ab-a4099e18523f-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=FIEnEETVGN1/IGZdqFExWFH9CfoUjSAHlEc/IvuC5zU=; b=p328ZZLR+ZX1uwNFTEo6nanLim5QLWOLiKYszD5o7rD7x9YQJFqc5yX0Mi2iEqtj 29U9IkkcmUDb+LHvCm7utmIKn+iy56v05+ojo0us0QMVdOeuoQffZAZgwpiUn6vYuxi M/GDb1jiLtNmQPMN6CkGQ+lb4V1A9SCTcIlMZ4Tc= 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=FIEnEETVGN1/IGZdqFExWFH9CfoUjSAHlEc/IvuC5zU=; b=UYuYnGcLnJkSWi98jOaeLW+05rhD1F98XElZY8IHSENuC2anDLp1P922CbU9vbjc iARHTKgpDG/R5uZCPpflgcYgyCDPhNyR3l1XHDISdWm2sjtLrIOEWdrYM5QzrrqBIDE NG34U4sNr1jBcs9kGwF3YWTobt5oXjnGMxuHhTmA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-vcs-versioning: upgrading to 2.4.0 SUCCEEDED Message-ID: <010101a09e6e9cf7-a69a3cbc-564d-4285-95ab-a4099e18523f-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.29 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:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245755 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-vcs-versioning* to *2.4.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-vcs-versioning-upgrade-2.3.4-2.4.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 8e9c7b4238086925e620dd5574e93fa943ef2066 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 14 Sep 2026 05:26:43 +0000 Subject: [PATCH] python3-vcs-versioning: upgrade 2.3.4 -> 2.4.0 Source: CHANGELOG.md ## 2.4.0 (2026-09-12) ### Added - Add `scm.git.distance_scope` and `scm.git.distance_count`, restricting the distance count to the commits that touch a monorepo project (and optionally further shared directories) instead of every commit in the repository. Counting uses `--full-history` by default, or `--first-parent`; git's default history simplification is not offered because it can make the distance shrink across a merge. Git only. ([#1056](https://github.com/pypa/setuptools-scm/issues/1056)) ### Fixed - Select file finders by the VCS marker their entry point is named for (`.git`, `.hg`, `.jj`) instead of running every backend's command in turn. A tree with no VCS marker -- an unpacked sdist, say -- now spawns no subprocess at all, so a slow `hg` on `PATH` can no longer fail an unrelated build. The finders also survive a subprocess timeout: `subprocess.TimeoutExpired` was uncaught and aborted the build, and is now treated like any other failed probe. ([#1212](https://github.com/pypa/setuptools-scm/issues/1212)) - Prefer the fallback metadata nearest the project directory. A `.git_archival.txt` or `PKG-INFO` at the VCS root no longer shadows a monorepo project's own, which silently produced the root project's version. ([#1522](https://github.com/pypa/setuptools-scm/issues/1522)) --- ...-vcs-versioning_2.3.4.bb => python3-vcs-versioning_2.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-vcs-versioning_2.3.4.bb => python3-vcs-versioning_2.4.0.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-vcs-versioning_2.3.4.bb b/meta/recipes-devtools/python/python3-vcs-versioning_2.4.0.bb similarity index 91% rename from meta/recipes-devtools/python/python3-vcs-versioning_2.3.4.bb rename to meta/recipes-devtools/python/python3-vcs-versioning_2.4.0.bb index e358c722d7..e66a7ce7b0 100644 --- a/meta/recipes-devtools/python/python3-vcs-versioning_2.3.4.bb +++ b/meta/recipes-devtools/python/python3-vcs-versioning_2.4.0.bb @@ -5,7 +5,7 @@ library that can be used independently of setuptools." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c9b06ad2ebd7e2e82d34b3caf353e7d5" -SRC_URI[sha256sum] = "f3443da15a34a32755b04324e33c6166add300c7661f45902225190c9337f711" +SRC_URI[sha256sum] = "cc4b66c02ae4cfb51e843910024f7142464c3391bb1f7e04608578b45046891b" SRC_URI += "\ file://run-ptest \