Hello community, here is the log from the commit of package python-flaky for openSUSE:Factory checked in at 2019-03-29 20:34:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-flaky (Old) and /work/SRC/openSUSE:Factory/.python-flaky.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flaky" Fri Mar 29 20:34:09 2019 rev:3 rq:684398 version:3.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-flaky/python-flaky.changes 2017-11-12 18:00:25.325024375 +0100 +++ /work/SRC/openSUSE:Factory/.python-flaky.new.25356/python-flaky.changes 2019-03-29 20:34:17.034631063 +0100 @@ -1,0 +2,10 @@ +Tue Mar 12 15:24:55 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 3.5.3: + * Bugfixes - Flaky is now compatible with pytest >= 4.1. + * Officially support and test on Python 3.6 and 3.7. + * Adds a pytest marker that can be used instead of `@flaky. + * Replaced references to 'slaveoutput', where possible with 'workeroutput', following the convention chosen by pytest. + * Prints formatted tracebacks in the flaky report when using nose. + +------------------------------------------------------------------- Old: ---- flaky-3.4.0.tar.gz New: ---- flaky-3.5.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-flaky.spec ++++++ --- /var/tmp/diff_new_pack.SjgmWO/_old 2019-03-29 20:34:17.590631096 +0100 +++ /var/tmp/diff_new_pack.SjgmWO/_new 2019-03-29 20:34:17.594631097 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-flaky # -# Copyright (c) 2017 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,24 +12,27 @@ # 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/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flaky -Version: 3.4.0 +Version: 3.5.3 Release: 0 Summary: Plugin for nose or py.test that automatically reruns flaky tests License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/box/flaky +URL: https://github.com/box/flaky Source: https://files.pythonhosted.org/packages/source/f/flaky/flaky-%{version}.tar.gz +BuildRequires: %{python_module genty} +BuildRequires: %{python_module mock} +BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -49,9 +52,11 @@ %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) +%doc README.rst +%license LICENSE %{python_sitelib}/* %changelog ++++++ flaky-3.4.0.tar.gz -> flaky-3.5.3.tar.gz ++++++ ++++ 1742 lines of diff (skipped)
