From 9805d38ea86fde795c07016a4740dfb392aaa851 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 27 Sep 2022 17:11:00 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-path_16.4.0.bb | 11 ----------- meta-python/recipes-devtools/python/python3-path_16.5.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-path_16.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-path_16.5.0.bb diff --git a/meta-python/recipes-devtools/python/python3-path_16.4.0.bb b/meta-python/recipes-devtools/python/python3-path_16.4.0.bb deleted file mode 100644 index 10b112860f..0000000000 --- a/meta-python/recipes-devtools/python/python3-path_16.4.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "A module wrapper for os.path" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" - -SRC_URI[sha256sum] = "baf2e757c4b19be8208f9e67e48fb475b4a577d5613590ce46693bdbdf082f52" - -inherit pypi python_setuptools_build_meta - -DEPENDS += "python3-setuptools-scm-native" - -BBCLASSEXTEND = "nativesdk native" diff --git a/meta-python/recipes-devtools/python/python3-path_16.5.0.bb b/meta-python/recipes-devtools/python/python3-path_16.5.0.bb new file mode 100644 index 0000000000..3dc5d7cdec --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-path_16.5.0.bb @@ -0,0 +1,11 @@ +SUMMARY = "A module wrapper for os.path" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" + +SRC_URI[sha256sum] = "2722e500b370bc00d5934d2207e26b17a09ee73eb0150f651d5a255d8be935a2" + +inherit pypi python_setuptools_build_meta + +DEPENDS += "python3-setuptools-scm-native" + +BBCLASSEXTEND = "nativesdk native" -- cgit 1.2.3-korg