From bb33fd6622b820b335070674453f04449d2d10a5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 14 Sep 2026 05:19:39 +0000 Subject: [PATCH] python3-setuptools-scm: upgrade 10.2.3 -> 10.3.0 Source: CHANGELOG.md ## 10.3.0 (2026-09-12) ### Deprecated - Emit a ``DeprecationWarning`` when the ``setuptools.file_finders`` entry point is invoked for a project that does not configure setuptools-scm. The entry point will be removed in a future major release. ([#1407](https://github.com/pypa/setuptools-scm/issues/1407)) ### Fixed - Run the `setuptools.file_finders` hook inside a setuptools-scm override context. It previously resolved settings under the `VCS_VERSIONING` prefix only, so documented variables such as `SETUPTOOLS_SCM_SUBPROCESS_TIMEOUT` and `SETUPTOOLS_SCM_HG_COMMAND` were ignored when finding files. When version inference has already run and found no SCM checkout, the `egg_info` mixin now tells the file finders so, rather than letting `walk_revctrl()` re-probe every backend for a repository known to be absent. ([#1212](https://github.com/pypa/setuptools-scm/issues/1212)) --- ...etuptools-scm_10.2.3.bb => python3-setuptools-scm_10.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-setuptools-scm_10.2.3.bb => python3-setuptools-scm_10.3.0.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_10.2.3.bb b/meta/recipes-devtools/python/python3-setuptools-scm_10.3.0.bb similarity index 89% rename from meta/recipes-devtools/python/python3-setuptools-scm_10.2.3.bb rename to meta/recipes-devtools/python/python3-setuptools-scm_10.3.0.bb index 0af4bd24f5..f3d5a233b8 100644 --- a/meta/recipes-devtools/python/python3-setuptools-scm_10.2.3.bb +++ b/meta/recipes-devtools/python/python3-setuptools-scm_10.3.0.bb @@ -6,7 +6,7 @@ argument or in a SCM managed file." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=838c366f69b72c5df05c96dff79b35f2" -SRC_URI[sha256sum] = "f179ed3e2a63cf5823e5ee9aa9ca08386219400443a0553224d72dde3f206b44" +SRC_URI[sha256sum] = "7177457a181c3af30c1a524e6f919960665f9f153a39fe04906fe543c7eb5f80" PYPI_PACKAGE = "setuptools_scm" -- 2.47.1