From f20a34ffe7d10b8e9016d3219bed2b7de9b01887 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 9 Mar 2023 17:45:53 +0800 Subject: python3-pyexpect: upgrade 1.0.21 -> 1.0.22 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pyexpect_1.0.21.bb | 11 ----------- .../recipes-devtools/python/python3-pyexpect_1.0.22.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyexpect_1.0.21.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyexpect_1.0.22.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pyexpect_1.0.21.bb b/meta-python/recipes-devtools/python/python3-pyexpect_1.0.21.bb deleted file mode 100644 index 1b80770d73..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyexpect_1.0.21.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Python expectaton library" -DESCRIPTION = "Minimal but very flexible implementation of the expect pattern" -SECTION = "devel/python" -HOMEPAGE = " https://bitbucket.org/dwt/pyexpect" -LICENSE = "ISC" -LIC_FILES_CHKSUM = "file://README.md;md5=a6aa1e7097aca5955f9a2e1c8b0ce158" - -inherit pypi setuptools3 - -SRC_URI[md5sum] = "c661939158d6a1acbcc2191bedc47751" -SRC_URI[sha256sum] = "96e900d6af928a94c2a75b4935ddda44872c218121d0467c549ae19e7608a9a2" diff --git a/meta-python/recipes-devtools/python/python3-pyexpect_1.0.22.bb b/meta-python/recipes-devtools/python/python3-pyexpect_1.0.22.bb new file mode 100644 index 0000000000..7d22266f88 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyexpect_1.0.22.bb @@ -0,0 +1,10 @@ +SUMMARY = "Python expectaton library" +DESCRIPTION = "Minimal but very flexible implementation of the expect pattern" +SECTION = "devel/python" +HOMEPAGE = " https://bitbucket.org/dwt/pyexpect" +LICENSE = "ISC" +LIC_FILES_CHKSUM = "file://README.md;md5=a6aa1e7097aca5955f9a2e1c8b0ce158" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "659351e7ee8923b42de8a774fabfc806acf07377d7fd19f2ea4412ef8f619c6a" -- cgit v1.2.3-54-g00ecf