Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-rpyc for openSUSE:Factory 
checked in at 2023-02-28 12:49:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rpyc (Old)
 and      /work/SRC/openSUSE:Factory/.python-rpyc.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rpyc"

Tue Feb 28 12:49:34 2023 rev:12 rq:1068126 version:5.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rpyc/python-rpyc.changes  2022-12-07 
17:36:27.049027264 +0100
+++ /work/SRC/openSUSE:Factory/.python-rpyc.new.31432/python-rpyc.changes       
2023-02-28 12:49:43.772868522 +0100
@@ -1,0 +2,5 @@
+Tue Feb 21 08:31:28 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Disable broken test for python 3.11
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-rpyc.spec ++++++
--- /var/tmp/diff_new_pack.W4zBPi/_old  2023-02-28 12:49:44.324871553 +0100
+++ /var/tmp/diff_new_pack.W4zBPi/_new  2023-02-28 12:49:44.328871575 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -82,7 +81,10 @@
 
 %if %{with test}
 %check
-%pytest -k 'not (TestDeploy or Test_Ssh or TestUdpRegistry or win32pipes or 
test_server_stops or test_immutable_object_return or 
test_return_of_modified_parameter or test_return_of_unmodified_parameter or 
test_dataframe_pickling or test_ssl_conenction or test_connection)'
+donttest="TestDeploy or Test_Ssh or TestUdpRegistry or win32pipes or 
test_server_stops or test_immutable_object_return or 
test_return_of_modified_parameter or test_return_of_unmodified_parameter or 
test_dataframe_pickling or test_ssl_conenction or test_connection"
+# Fails with python 3.11
+donttest+=" or test_gdb"
+%pytest -k "not ($donttest)"
 %endif
 
 %if !%{with test}
@@ -97,7 +99,8 @@
 %license LICENSE
 %python_alternative %{_bindir}/rpyc_classic
 %python_alternative %{_bindir}/rpyc_registry
-%{python_sitelib}/*
+%{python_sitelib}/rpyc
+%{python_sitelib}/rpyc-%{version}*-info
 %endif
 
 %changelog

Reply via email to