forked from pool/python-rpyc
Accepting request 786342 from home:pgajdos:python
- version update to 4.1.4 - Merged 3.7 and 3.8 teleportatio compat enhancement `#371`_ - Fixed connection hanging due to namepack cursor `#369`_ - Fixed test dependencies and is_py_* for 3.9 - Performance improvements: `#366`_ and `#351`_ - Merged fix for propagate_KeyboardInterrupt_locally `#364`_ - Fixed handling of exceptions for request callbacks `#365`_ - Partially fixed return value for netref.__class__ `#355`_ - Fixed `CVE-2019-16328`_ which was caused by a missing protocol security check - Fixed RPyC over RPyC for mutable parameters and extended unit testing for `#346`_ OBS-URL: https://build.opensuse.org/request/show/786342 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpyc?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
1a2951f618
commit
a95f824af0
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-rpyc
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-rpyc%{psuffix}
|
||||
Version: 4.1.1
|
||||
Version: 4.1.4
|
||||
Release: 0
|
||||
Summary: Remote Python Call (RPyC), a RPC library
|
||||
License: MIT
|
||||
@@ -36,14 +36,14 @@ Source: https://github.com/tomerfiliba/rpyc/archive/%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-plumbum
|
||||
Requires: python-plumbum >= 1.2
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module gevent}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module plumbum}
|
||||
BuildRequires: %{python_module plumbum >= 1.2}
|
||||
BuildRequires: %{python_module rpyc = %{version}}
|
||||
%endif
|
||||
%python_subpackages
|
||||
@@ -76,7 +76,7 @@ mv %{buildroot}%{_bindir}/rpyc_registry.py %{buildroot}%{_bindir}/rpyc_registry
|
||||
|
||||
%if %{with test}
|
||||
%check
|
||||
%python_expand nosetests-%{$python_bin_suffix} -v -I test_deploy -I test_gevent_server -I test_ssh -I test_registry
|
||||
%python_expand nosetests-%{$python_bin_suffix} -v -I test_deploy -I test_gevent_server -I test_ssh -I test_registry -I test_win32pipes
|
||||
%endif
|
||||
|
||||
%if !%{with test}
|
||||
|
Reference in New Issue
Block a user