From 83fed0f1c2ce9c9a1774996e7432171d7b9dc209 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 1 Nov 2019 15:13:47 +0800 Subject: python-pyexpect: upgrade 1.0.17 -> 1.0.19 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyexpect.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyexpect_1.0.17.bb | 2 -- meta-python/recipes-devtools/python/python-pyexpect_1.0.19.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyexpect_1.0.17.bb | 2 -- meta-python/recipes-devtools/python/python3-pyexpect_1.0.19.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyexpect_1.0.17.bb create mode 100644 meta-python/recipes-devtools/python/python-pyexpect_1.0.19.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyexpect_1.0.17.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyexpect_1.0.19.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-pyexpect.inc b/meta-python/recipes-devtools/python/python-pyexpect.inc index d2d41d51d2..85d9588a84 100644 --- a/meta-python/recipes-devtools/python/python-pyexpect.inc +++ b/meta-python/recipes-devtools/python/python-pyexpect.inc @@ -7,5 +7,5 @@ LIC_FILES_CHKSUM = "file://README.md;md5=500b884e9dcd5f677a53cbbee8ace939" inherit pypi -SRC_URI[md5sum] = "c71307d6c7096fdbde0813018dfa0092" -SRC_URI[sha256sum] = "d656ef7e07a8aa539ce0a4883a683341037b6fc1c329bf55b63bffbf2cce9582" +SRC_URI[md5sum] = "dc744289858001925c75d21e26f1260f" +SRC_URI[sha256sum] = "bff4654b113dac6c2231e486e11dcb23281ddc0742a5404467303fe7638829ef" diff --git a/meta-python/recipes-devtools/python/python-pyexpect_1.0.17.bb b/meta-python/recipes-devtools/python/python-pyexpect_1.0.17.bb deleted file mode 100644 index d26beb7944..0000000000 --- a/meta-python/recipes-devtools/python/python-pyexpect_1.0.17.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pyexpect.inc diff --git a/meta-python/recipes-devtools/python/python-pyexpect_1.0.19.bb b/meta-python/recipes-devtools/python/python-pyexpect_1.0.19.bb new file mode 100644 index 0000000000..d26beb7944 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyexpect_1.0.19.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pyexpect.inc diff --git a/meta-python/recipes-devtools/python/python3-pyexpect_1.0.17.bb b/meta-python/recipes-devtools/python/python3-pyexpect_1.0.17.bb deleted file mode 100644 index bfd5840410..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyexpect_1.0.17.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pyexpect.inc 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 new file mode 100644 index 0000000000..bfd5840410 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyexpect_1.0.19.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pyexpect.inc -- cgit v1.2.3-54-g00ecf