From e66990ec08c4cbbb2abb42eaac9465e38d3b502b Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Fri, 27 Mar 2020 23:49:35 +0100 Subject: python-engineio: upgrade 3.11.2 -> 3.12.1 See full changelog https://github.com/miguelgrinberg/python-engineio/blob/master/CHANGES.md Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-engineio.inc | 4 ++-- meta-python/recipes-devtools/python/python3-engineio_3.11.2.bb | 2 -- meta-python/recipes-devtools/python/python3-engineio_3.12.1.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-engineio_3.11.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-engineio_3.12.1.bb diff --git a/meta-python/recipes-devtools/python/python-engineio.inc b/meta-python/recipes-devtools/python/python-engineio.inc index 9c067c96d..965f42014 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] = "13345452be25c3b63d041f8f89e662d1" -SRC_URI[sha256sum] = "47ae4a9b3b4f2e8a68929f37a518338838e119f24c9a9121af92c49f8bea55c3" +SRC_URI[md5sum] = "e6ea8b3f2f32eeeb02014c46092f2adb" +SRC_URI[sha256sum] = "2481732d93646998f7372ef0ecf003af7817b82720b881db173c3d50b4887916" diff --git a/meta-python/recipes-devtools/python/python3-engineio_3.11.2.bb b/meta-python/recipes-devtools/python/python3-engineio_3.11.2.bb deleted file mode 100644 index 028d1104a..000000000 --- a/meta-python/recipes-devtools/python/python3-engineio_3.11.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-engineio.inc diff --git a/meta-python/recipes-devtools/python/python3-engineio_3.12.1.bb b/meta-python/recipes-devtools/python/python3-engineio_3.12.1.bb new file mode 100644 index 000000000..028d1104a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-engineio_3.12.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-engineio.inc -- cgit v1.2.3-54-g00ecf