From a95f824af0fdab8f1c2601de76f39b1501368d215aea951f09f8492b1a21570a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 19 Mar 2020 08:48:42 +0000 Subject: [PATCH] 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 --- 4.1.1.tar.gz | 3 --- 4.1.4.tar.gz | 3 +++ python-rpyc.changes | 14 ++++++++++++++ python-rpyc.spec | 10 +++++----- 4 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 4.1.1.tar.gz create mode 100644 4.1.4.tar.gz diff --git a/4.1.1.tar.gz b/4.1.1.tar.gz deleted file mode 100644 index f6e11db..0000000 --- a/4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d1e6fb7e3901afe6286588136b4f38498233bd9e0a156352bc946f8e3a206ce -size 552752 diff --git a/4.1.4.tar.gz b/4.1.4.tar.gz new file mode 100644 index 0000000..5aaa2ee --- /dev/null +++ b/4.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30888a0e66096ec6fdf8f2de6e441c6e6f9a23d8525039229fa950ad4ba3c449 +size 1251969 diff --git a/python-rpyc.changes b/python-rpyc.changes index 957538a..87edf4b 100644 --- a/python-rpyc.changes +++ b/python-rpyc.changes @@ -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 diff --git a/python-rpyc.spec b/python-rpyc.spec index f190b63..4490c20 100644 --- a/python-rpyc.spec +++ b/python-rpyc.spec @@ -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}