diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-01-20 15:22:23 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-21 08:23:59 -0800 |
| commit | 9a454cc49c62bb3a52aab366ddb6e7ad6e5bb28e (patch) | |
| tree | 1cbb20d147479de44f83cbfdddb6066b32fe707b /meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb | |
| parent | 37d3bcf759ac6aa1cc49e0945ce53f9d7de0ea14 (diff) | |
| download | meta-openembedded-9a454cc49c62bb3a52aab366ddb6e7ad6e5bb28e.tar.gz | |
python3-engineio: upgrade 4.3.0 -> 4.3.1
changelog:
Fix support for Sanic v21.9.0 and up
Include example code in flake8 pass
Remove unused __version__ constant #262
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb b/meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb new file mode 100644 index 0000000000..a16306effb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Engine.IO server" | ||
| 2 | HOMEPAGE = "https://github.com/miguelgrinberg/python-engineio/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=42d0a9e728978f0eeb759c3be91536b8" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "python-engineio" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " \ | ||
| 13 | python3-netclient \ | ||
| 14 | python3-json \ | ||
| 15 | python3-logging \ | ||
| 16 | python3-compression \ | ||
| 17 | python3-asyncio \ | ||
| 18 | " | ||
| 19 | |||
| 20 | SRC_URI[sha256sum] = "6e1d26977ffefe3b7da1b5df7a8750aedc7686da8201cd90daf36693db122489" | ||
