diff options
author | wangmy <wangmy@fujitsu.com> | 2022-09-27 17:11:00 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-28 14:54:31 -0700 |
commit | 9805d38ea86fde795c07016a4740dfb392aaa851 (patch) | |
tree | 0183f7824bee8ba66b9282e4d1bc66edbe204499 | |
parent | ec10e73d93ad683a505e3186da0de88db979d5ee (diff) | |
download | meta-openembedded-9805d38ea86fde795c07016a4740dfb392aaa851.tar.gz |
python3-path: upgrade 16.4.0 -> 16.5.0
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-path_16.5.0.bb (renamed from meta-python/recipes-devtools/python/python3-path_16.4.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 10b112860..3dc5d7cde 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" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" |
4 | 4 | ||
5 | SRC_URI[sha256sum] = "baf2e757c4b19be8208f9e67e48fb475b4a577d5613590ce46693bdbdf082f52" | 5 | SRC_URI[sha256sum] = "2722e500b370bc00d5934d2207e26b17a09ee73eb0150f651d5a255d8be935a2" |
6 | 6 | ||
7 | inherit pypi python_setuptools_build_meta | 7 | inherit pypi python_setuptools_build_meta |
8 | 8 | ||