diff mbox series

[meta-python] python3-path: upgrade 16.4.0 -> 16.5.0

Message ID 1664269861-2695-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-path: upgrade 16.4.0 -> 16.5.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 27, 2022, 9:11 a.m. UTC
Changelog:
==========
 Refreshed packaging.
 #197: Fixed default argument rendering in docs.
 #209: Refactored write_lines to re-use open semantics. Deprecated the linesep parameter.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-path_16.4.0.bb b/meta-python/recipes-devtools/python/python3-path_16.5.0.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-path_16.4.0.bb
rename to meta-python/recipes-devtools/python/python3-path_16.5.0.bb
index 10b112860f..3dc5d7cdec 100644
--- a/meta-python/recipes-devtools/python/python3-path_16.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-path_16.5.0.bb
@@ -2,7 +2,7 @@  SUMMARY = "A module wrapper for os.path"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
 
-SRC_URI[sha256sum] = "baf2e757c4b19be8208f9e67e48fb475b4a577d5613590ce46693bdbdf082f52"
+SRC_URI[sha256sum] = "2722e500b370bc00d5934d2207e26b17a09ee73eb0150f651d5a255d8be935a2"
 
 inherit pypi python_setuptools_build_meta