diff mbox series

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

Message ID 1689654348-30702-18-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-path: upgrade 16.6.0 -> 16.7.1 | expand

Commit Message

Mingyu Wang (Fujitsu) July 18, 2023, 4:25 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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 \