diff --git a/flaky-3.6.0.tar.gz b/flaky-3.6.0.tar.gz deleted file mode 100644 index e15e8a3..0000000 --- a/flaky-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c24e321b3b4b4a2d323b646acff6738e7601849832f4280864d69f00a6a9869d -size 29523 diff --git a/flaky-3.6.1.tar.gz b/flaky-3.6.1.tar.gz new file mode 100644 index 0000000..ff936b2 --- /dev/null +++ b/flaky-3.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd5455bb00c677f787da424eaf8c4a58a922d0e97126d3085db5b279a98b698 +size 29501 diff --git a/python-flaky.changes b/python-flaky.changes index 39511c1..560738e 100644 --- a/python-flaky.changes +++ b/python-flaky.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 12 12:33:03 UTC 2019 - Tomáš Chvátal + +- Update to 3.6.1: + * Reraise KeyboardInterrupt when running tests under pytest. + ------------------------------------------------------------------- Fri Jul 26 10:48:12 UTC 2019 - pgajdos@suse.com diff --git a/python-flaky.spec b/python-flaky.spec index ab957c3..57dec83 100644 --- a/python-flaky.spec +++ b/python-flaky.spec @@ -26,13 +26,17 @@ %bcond_with test %endif Name: python-flaky -Version: 3.6.0 +Version: 3.6.1 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 Source: https://files.pythonhosted.org/packages/source/f/flaky/flaky-%{version}.tar.gz +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildArch: noarch %if %{with test} BuildRequires: %{python_module flaky >= %{version}} BuildRequires: %{python_module genty} @@ -40,10 +44,6 @@ BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} BuildRequires: %{python_module pytest} %endif -BuildRequires: %{python_module setuptools} -BuildRequires: fdupes -BuildRequires: python-rpm-macros -BuildArch: noarch %python_subpackages %description