Hello community,

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

Package is "python-zake"

Thu Jul  4 15:43:12 2019 rev:10 rq:713081 version:0.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zake/python-zake.changes  2018-05-23 
16:09:34.912927238 +0200
+++ /work/SRC/openSUSE:Factory/.python-zake.new.4615/python-zake.changes        
2019-07-04 15:43:13.954105562 +0200
@@ -1,0 +2,5 @@
+Tue Jul  2 14:57:10 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Skip one randomly failing test
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-zake.spec ++++++
--- /var/tmp/diff_new_pack.HVdFGw/_old  2019-07-04 15:43:14.866106987 +0200
+++ /var/tmp/diff_new_pack.HVdFGw/_new  2019-07-04 15:43:14.870106993 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zake
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -31,6 +31,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module testtools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-kazoo
 Requires:       python-six
@@ -49,10 +50,12 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 # Skip upstream failing test_child_watch_no_create
-%python_expand nosetests-%{$python_bin_suffix} -e test_child_watch_no_create
+# Skip test_clients_counter that is absolutely random
+%python_expand nosetests-%{$python_bin_suffix} -v -e 
'(test_child_watch_no_create|test_clients_counter)'
 
 %files %{python_files}
 %license LICENSE


Reply via email to