meta-openembedded/meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb
Wang Mingyu 32695ea7b7 python3-engineio: upgrade 4.5.1 -> 4.6.0
Changelog:
==========
Improvements in the connection rejected flow
Better handling of Gunicorn threaded worker
shutdown() method for the Engine.IO server

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00

21 lines
497 B
BlitzBasic

SUMMARY = "Engine.IO server"
HOMEPAGE = "https://github.com/miguelgrinberg/python-engineio/"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=42d0a9e728978f0eeb759c3be91536b8"
inherit pypi python_setuptools_build_meta
PYPI_PACKAGE = "python-engineio"
RDEPENDS:${PN} += " \
python3-netclient \
python3-json \
python3-logging \
python3-compression \
python3-asyncio \
"
SRC_URI[sha256sum] = "dca041f0653ef092da4ce8abd4550fdc54076680b9c72d931c146492c620678b"