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 | |
| 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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb index deca5f5d8e..3d7a1cb6a8 100644 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb | |||
| @@ -9,7 +9,7 @@ inherit pypi setuptools3 | |||
| 9 | 9 | ||
| 10 | PYPI_PACKAGE = "Flask-SocketIO" | 10 | PYPI_PACKAGE = "Flask-SocketIO" |
| 11 | 11 | ||
| 12 | SRC_URI[sha256sum] = "b41b9f6fb0d7f3fcadd54c44653307a9b96e985c7da73f92779480248b5b6874" | 12 | SRC_URI[sha256sum] = "1efdaacc7a26e94f2b197a80079b1058f6aa644a6094c0a322349e2b9c41f6b1" |
| 13 | 13 | ||
| 14 | RDEPENDS:${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
| 15 | ${PYTHON_PN}-flask \ | 15 | ${PYTHON_PN}-flask \ |
