Release 4.2.1 - 2021-08-02 Support setting socketio_path to the root URL #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 #240 (commit) (thanks Ben Beasley!)
Signed-off-by: Zheng Ruoqin <[email protected]> --- .../{python3-engineio_4.2.0.bb => python3-engineio_4.2.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-engineio_4.2.0.bb => python3-engineio_4.2.1.bb} (73%) diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb b/meta-python/recipes-devtools/python/python3-engineio_4.2.1.bb similarity index 73% rename from meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb rename to meta-python/recipes-devtools/python/python3-engineio_4.2.1.bb index 7a828a645d..2eb82e8fc8 100644 --- a/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-engineio_4.2.1.bb @@ -17,5 +17,4 @@ RDEPENDS:${PN} += " \ python3-asyncio \ " -SRC_URI[md5sum] = "1fa937ec2a9f6feac27e9f65824c5781" -SRC_URI[sha256sum] = "4e97c1189c23923858f5bb6dc47cfcd915005383c3c039ff01c89f2c00d62077" +SRC_URI[sha256sum] = "d510329b6d8ed5662547862f58bc73659ae62defa66b66d745ba021de112fa62" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#92522): https://lists.openembedded.org/g/openembedded-devel/message/92522 Mute This Topic: https://lists.openembedded.org/mt/84703085/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
