From 9adce38e388f67735fe28db608139dfbbc02467c Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 2 Jan 2020 13:47:58 +0800 Subject: python-pexpect: upgrade 4.6.0 -> 4.7.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pexpect.inc | 4 ++-- meta-python/recipes-devtools/python/python-pexpect_4.6.0.bb | 2 -- meta-python/recipes-devtools/python/python-pexpect_4.7.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-pexpect_4.6.0.bb | 2 -- meta-python/recipes-devtools/python/python3-pexpect_4.7.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pexpect_4.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python-pexpect_4.7.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pexpect_4.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pexpect_4.7.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pexpect.inc b/meta-python/recipes-devtools/python/python-pexpect.inc index efeab8315a..6d78eb94d3 100644 --- a/meta-python/recipes-devtools/python/python-pexpect.inc +++ b/meta-python/recipes-devtools/python/python-pexpect.inc @@ -4,8 +4,8 @@ SECTION = "devel/python" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b" -SRC_URI[md5sum] = "d4f3372965a996238d57d19b95d2e03a" -SRC_URI[sha256sum] = "2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba" +SRC_URI[md5sum] = "ed003242cbf308aee1b1eaecdef59e43" +SRC_URI[sha256sum] = "9e2c1fd0e6ee3a49b28f95d4b33bc389c89b20af6a1255906e90ff1262ce62eb" UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" diff --git a/meta-python/recipes-devtools/python/python-pexpect_4.6.0.bb b/meta-python/recipes-devtools/python/python-pexpect_4.6.0.bb deleted file mode 100644 index 1c46b47a21..0000000000 --- a/meta-python/recipes-devtools/python/python-pexpect_4.6.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pexpect.inc -inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python-pexpect_4.7.0.bb b/meta-python/recipes-devtools/python/python-pexpect_4.7.0.bb new file mode 100644 index 0000000000..1c46b47a21 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pexpect_4.7.0.bb @@ -0,0 +1,2 @@ +require python-pexpect.inc +inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python3-pexpect_4.6.0.bb b/meta-python/recipes-devtools/python/python3-pexpect_4.6.0.bb deleted file mode 100644 index cf39233a3a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pexpect_4.6.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pexpect.inc -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pexpect_4.7.0.bb b/meta-python/recipes-devtools/python/python3-pexpect_4.7.0.bb new file mode 100644 index 0000000000..cf39233a3a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pexpect_4.7.0.bb @@ -0,0 +1,2 @@ +require python-pexpect.inc +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf