14
0
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:
Tomáš Chvátal
2020-03-19 08:48:42 +00:00
committed by Git OBS Bridge
parent 1a2951f618
commit a95f824af0
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d1e6fb7e3901afe6286588136b4f38498233bd9e0a156352bc946f8e3a206ce
size 552752

3
4.1.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30888a0e66096ec6fdf8f2de6e441c6e6f9a23d8525039229fa950ad4ba3c449
size 1251969

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Mar 19 07:57:20 UTC 2020 - pgajdos@suse.com
- 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`_
-------------------------------------------------------------------
Tue Sep 10 10:36:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

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