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,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d1e6fb7e3901afe6286588136b4f38498233bd9e0a156352bc946f8e3a206ce
|
|
||||||
size 552752
|
|
3
4.1.4.tar.gz
Normal file
3
4.1.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:30888a0e66096ec6fdf8f2de6e441c6e6f9a23d8525039229fa950ad4ba3c449
|
||||||
|
size 1251969
|
@@ -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>
|
Tue Sep 10 10:36:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-rpyc
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-rpyc%{psuffix}
|
Name: python-rpyc%{psuffix}
|
||||||
Version: 4.1.1
|
Version: 4.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Remote Python Call (RPyC), a RPC library
|
Summary: Remote Python Call (RPyC), a RPC library
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -36,14 +36,14 @@ Source: https://github.com/tomerfiliba/rpyc/archive/%{version}.tar.gz
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-plumbum
|
Requires: python-plumbum >= 1.2
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module gevent}
|
BuildRequires: %{python_module gevent}
|
||||||
BuildRequires: %{python_module nose}
|
BuildRequires: %{python_module nose}
|
||||||
BuildRequires: %{python_module plumbum}
|
BuildRequires: %{python_module plumbum >= 1.2}
|
||||||
BuildRequires: %{python_module rpyc = %{version}}
|
BuildRequires: %{python_module rpyc = %{version}}
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -76,7 +76,7 @@ mv %{buildroot}%{_bindir}/rpyc_registry.py %{buildroot}%{_bindir}/rpyc_registry
|
|||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%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
|
%endif
|
||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
|
Reference in New Issue
Block a user