poky/bitbake/lib/hashserv
Justin Bronder 03df183169 bitbake: hashserv: let asyncio discover the running loop
>From 3.10 documentation [1]:
    Deprecated since version 3.8, removed in version 3.10: The loop
    parameter. This function has been implicitly getting the current
    running loop since 3.7

This is fixed in master as a side-effect of
cf9bc0310b0092bf52b61057405aeb51c86ba137 which is more intrusive but
likewise drops the loop parameter.

1. https://docs.python.org/3/library/asyncio-stream.html#asyncio.open_connection

(Bitbake rev: 573968cb3e04567559d400a753f0be8d5a0da0b8)

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 74a1e71b1e677a482fdedc685a71a1798ad63920)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-11-24 10:08:28 +00:00
..
__init__.py bitbake: hashserv: Support read-only server 2021-02-10 23:48:16 +00:00
client.py bitbake: hashserv: Add get-outhash message 2021-02-10 23:48:16 +00:00
server.py bitbake: hashserv: let asyncio discover the running loop 2021-11-24 10:08:28 +00:00
tests.py bitbake: hashserv: server: Support searching upstream for outhash 2021-02-10 23:48:16 +00:00