diff --git a/flaky-3.4.0.tar.gz b/flaky-3.4.0.tar.gz deleted file mode 100644 index 98f4519..0000000 --- a/flaky-3.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ad7880aef8c35a34ddb394d4fa33047765bca1e3d67d182bf6eba9c8eabf3a2 -size 29197 diff --git a/flaky-3.5.3.tar.gz b/flaky-3.5.3.tar.gz new file mode 100644 index 0000000..76ce892 --- /dev/null +++ b/flaky-3.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bd5e41f372b2190e8d754b6e5829c2f11dbc764e10b30f57e59f829c9ca1da +size 29320 diff --git a/python-flaky.changes b/python-flaky.changes index d99b7d1..ef94c83 100644 --- a/python-flaky.changes +++ b/python-flaky.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 12 15:24:55 UTC 2019 - Tomáš Chvátal + +- 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. + ------------------------------------------------------------------- Thu Nov 9 06:10:34 UTC 2017 - arun@gmx.de diff --git a/python-flaky.spec b/python-flaky.spec index 6a5a8c7..88552b0 100644 --- a/python-flaky.spec +++ b/python-flaky.spec @@ -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 @@ For more information about flaky, see `this presentation