From 3bb2f24c3965986dc46a8b33015d4748ed1f0a3d Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 8 Nov 2019 13:04:11 +0800 Subject: python-flask-socketio: upgrade 3.3.2 -> 4.2.1 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-flask-socketio.inc | 4 ++-- meta-python/recipes-devtools/python/python-flask-socketio_3.3.2.bb | 2 -- meta-python/recipes-devtools/python/python-flask-socketio_4.2.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-flask-socketio_3.3.2.bb | 2 -- meta-python/recipes-devtools/python/python3-flask-socketio_4.2.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-flask-socketio_3.3.2.bb create mode 100644 meta-python/recipes-devtools/python/python-flask-socketio_4.2.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-flask-socketio_3.3.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-socketio_4.2.1.bb diff --git a/meta-python/recipes-devtools/python/python-flask-socketio.inc b/meta-python/recipes-devtools/python/python-flask-socketio.inc index 251d13eded..8d778d4bfd 100644 --- a/meta-python/recipes-devtools/python/python-flask-socketio.inc +++ b/meta-python/recipes-devtools/python/python-flask-socketio.inc @@ -9,8 +9,8 @@ inherit pypi PYPI_PACKAGE = "Flask-SocketIO" -SRC_URI[md5sum] = "298965a43f6534e8a5b24d1ba1fc4186" -SRC_URI[sha256sum] = "8d8f9f104db5ddff1b06ba322d8e158881d590144199c993fe26cf53218c7edd" +SRC_URI[md5sum] = "b23222fb7dd2f0676d78bbe24153fd80" +SRC_URI[sha256sum] = "2172dff1e42415ba480cee02c30c2fc833671ff326f1598ee3d69aa02cf768ec" RDEPENDS_${PN} += "\ ${PYTHON_PN}-flask \ diff --git a/meta-python/recipes-devtools/python/python-flask-socketio_3.3.2.bb b/meta-python/recipes-devtools/python/python-flask-socketio_3.3.2.bb deleted file mode 100644 index 3b9ad33bb0..0000000000 --- a/meta-python/recipes-devtools/python/python-flask-socketio_3.3.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-flask-socketio.inc diff --git a/meta-python/recipes-devtools/python/python-flask-socketio_4.2.1.bb b/meta-python/recipes-devtools/python/python-flask-socketio_4.2.1.bb new file mode 100644 index 0000000000..3b9ad33bb0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-flask-socketio_4.2.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-flask-socketio.inc diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_3.3.2.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_3.3.2.bb deleted file mode 100644 index ffc4aa7fd9..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_3.3.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-flask-socketio.inc diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_4.2.1.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_4.2.1.bb new file mode 100644 index 0000000000..ffc4aa7fd9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_4.2.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-flask-socketio.inc -- cgit v1.2.3-54-g00ecf