From c2839172d3c81193477c061183be6938c4ce6f9a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Aug 2024 16:46:14 +0800 Subject: python3-pure-eval: upgrade 0.2.2 -> 0.2.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pure-eval_0.2.2.bb | 16 ---------------- .../recipes-devtools/python/python3-pure-eval_0.2.3.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pure-eval_0.2.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-pure-eval_0.2.2.bb b/meta-python/recipes-devtools/python/python3-pure-eval_0.2.2.bb deleted file mode 100644 index 66e4673a70..0000000000 --- a/meta-python/recipes-devtools/python/python3-pure-eval_0.2.2.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Safely evaluate AST nodes without side effects" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3d6c15f7859ae235a78f2758e5a48cf" - -DEPENDS = "python3-setuptools-scm-native" - -PYPI_PACKAGE = "pure_eval" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3" - -RDEPENDS:${PN} += " \ - python3-datetime \ - python3-numbers \ -" diff --git a/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb b/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb new file mode 100644 index 0000000000..f52b235e8f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb @@ -0,0 +1,16 @@ +SUMMARY = "Safely evaluate AST nodes without side effects" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3d6c15f7859ae235a78f2758e5a48cf" + +DEPENDS = "python3-setuptools-scm-native" + +PYPI_PACKAGE = "pure_eval" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "5f4e983f40564c576c7c8635ae88db5956bb2229d7e9237d03b3c0b0190eaf42" + +RDEPENDS:${PN} += " \ + python3-datetime \ + python3-numbers \ +" -- cgit v1.2.3-54-g00ecf