diff mbox series

[meta-python] python3-path: upgrade 16.7.1 -> 16.9.0

Message ID 1702544342-28156-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python] python3-path: upgrade 16.7.1 -> 16.9.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 14, 2023, 8:59 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Added .iterdir() and deprecated .listdir().
-Use '.' as the default path.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-path_16.7.1.bb => python3-path_16.9.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-path_16.7.1.bb => python3-path_16.9.0.bb} (88%)

Comments

Khem Raj Dec. 19, 2023, 6:27 a.m. UTC | #1
On Thu, 14 Dec 2023 16:59:02 +0800, wangmy@fujitsu.com wrote:
> Changelog:
> ==========
> -Added .iterdir() and deprecated .listdir().
> -Use '.' as the default path.
> 
> 

Applied, thanks!

[1/1] python3-path: upgrade 16.7.1 -> 16.9.0
      commit: 5958fdd6f51905c8d6431e1994215033ca56ee16

Best regards,
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-path_16.7.1.bb b/meta-python/recipes-devtools/python/python3-path_16.9.0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-path_16.7.1.bb
rename to meta-python/recipes-devtools/python/python3-path_16.9.0.bb
index d9576ed0b..19bf11b6c 100644
--- a/meta-python/recipes-devtools/python/python3-path_16.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-path_16.9.0.bb
@@ -2,7 +2,7 @@  SUMMARY = "A module wrapper for os.path"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
 
-SRC_URI[sha256sum] = "2b477f5887033f3cbea1cfd8553ee6a6a498eb2540a19f4aa082822aadcea30a"
+SRC_URI[sha256sum] = "dfd31c2af60e8889a13538bef302ade7adacdb5351836be22638e2349ddd5d7b"
 
 SRC_URI += "\
     file://run-ptest \