From: Wang Mingyu <[email protected]>

Changelog:
=============
- Fix exception leaks
- MsgpackSerializer.loadsCall: honor ext_hook (symmetric with loads)
- Fixed slow locate_ns() on Windows: skipped reverse DNS lookup of 127.0.1.1 
which caused 5+ second delays due to DNS timeout.
- Fixed exception leaks in message handling
- Fixed GC issue with daemon property
- Fixed thread race condition in nameserver remove()
- Fixed possible resource leaks in client
- Fixed IPv6 NAT port parse error in server
- Fixed crash related to None environment variable handling
- Fixed a deadlock scenario when using multiple proxies with different daemon 
connections
- Improved logging performance by avoiding eager string formatting
- Gracefully handle unreachable network in ip address resolution fallback
- Fixed potential socket leak from broadcast discovery when nameserver is 
unreachable
- Added extra message protocol validation for robustness
- Fixed nameserver metadata lookup returning incorrect results for None values
- Fix msgpack serializer loadsCall to make sure custom arguments get properly 
deserialized
- Various documentation and spelling corrections

Signed-off-by: Wang Mingyu <[email protected]>
---
 .../{python3-pyro5_5.16.bb => python3-pyro5_5.17.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-connectivity/python-pyro5/{python3-pyro5_5.16.bb => 
python3-pyro5_5.17.bb} (85%)

diff --git 
a/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.16.bb 
b/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.17.bb
similarity index 85%
rename from meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.16.bb
rename to meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.17.bb
index 63fb533920..c16257beae 100644
--- a/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.16.bb
+++ b/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.17.bb
@@ -2,7 +2,7 @@ SUMMARY = "Python Remote Objects"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c9ccd5f4ca5d0f5057c0e690a0153d"
 
-SRC_URI[sha256sum] = 
"d40418ed2acee0d9093daf5023ed0b0cb485a6b62342934adb9e801956f5738b"
+SRC_URI[sha256sum] = 
"cfac69638d80943aff9cc5f1466755dd0fef8aed0bb4bda41b5eb045818ce6fc"
 
 PYPI_PACKAGE = "pyro5"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#127764): 
https://lists.openembedded.org/g/openembedded-devel/message/127764
Mute This Topic: https://lists.openembedded.org/mt/119970703/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to