From 5009fefd5d27cf2ae9be6f7e6e258ec6bdc64e6d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 18 Jul 2023 12:25:20 +0800 Subject: [PATCH] python3-path: upgrade 16.6.0 -> 16.7.1 License-Update: Remove unnecessary and incorrect copyright notice. Changelog: ============ Set stacklevel=2 in deprecation warning for .text. (#210) Added .permissions attribute. (#211) Require Python 3.8 or later. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-path_16.6.0.bb => python3-path_16.7.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-path_16.6.0.bb => python3-path_16.7.1.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-path_16.6.0.bb b/meta-python/recipes-devtools/python/python3-path_16.7.1.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-path_16.6.0.bb rename to meta-python/recipes-devtools/python/python3-path_16.7.1.bb index 095f906f0c..d9576ed0b8 100644 --- a/meta-python/recipes-devtools/python/python3-path_16.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-path_16.7.1.bb @@ -1,8 +1,8 @@ SUMMARY = "A module wrapper for os.path" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" +LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f" -SRC_URI[sha256sum] = "bea3816e1d54f4e33aac78d2031a0b0ed2f95e69db85b45d51f17df97071da69" +SRC_URI[sha256sum] = "2b477f5887033f3cbea1cfd8553ee6a6a498eb2540a19f4aa082822aadcea30a" SRC_URI += "\ file://run-ptest \