mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-28 14:18:27 +00:00
python3-flask-socketio: upgrade 5.3.3 -> 5.3.4
Changelog: ========= Fixed cookie handling in Test Client for Flask >= 2.3 #1982 Correctly handle ConnectionRefusedError in connect handler #1959 More secure nginx configuration examples #1966 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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] = "1cbd379c9bf68ac37bcc4750d01708922fa6365d13a5447d3f8893792879410c"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-flask \
|
||||
${PYTHON_PN}-socketio \
|
||||
"
|
||||
Reference in New Issue
Block a user