diff mbox series

[meta-python,2/5] python3-parse-type: Upgrade 0.6.3 -> 0.6.6

Message ID 20260106094259.36870-2-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/5] python3-pyro5: Upgrade 5.15 -> 5.16 | expand

Commit Message

Leon Anavi Jan. 6, 2026, 9:42 a.m. UTC
Upgrade to release 0.6.6:

- Disable setuptools-scm: Too many side-effects

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-parse-type_0.6.3.bb => python3-parse-type_0.6.6.bb} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-parse-type_0.6.3.bb => python3-parse-type_0.6.6.bb} (82%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb
rename to meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb
index 8932d95609..6d740cb130 100644
--- a/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/jenisys/parse_type"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da"
 
-SRC_URI[sha256sum] = "8e99d2f52fab2f0f1f3d68ba9d026060140bf0e53680aada0111fb27b2f0e93a"
+SRC_URI[sha256sum] = "513a3784104839770d690e04339a8b4d33439fcd5dd99f2e4580f9fc1097bfb2"
 SRC_URI += " \
     file://run-ptest \
 "
@@ -13,6 +13,8 @@  UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi ptest python_setuptools_build_meta
 
+DEPENDS += "python3-setuptools-scm-native"
+
 do_install_ptest() {
     install -d ${D}${PTEST_PATH}/tests
     cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/