diff mbox series

[5/8] python3-setuptools-scm: upgrade 10.2.1 -> 10.2.2

Message ID 20260902-mathieu-updates-2026-09-02-v1-5-039b74833ec7@bootlin.com
State Under Review
Headers show
Series Upgrades of 2026-09-02 | expand

Commit Message

Mathieu Dubois-Briand Sept. 2, 2026, 3:46 p.m. UTC
Changelog:
- 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.
- 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.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 ...ython3-setuptools-scm_10.2.1.bb => python3-setuptools-scm_10.2.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
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 608c0ba47f3e..d6f23321d053 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"