From 2b28c5dd244e1aab8715a7cc9988dc1c5fac1951 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 20 Sep 2022 10:26:25 +0800 Subject: python3-flask-socketio: upgrade 5.3.0 -> 5.3.1 Changelog: ========== Always pop allow_unsafe_werkzeug option from kwargs #1877 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-flask-socketio_5.3.0.bb | 17 ----------------- .../python/python3-flask-socketio_5.3.1.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-socketio_5.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-socketio_5.3.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.0.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.0.bb deleted file mode 100644 index 1078b09eb6..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Socket.IO integration for Flask applications" -HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/" -SECTION = "devel/python" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0" - -inherit pypi python_setuptools_build_meta - -PYPI_PACKAGE = "Flask-SocketIO" - -SRC_URI[sha256sum] = "fa547d0c39ccc6223aad191f3f6ef906383eab67d25ffc343b15bfe33d6478fe" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-flask \ - ${PYTHON_PN}-socketio \ - " diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.1.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.1.bb new file mode 100644 index 0000000000..50e820ba37 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.1.bb @@ -0,0 +1,17 @@ +SUMMARY = "Socket.IO integration for Flask applications" +HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/" +SECTION = "devel/python" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0" + +inherit pypi python_setuptools_build_meta + +PYPI_PACKAGE = "Flask-SocketIO" + +SRC_URI[sha256sum] = "fd0ed0fc1341671d92d5f5b2f5503916deb7aa7e2940e6636cfa2c087c828bf9" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-flask \ + ${PYTHON_PN}-socketio \ + " -- cgit v1.2.3-54-g00ecf