Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyudev for openSUSE:Factory checked in at 2023-10-31 20:24:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyudev (Old) and /work/SRC/openSUSE:Factory/.python-pyudev.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyudev" Tue Oct 31 20:24:48 2023 rev:33 rq:1121253 version:0.24.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyudev/python-pyudev.changes 2023-05-04 17:09:40.232047383 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyudev.new.17445/python-pyudev.changes 2023-10-31 20:24:56.620273765 +0100 @@ -1,0 +2,6 @@ +Mon Oct 30 16:58:20 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- update hypothesis_settings.patch: + * Extend deadline for test_child_of_parents that fails on ppc64le (bsc#1216607) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hypothesis_settings.patch ++++++ --- /var/tmp/diff_new_pack.lnx1lK/_old 2023-10-31 20:24:57.112291837 +0100 +++ /var/tmp/diff_new_pack.lnx1lK/_new 2023-10-31 20:24:57.116291984 +0100 @@ -1,7 +1,7 @@ -Index: pyudev-0.24.0/tests/test_enumerate.py +Index: pyudev-0.24.1/tests/test_enumerate.py =================================================================== ---- pyudev-0.24.0.orig/tests/test_enumerate.py -+++ pyudev-0.24.0/tests/test_enumerate.py +--- pyudev-0.24.1.orig/tests/test_enumerate.py ++++ pyudev-0.24.1/tests/test_enumerate.py @@ -88,7 +88,7 @@ class TestEnumerator(object): @failed_health_check_wrapper @@ -74,4 +74,17 @@ def test_match_passthrough_property(self, enumerator): """ Test that non-special keyword args are treated as properties. +Index: pyudev-0.24.1/tests/_device_tests/_device_tests.py +=================================================================== +--- pyudev-0.24.1.orig/tests/_device_tests/_device_tests.py ++++ pyudev-0.24.1/tests/_device_tests/_device_tests.py +@@ -61,7 +61,7 @@ class TestDevice(object): + @pytest.mark.skipif(len(_devices) == 0, reason="no device with a parent") + @_UDEV_TEST(172, "test_child_of_parents") + @given(strategies.sampled_from(_devices)) +- @settings(max_examples=5) ++ @settings(max_examples=5, deadline=2000) + def test_child_of_parent(self, a_device): + assert a_device in a_device.parent.children +