From d4a788dae42dbe0f47f0bd61893903baae84322a Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 12 Nov 2017 10:33:17 -0500 Subject: python-pexpect: update to version 4.3.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.2.1.bb | 2 -- meta-python/recipes-devtools/python/python-pexpect_4.3.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-pexpect_4.2.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pexpect_4.3.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pexpect_4.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pexpect_4.3.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pexpect_4.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pexpect_4.3.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pexpect.inc b/meta-python/recipes-devtools/python/python-pexpect.inc index 47d09796d9..dc8bcc9f68 100644 --- a/meta-python/recipes-devtools/python/python-pexpect.inc +++ b/meta-python/recipes-devtools/python/python-pexpect.inc @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b" SRCNAME = "pexpect" -SRC_URI[md5sum] = "3694410001a99dff83f0b500a1ca1c95" -SRC_URI[sha256sum] = "3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92" +SRC_URI[md5sum] = "047a486dcd26134b74f2e67046bb61a0" +SRC_URI[sha256sum] = "00ab0872f80f5db740499e7a1283a7c3b97bea542d72df84d83dea17d0afd2d9" UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" diff --git a/meta-python/recipes-devtools/python/python-pexpect_4.2.1.bb b/meta-python/recipes-devtools/python/python-pexpect_4.2.1.bb deleted file mode 100644 index 1c46b47a21..0000000000 --- a/meta-python/recipes-devtools/python/python-pexpect_4.2.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.3.0.bb b/meta-python/recipes-devtools/python/python-pexpect_4.3.0.bb new file mode 100644 index 0000000000..1c46b47a21 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pexpect_4.3.0.bb @@ -0,0 +1,2 @@ +require python-pexpect.inc +inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python3-pexpect_4.2.1.bb b/meta-python/recipes-devtools/python/python3-pexpect_4.2.1.bb deleted file mode 100644 index cf39233a3a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pexpect_4.2.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.3.0.bb b/meta-python/recipes-devtools/python/python3-pexpect_4.3.0.bb new file mode 100644 index 0000000000..cf39233a3a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pexpect_4.3.0.bb @@ -0,0 +1,2 @@ +require python-pexpect.inc +inherit pypi setuptools3 -- cgit 1.2.3-korg