From 8848a2d0baa3c0797643beb4a998f051740d8a3f Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 28 Apr 2022 15:03:34 +0800 Subject: python3-flask-socketio: upgrade 5.1.1 -> 5.1.2 Changelog: ========== No need to push a new app context in the test client #1669 Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 Improve documentation on start_background_task() function changed room argument to to in documentation examples #1665 Fix documentation typo #1793 Fix example code in documentation #1787 Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- .../python/python3-flask-socketio_5.1.1.bb | 17 ----------------- .../python/python3-flask-socketio_5.1.2.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb deleted file mode 100644 index 00e958022a..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.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] = "1efdaacc7a26e94f2b197a80079b1058f6aa644a6094c0a322349e2b9c41f6b1" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-flask \ - ${PYTHON_PN}-socketio \ - " diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb new file mode 100644 index 0000000000..1e5d775b60 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.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] = "933bcc887ef463a9b78d76f8f86174f63a32d12a5406b99f452cdf3b129ebba3" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-flask \ + ${PYTHON_PN}-socketio \ + " -- cgit v1.2.3-54-g00ecf