Hello community,

here is the log from the commit of package python-rpyc for openSUSE:Factory 
checked in at 2019-06-07 12:19:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rpyc (Old)
 and      /work/SRC/openSUSE:Factory/.python-rpyc.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rpyc"

Fri Jun  7 12:19:04 2019 rev:4 rq:707749 version:4.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rpyc/python-rpyc.changes  2019-06-01 
09:45:07.355413948 +0200
+++ /work/SRC/openSUSE:Factory/.python-rpyc.new.4811/python-rpyc.changes        
2019-06-07 12:19:04.712776873 +0200
@@ -1,0 +2,5 @@
+Wed Jun  5 07:25:44 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Fix test execution to make sure we run it under all interpreters
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rpyc.spec ++++++
--- /var/tmp/diff_new_pack.34vIQn/_old  2019-06-07 12:19:05.408776652 +0200
+++ /var/tmp/diff_new_pack.34vIQn/_new  2019-06-07 12:19:05.412776650 +0200
@@ -31,25 +31,21 @@
 Summary:        Remote Python Call (RPyC), a RPC library
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/tomerfiliba/rpyc
-#Source:         
https://files.pythonhosted.org/packages/source/r/rpyc/rpyc-%%{version}.tar.gz
+URL:            https://github.com/tomerfiliba/rpyc
 Source:         https://github.com/tomerfiliba/rpyc/archive/%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# SECTION test requirements
+Requires:       python-plumbum
+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 rpyc = %{version}}
 %endif
-# /SECTION
-Requires:       python-plumbum
-BuildArch:      noarch
-Requires(post):   update-alternatives
-Requires(postun):  update-alternatives
-
 %python_subpackages
 
 %description
@@ -80,7 +76,7 @@
 
 %if %{with test}
 %check
-nosetests -vv -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
 %endif
 
 %if !%{with test}


Reply via email to