From adfb0e54b9479c292c1514be5c0b644e485c9024 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 25 Feb 2018 14:55:33 -0500 Subject: python-pexpect: update to version 4.4.0 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pexpect.inc | 4 ++-- meta-python/recipes-devtools/python/python-pexpect_4.3.1.bb | 2 -- meta-python/recipes-devtools/python/python-pexpect_4.4.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-pexpect_4.3.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pexpect_4.4.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pexpect_4.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pexpect_4.4.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pexpect_4.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pexpect_4.4.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-pexpect.inc b/meta-python/recipes-devtools/python/python-pexpect.inc index 28d7b60c88..d1fac54e6e 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] = "16aa4549136b2d1b2bf1e0e9788d75a6" -SRC_URI[sha256sum] = "8e287b171dbaf249d0b06b5f2e88cb7e694651d2d0b8c15bccb83170d3c55575" +SRC_URI[md5sum] = "e9b07f0765df8245ac72201d757baaef" +SRC_URI[sha256sum] = "67b85a1565968e3d5b5e7c9283caddc90c3947a2625bed1905be27bd5a03e47d" UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" diff --git a/meta-python/recipes-devtools/python/python-pexpect_4.3.1.bb b/meta-python/recipes-devtools/python/python-pexpect_4.3.1.bb deleted file mode 100644 index 1c46b47a21..0000000000 --- a/meta-python/recipes-devtools/python/python-pexpect_4.3.1.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.4.0.bb b/meta-python/recipes-devtools/python/python-pexpect_4.4.0.bb new file mode 100644 index 0000000000..1c46b47a21 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pexpect_4.4.0.bb @@ -0,0 +1,2 @@ +require python-pexpect.inc +inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python3-pexpect_4.3.1.bb b/meta-python/recipes-devtools/python/python3-pexpect_4.3.1.bb deleted file mode 100644 index cf39233a3a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pexpect_4.3.1.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.4.0.bb b/meta-python/recipes-devtools/python/python3-pexpect_4.4.0.bb new file mode 100644 index 0000000000..cf39233a3a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pexpect_4.4.0.bb @@ -0,0 +1,2 @@ +require python-pexpect.inc +inherit pypi setuptools3 -- cgit 1.2.3-korg