From 01eb71fef851e340f82397cee0df0e32ab4019a84cb199d089dc588bfcbc5353 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Nov 2021 20:26:26 +0000 Subject: [PATCH] - update to 5.0.1: * Fixed unexpected behavior when using inspect.isfunction * Now prevents installation of RPyC on unsupported versions of python * RPyC 5.0.0 cannot teleport functions to earlier versions * Deprecated Python 2 support to coincide with it's EOL * Server hostname default supports IPv4 and IPv6 by using the wildcard address * Fixed pickle failure on windows for ``connect_multiprocess`` and ``connect_thread`` * Fixed teleport function behavior for keyword-only arguments with default * Improved documentation on custom exception handling * Fixed IPv6 support for server * Added a simple asynchrounous service example OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpyc?expand=0&rev=21 --- 4.1.5.tar.gz | 3 --- 5.0.1.tar.gz | 3 +++ python-rpyc.changes | 15 +++++++++++++++ python-rpyc.spec | 9 +++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 4.1.5.tar.gz create mode 100644 5.0.1.tar.gz diff --git a/4.1.5.tar.gz b/4.1.5.tar.gz deleted file mode 100644 index ab23538..0000000 --- a/4.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b544e57d0f41de48de8886850bd8133cb34f3f0aec01b34e2851e23c439836b -size 1252268 diff --git a/5.0.1.tar.gz b/5.0.1.tar.gz new file mode 100644 index 0000000..4462d88 --- /dev/null +++ b/5.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581f14e49781242c34b55f989bec24dd386ff0d5d445b8d972c7e52bd3219112 +size 1258657 diff --git a/python-rpyc.changes b/python-rpyc.changes index b6ba33d..ddfec22 100644 --- a/python-rpyc.changes +++ b/python-rpyc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Nov 8 20:22:29 UTC 2021 - Dirk Müller + +- update to 5.0.1: + * Fixed unexpected behavior when using inspect.isfunction + * Now prevents installation of RPyC on unsupported versions of python + * RPyC 5.0.0 cannot teleport functions to earlier versions + * Deprecated Python 2 support to coincide with it's EOL + * Server hostname default supports IPv4 and IPv6 by using the wildcard address + * Fixed pickle failure on windows for ``connect_multiprocess`` and ``connect_thread`` + * Fixed teleport function behavior for keyword-only arguments with default + * Improved documentation on custom exception handling + * Fixed IPv6 support for server + * Added a simple asynchrounous service example + ------------------------------------------------------------------- Wed Jun 3 10:33:48 UTC 2020 - Marketa Calabkova diff --git a/python-rpyc.spec b/python-rpyc.spec index b01a8ce..4bb74da 100644 --- a/python-rpyc.spec +++ b/python-rpyc.spec @@ -1,7 +1,7 @@ # -# spec file for package python-rpyc +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,8 +25,9 @@ %define psuffix %{nil} %bcond_with test %endif +%global skip_python2 1 Name: python-rpyc%{psuffix} -Version: 4.1.5 +Version: 5.0.1 Release: 0 Summary: Remote Python Call (RPyC), a RPC library License: MIT @@ -38,7 +39,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-plumbum >= 1.2 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %if %{with test} BuildRequires: %{python_module gevent}