From 9dec5cebc8ddcf411b1e4feaa0a22e36147e6b2f Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 2 Jan 2020 13:16:46 +0800 Subject: python-engineio: upgrade 3.10.0 -> 3.11.1 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-engineio.inc | 4 ++-- meta-python/recipes-devtools/python/python-engineio_3.10.0.bb | 2 -- meta-python/recipes-devtools/python/python-engineio_3.11.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-engineio_3.10.0.bb | 2 -- meta-python/recipes-devtools/python/python3-engineio_3.11.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-engineio_3.10.0.bb create mode 100644 meta-python/recipes-devtools/python/python-engineio_3.11.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-engineio_3.10.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-engineio_3.11.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-engineio.inc b/meta-python/recipes-devtools/python/python-engineio.inc index 1347130640..57b7b186bd 100644 --- a/meta-python/recipes-devtools/python/python-engineio.inc +++ b/meta-python/recipes-devtools/python/python-engineio.inc @@ -9,5 +9,5 @@ inherit pypi PYPI_PACKAGE = "python-engineio" -SRC_URI[md5sum] = "bec3b06a112a7f09a0a9c92b627282fe" -SRC_URI[sha256sum] = "9c9a6035b4b5e5a225f426f846afa14cf627f7571d1ae02167cb703fefd134b7" +SRC_URI[md5sum] = "327c16ca05e9b0cc4f994b9d35c7f7d7" +SRC_URI[sha256sum] = "50d108fc7feb7f970e6ebc86733752ebd714545bb5622383e6135bdad45fc9fe" diff --git a/meta-python/recipes-devtools/python/python-engineio_3.10.0.bb b/meta-python/recipes-devtools/python/python-engineio_3.10.0.bb deleted file mode 100644 index 7dd6ec0e0d..0000000000 --- a/meta-python/recipes-devtools/python/python-engineio_3.10.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-engineio.inc diff --git a/meta-python/recipes-devtools/python/python-engineio_3.11.1.bb b/meta-python/recipes-devtools/python/python-engineio_3.11.1.bb new file mode 100644 index 0000000000..7dd6ec0e0d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-engineio_3.11.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-engineio.inc diff --git a/meta-python/recipes-devtools/python/python3-engineio_3.10.0.bb b/meta-python/recipes-devtools/python/python3-engineio_3.10.0.bb deleted file mode 100644 index 028d1104ab..0000000000 --- a/meta-python/recipes-devtools/python/python3-engineio_3.10.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-engineio.inc diff --git a/meta-python/recipes-devtools/python/python3-engineio_3.11.1.bb b/meta-python/recipes-devtools/python/python3-engineio_3.11.1.bb new file mode 100644 index 0000000000..028d1104ab --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-engineio_3.11.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-engineio.inc -- cgit v1.2.3-54-g00ecf