diff mbox series

[meta-python,2/2] python3-path: Upgrade 17.1.0 -> 17.1.1

Message ID 20260127111900.3683454-2-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/2] python3-jmespath: Upgrade 1.0.1 -> 1.1.0 | expand

Commit Message

Leon Anavi Jan. 27, 2026, 11:19 a.m. UTC
Upgrade to release 17.1.1:

- Feed the hobgoblins (delint)
- Supply the types, irrespective of platform
- Ignore the arg type

License-Update: Update years

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-path_17.1.0.bb => python3-path_17.1.1.bb} | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-path_17.1.0.bb => python3-path_17.1.1.bb} (68%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-path_17.1.0.bb b/meta-python/recipes-devtools/python/python3-path_17.1.1.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-path_17.1.0.bb
rename to meta-python/recipes-devtools/python/python3-path_17.1.1.bb
index 066f756730..be150f3dbb 100644
--- a/meta-python/recipes-devtools/python/python3-path_17.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-path_17.1.1.bb
@@ -1,8 +1,8 @@ 
 SUMMARY = "A module wrapper for os.path"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1aeae65f25a15b1e46d4381f2f094e0a"
 
-SRC_URI[sha256sum] = "d41e05ed4fa1d4f6d702df3c1e0a1a255d7b544287432456455dc7c51e5f98e9"
+SRC_URI[sha256sum] = "2dfcbfec8b4d960f3469c52acf133113c2a8bf12ac7b98d629fa91af87248d42"
 
 SRC_URI += "\
     file://run-ptest \
@@ -10,7 +10,10 @@  SRC_URI += "\
 
 inherit pypi python_setuptools_build_meta ptest
 
-DEPENDS += "python3-setuptools-scm-native"
+DEPENDS += " \
+    python3-setuptools-scm-native \
+    python3-coherent-licensed-native \
+"
 
 RDEPENDS:${PN} += " \
     python3-appdirs \
@@ -22,6 +25,7 @@  RDEPENDS:${PN} += " \
 RDEPENDS:${PN}-ptest += " \
     python3-pytest \
     python3-unittest-automake-output \
+    python3-more-itertools \
 "
 
 BBCLASSEXTEND = "nativesdk native"