diff mbox series

[AUH] python3-setuptools-scm: upgrading to 10.2.2 FAILED

Message ID 010101a0609a1ad1-463c6045-6755-467c-9091-dc08a2de12a4-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-setuptools-scm: upgrading to 10.2.2 FAILED | expand

Commit Message

auh@yoctoproject.org Sept. 2, 2026, 5:31 a.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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"