diff options
| author | zangrc <zangrc.fnst@fujitsu.com> | 2021-08-20 17:37:36 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-23 21:58:55 -0700 |
| commit | 8fc6c279b2ac287b8234b0cbaf5e0368434496d6 (patch) | |
| tree | 3e7a5470ab08840d425a53d7e1e287d35537712f /meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb | |
| parent | 06edd5eeff9898fed56ba6bf69b21c909eb2b859 (diff) | |
| download | meta-openembedded-8fc6c279b2ac287b8234b0cbaf5e0368434496d6.tar.gz | |
python3-flask-socketio: upgrade 5.1.0 -> 5.1.1
Release 5.1.1 - 2021-08-02
Only use SSL socket if at least one SSL kwarg is not None #1639 (commit) (thanks JT Raber!)
Remove unused SSL arguments from eventlet server options #1639 (commit)
Remove executable permissions from files that lack shebang lines #1621 (commit) (thanks Ben Beasley!)
Improved project structure (commit)
Signed-off-by: Zang Ruochen <zangrc.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-flask-socketio_5.1.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 new file mode 100644 index 0000000000..3d7a1cb6a8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Socket.IO integration for Flask applications" | ||
| 2 | HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "Flask-SocketIO" | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "1efdaacc7a26e94f2b197a80079b1058f6aa644a6094c0a322349e2b9c41f6b1" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "\ | ||
| 15 | ${PYTHON_PN}-flask \ | ||
| 16 | ${PYTHON_PN}-socketio \ | ||
| 17 | " | ||
