Hello community, here is the log from the commit of package python-websockets for openSUSE:Factory checked in at 2018-10-02 19:47:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-websockets (Old) and /work/SRC/openSUSE:Factory/.python-websockets.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-websockets" Tue Oct 2 19:47:27 2018 rev:5 rq:639323 version:6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes 2018-08-31 10:47:44.599443041 +0200 +++ /work/SRC/openSUSE:Factory/.python-websockets.new/python-websockets.changes 2018-10-02 19:48:35.417758249 +0200 @@ -1,0 +2,10 @@ +Mon Oct 1 07:22:29 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Call the tests the same way as upstream to avoid import cycles + +------------------------------------------------------------------- +Mon Sep 24 07:35:18 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Do make sure to error out on test failure. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-websockets.spec ++++++ --- /var/tmp/diff_new_pack.wwlLrl/_old 2018-10-02 19:48:35.945757700 +0200 +++ /var/tmp/diff_new_pack.wwlLrl/_new 2018-10-02 19:48:35.945757700 +0200 @@ -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/ # @@ -55,10 +55,8 @@ %check # Test execution speed depends on BS load and architecture, relax -# With 6.0 release tests got very racy, retest when updating -# https://github.com/aaugustin/websockets/issues/415 export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5 -%python_exec setup.py test || : +%python_exec -m unittest %files %{python_files} %license LICENSE
