15
0
forked from pool/python-rpyc

- 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
This commit is contained in:
2021-11-08 20:26:26 +00:00
committed by Git OBS Bridge
parent 205b5a1a64
commit 01eb71fef8
4 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b544e57d0f41de48de8886850bd8133cb34f3f0aec01b34e2851e23c439836b
size 1252268

3
5.0.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:581f14e49781242c34b55f989bec24dd386ff0d5d445b8d972c7e52bd3219112
size 1258657

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Nov 8 20:22:29 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <mcalabkova@suse.com>

View File

@@ -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}