From af7c482ec0e4b57587a96f0a77a9b816f526f00b Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 25 Jun 2020 12:07:12 +0300 Subject: python3-pyexpect: Upgrade 1.0.19 -> 1.0.20 Upgrade to release 1.0.20: - Support expectations on types that return different types than bool on comparison. - Better documentation intro using the feedback I got for my talk at berlin.python.pizza - Fix upload command and add some todos LIC_FILES_CHKSUM changed due to the recent modifications of README.md. The license remains the same. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pyexpect_1.0.19.bb | 11 ----------- .../recipes-devtools/python/python3-pyexpect_1.0.20.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyexpect_1.0.19.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyexpect_1.0.20.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pyexpect_1.0.19.bb b/meta-python/recipes-devtools/python/python3-pyexpect_1.0.19.bb deleted file mode 100644 index ea3c018af7..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyexpect_1.0.19.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=500b884e9dcd5f677a53cbbee8ace939" - -inherit pypi setuptools3 - -SRC_URI[md5sum] = "dc744289858001925c75d21e26f1260f" -SRC_URI[sha256sum] = "bff4654b113dac6c2231e486e11dcb23281ddc0742a5404467303fe7638829ef" diff --git a/meta-python/recipes-devtools/python/python3-pyexpect_1.0.20.bb b/meta-python/recipes-devtools/python/python3-pyexpect_1.0.20.bb new file mode 100644 index 0000000000..e09fec01dd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyexpect_1.0.20.bb @@ -0,0 +1,11 @@ +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] = "7ebc843f015b54d849ac7632eda74e9b" +SRC_URI[sha256sum] = "acaaa6f96de315dc99cac3da810156bf3829d1eb5c49180f00a4fdde82eabc76" -- cgit 1.2.3-korg