From 175bf73fe68f9724192885d4aa7bdaa79ee672f5 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 28 Jun 2018 09:44:10 -0400 Subject: python-ptyprocess: update to version 0.6.0 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-ptyprocess.inc | 4 ++-- meta-python/recipes-devtools/python/python-ptyprocess_0.5.2.bb | 2 -- meta-python/recipes-devtools/python/python-ptyprocess_0.6.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-ptyprocess_0.5.2.bb | 2 -- meta-python/recipes-devtools/python/python3-ptyprocess_0.6.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-ptyprocess_0.5.2.bb create mode 100644 meta-python/recipes-devtools/python/python-ptyprocess_0.6.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-ptyprocess_0.5.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-ptyprocess_0.6.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-ptyprocess.inc b/meta-python/recipes-devtools/python/python-ptyprocess.inc index 43f2d094ac..49cc5a4321 100644 --- a/meta-python/recipes-devtools/python/python-ptyprocess.inc +++ b/meta-python/recipes-devtools/python/python-ptyprocess.inc @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cfdcd51fa7d5808da4e74346ee394490" SRCNAME = "ptyprocess" -SRC_URI[md5sum] = "d3b8febae1b8c53b054bd818d0bb8665" -SRC_URI[sha256sum] = "e64193f0047ad603b71f202332ab5527c5e52aa7c8b609704fc28c0dc20c4365" +SRC_URI[md5sum] = "37402d69f3b50913d4d483587bffad8f" +SRC_URI[sha256sum] = "923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0" UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ptyprocess" diff --git a/meta-python/recipes-devtools/python/python-ptyprocess_0.5.2.bb b/meta-python/recipes-devtools/python/python-ptyprocess_0.5.2.bb deleted file mode 100644 index 7ca4587714..0000000000 --- a/meta-python/recipes-devtools/python/python-ptyprocess_0.5.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-ptyprocess.inc -inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python-ptyprocess_0.6.0.bb b/meta-python/recipes-devtools/python/python-ptyprocess_0.6.0.bb new file mode 100644 index 0000000000..7ca4587714 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-ptyprocess_0.6.0.bb @@ -0,0 +1,2 @@ +require python-ptyprocess.inc +inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python3-ptyprocess_0.5.2.bb b/meta-python/recipes-devtools/python/python3-ptyprocess_0.5.2.bb deleted file mode 100644 index bdcd0e2539..0000000000 --- a/meta-python/recipes-devtools/python/python3-ptyprocess_0.5.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-ptyprocess.inc -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-ptyprocess_0.6.0.bb b/meta-python/recipes-devtools/python/python3-ptyprocess_0.6.0.bb new file mode 100644 index 0000000000..bdcd0e2539 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ptyprocess_0.6.0.bb @@ -0,0 +1,2 @@ +require python-ptyprocess.inc +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf