From 52ffb8acf22b55f8c5d6550c503916540548426b546abc7a32cd58e665f2e916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 12 Jun 2019 11:36:07 +0000 Subject: [PATCH] Accepting request 709403 from home:mcalabkova:branches:devel:languages:python - update to 4.1.0 * Added connection back-off and attempts for congested workloads * Cross-connection instance check for cached netref classes OBS-URL: https://build.opensuse.org/request/show/709403 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpyc?expand=0&rev=11 --- 4.0.2.tar.gz | 3 --- 4.1.0.tar.gz | 3 +++ python-rpyc.changes | 7 +++++++ python-rpyc.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 4.0.2.tar.gz create mode 100644 4.1.0.tar.gz diff --git a/4.0.2.tar.gz b/4.0.2.tar.gz deleted file mode 100644 index 013e572..0000000 --- a/4.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee30d02bce834fc9abc481c47865d82ce2ba6249addfa83927e6122dcc0c286b -size 544446 diff --git a/4.1.0.tar.gz b/4.1.0.tar.gz new file mode 100644 index 0000000..ea067f3 --- /dev/null +++ b/4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cd27f563e6b16cbba77744421e07a899a0ea4c7e01aa3b1d75bb77b91d86d2 +size 548745 diff --git a/python-rpyc.changes b/python-rpyc.changes index 06d5e5c..ee948f2 100644 --- a/python-rpyc.changes +++ b/python-rpyc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 12 11:30:01 UTC 2019 - Marketa Calabkova + +- update to 4.1.0 + * Added connection back-off and attempts for congested workloads + * Cross-connection instance check for cached netref classes + ------------------------------------------------------------------- Wed Jun 5 07:25:44 UTC 2019 - Tomáš Chvátal diff --git a/python-rpyc.spec b/python-rpyc.spec index 9dba10f..2cc3656 100644 --- a/python-rpyc.spec +++ b/python-rpyc.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-rpyc%{psuffix} -Version: 4.0.2 +Version: 4.1.0 Release: 0 Summary: Remote Python Call (RPyC), a RPC library License: MIT