summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@fujitsu.com>2021-08-20 17:37:36 +0800
committerKhem Raj <raj.khem@gmail.com>2021-08-23 21:58:55 -0700
commit8fc6c279b2ac287b8234b0cbaf5e0368434496d6 (patch)
tree3e7a5470ab08840d425a53d7e1e287d35537712f /meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb
parent06edd5eeff9898fed56ba6bf69b21c909eb2b859 (diff)
downloadmeta-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.bb17
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 @@
1SUMMARY = "Socket.IO integration for Flask applications"
2HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/"
3SECTION = "devel/python"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0"
7
8inherit pypi setuptools3
9
10PYPI_PACKAGE = "Flask-SocketIO"
11
12SRC_URI[sha256sum] = "1efdaacc7a26e94f2b197a80079b1058f6aa644a6094c0a322349e2b9c41f6b1"
13
14RDEPENDS:${PN} += "\
15 ${PYTHON_PN}-flask \
16 ${PYTHON_PN}-socketio \
17 "