Skip to content

Commit

Permalink
python3-engineio: upgrade 4.2.0 -> 4.2.1
Browse files Browse the repository at this point in the history
Release 4.2.1 - 2021-08-02

Support setting socketio_path to the root URL openembedded#242 (commit)
Use the gevent selector to avoid 1024 file handle limitation of select#228 (commit)
Pass reason when closing a WebSocket connection (commit)
Improved project structure (commit)
Remove executable permissions from files that lack shebang lines openembedded#240 (commit) (thanks Ben Beasley!)

Signed-off-by: Zheng Ruoqin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
zhengruoqin authored and kraj committed Aug 13, 2021
1 parent f97604d commit 5160bf2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ RDEPENDS:${PN} += " \
python3-asyncio \
"

SRC_URI[md5sum] = "1fa937ec2a9f6feac27e9f65824c5781"
SRC_URI[sha256sum] = "4e97c1189c23923858f5bb6dc47cfcd915005383c3c039ff01c89f2c00d62077"
SRC_URI[sha256sum] = "d510329b6d8ed5662547862f58bc73659ae62defa66b66d745ba021de112fa62"

0 comments on commit 5160bf2

Please sign in to comment.