diff mbox series

[meta-python] python3-configargparse: upgrade 1.7.3 -> 1.7.5

Message ID 20260403093147.16509-1-liuyd.fnst@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-configargparse: upgrade 1.7.3 -> 1.7.5 | expand

Commit Message

Liu Yiding April 3, 2026, 9:31 a.m. UTC
Changelog: Slightly simplified PyPI deployment workflow via setuptools-scm

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
---
 ...figargparse_1.7.3.bb => python3-configargparse_1.7.5.bb} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-configargparse_1.7.3.bb => python3-configargparse_1.7.5.bb} (75%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb
rename to meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb
index 6715abab3a..49df56d75b 100644
--- a/meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb
+++ b/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb
@@ -3,12 +3,14 @@  HOMEPAGE = "https://github.com/bw2/ConfigArgParse"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943"
 
-SRC_URI[sha256sum] = "76dd1a51145fb7ca82621ee08cd38ec0c6316fe27a38b9137b75667d1116399e"
+SRC_URI[sha256sum] = "e3f9a7bb6be34d66b2e3c4a2f58e3045f8dfae47b0dc039f87bcfaa0f193fb0f"
 
 PYPI_PACKAGE = "configargparse"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
+
+DEPENDS += "python3-setuptools-scm-native"
 
 PACKAGECONFIG ?= "yaml"
 PACKAGECONFIG[yaml] = ",,,python3-pyyaml"