From e845558e87d12d203ac1b0223a3aeec4f497cc28 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Oct 2023 16:40:43 +0800 Subject: python3-executing: upgrade 1.2.0 -> 2.0.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit 4968bb7a35e57cc3944d8f105c6fe6c59c7803e3) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-executing_1.2.0.bb | 9 --------- meta-python/recipes-devtools/python/python3-executing_2.0.0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-executing_1.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-executing_2.0.0.bb diff --git a/meta-python/recipes-devtools/python/python3-executing_1.2.0.bb b/meta-python/recipes-devtools/python/python3-executing_1.2.0.bb deleted file mode 100644 index 89f935c672..0000000000 --- a/meta-python/recipes-devtools/python/python3-executing_1.2.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "Get the currently executing AST node of a frame, and other information" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3d6c15f7859ae235a78f2758e5a48cf" - -DEPENDS = "python3-setuptools-scm-native" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "19da64c18d2d851112f09c287f8d3dbbdf725ab0e569077efb6cdcbd3497c107" diff --git a/meta-python/recipes-devtools/python/python3-executing_2.0.0.bb b/meta-python/recipes-devtools/python/python3-executing_2.0.0.bb new file mode 100644 index 0000000000..4c4fd45166 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-executing_2.0.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "Get the currently executing AST node of a frame, and other information" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3d6c15f7859ae235a78f2758e5a48cf" + +DEPENDS = "python3-setuptools-scm-native" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "0ff053696fdeef426cda5bd18eacd94f82c91f49823a2e9090124212ceea9b08" -- cgit v1.2.3-54-g00ecf