diff mbox series

[10/10] python3-setuptools-scm: upgrade 10.2.0 -> 10.2.1

Message ID 20260727064158.3784068-10-richard.purdie@linuxfoundation.org
State New
Headers show
Series [01/10] libical: upgrade 4.0.3 -> 4.0.4 | expand

Commit Message

Richard Purdie July 27, 2026, 6:41 a.m. UTC
- 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))

- 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))

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...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 mbox series

Patch

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 d3ff181ad6b..608c0ba47f3 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"