From 73c6f35e2dc5fcda7949f1b95ff1bb5e5a63dc422509c2b96c0147a49c4082fe Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 6 Dec 2022 18:00:11 +0000 Subject: [PATCH] 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 --- 5.2.3.tar.gz | 3 --- 5.3.0.tar.gz | 3 +++ python-rpyc.changes | 9 +++++++++ python-rpyc.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 5.2.3.tar.gz create mode 100644 5.3.0.tar.gz diff --git a/5.2.3.tar.gz b/5.2.3.tar.gz deleted file mode 100644 index 3adfc27..0000000 --- a/5.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b93f4cd81a2e592d57fbc6e1673a4bf9c84e6fb1fe0b5f92bef9c57727998a32 -size 1267934 diff --git a/5.3.0.tar.gz b/5.3.0.tar.gz new file mode 100644 index 0000000..3048cdf --- /dev/null +++ b/5.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a5d237490b6b48cad625c0f8be877d260ea35a6646d0227e1e46f868da8848 +size 1270508 diff --git a/python-rpyc.changes b/python-rpyc.changes index 567a12f..a5959a4 100644 --- a/python-rpyc.changes +++ b/python-rpyc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 6 15:32:20 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-rpyc.spec b/python-rpyc.spec index bc4de24..630d3f9 100644 --- a/python-rpyc.spec +++ b/python-rpyc.spec @@ -27,7 +27,7 @@ %endif %global skip_python2 1 Name: python-rpyc%{psuffix} -Version: 5.2.3 +Version: 5.3.0 Release: 0 Summary: Remote Python Call (RPyC), a RPC library License: MIT