From: Trevor Gamblin Date: Thu, 23 Apr 2026 17:12:44 +0000 (-0400) Subject: python3-setuptools-scm: upgrade 9.2.2 -> 10.0.5 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c1c920c0c817cb4b9c19b2ff342993d813c464e9;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-setuptools-scm: upgrade 9.2.2 -> 10.0.5 Changelog: https://github.com/pypa/setuptools-scm/releases Note that the releases page also includes notes for the vcs-versioning module, which is published separately (and which setuptools-scm depends on). The new python3-vcs-versioning recipe is added to dependency lists. Also rework the DEPENDS list to match the same formatting as RDEPENDS. Signed-off-by: Trevor Gamblin Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_9.2.2.bb b/meta/recipes-devtools/python/python3-setuptools-scm_10.0.5.bb similarity index 79% rename from meta/recipes-devtools/python/python3-setuptools-scm_9.2.2.bb rename to meta/recipes-devtools/python/python3-setuptools-scm_10.0.5.bb index d16d79c79f..3e86c4fd2c 100644 --- a/meta/recipes-devtools/python/python3-setuptools-scm_9.2.2.bb +++ b/meta/recipes-devtools/python/python3-setuptools-scm_10.0.5.bb @@ -6,13 +6,16 @@ argument or in a SCM managed file." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=838c366f69b72c5df05c96dff79b35f2" -SRC_URI[sha256sum] = "1c674ab4665686a0887d7e24c03ab25f24201c213e82ea689d2f3e169ef7ef57" +SRC_URI[sha256sum] = "bbba8fe754516cdefd017f4456721775e6ef9662bd7887fb52ae26813d4838c3" PYPI_PACKAGE = "setuptools_scm" inherit pypi python_setuptools_build_meta -DEPENDS += "python3-packaging-native" +DEPENDS += "\ + python3-packaging-native \ + python3-vcs-versioning-native \ +" RDEPENDS:${PN} = "\ python3-packaging \