14
0
forked from pool/python-rpyc

Accepting request 1040730 from home:yarunachalam:branches:devel:languages:python

- Update to version 5.3.0 
  #515 Support for Python 3.11 is available after teleportation bug fix
  #507 Experimental support for threading is added (default is disabled for now)
  #516 Resolved server-side exceptions due to the logic for checking if a name is in ModuleNamespace
  #511 Improved documentation on the life-cycle of a netref/proxy-object

OBS-URL: https://build.opensuse.org/request/show/1040730
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpyc?expand=0&rev=26
This commit is contained in:
2022-12-06 18:00:11 +00:00
committed by Git OBS Bridge
parent da27ff7055
commit 73c6f35e2d
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 6 15:32:20 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 5.3.0
#515 Support for Python 3.11 is available after teleportation bug fix
#507 Experimental support for threading is added (default is disabled for now)
#516 Resolved server-side exceptions due to the logic for checking if a name is in ModuleNamespace
#511 Improved documentation on the life-cycle of a netref/proxy-object
-------------------------------------------------------------------
Mon Sep 26 08:17:17 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>