diff --git a/flaky-3.6.1.tar.gz b/flaky-3.6.1.tar.gz deleted file mode 100644 index ff936b2..0000000 --- a/flaky-3.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cd5455bb00c677f787da424eaf8c4a58a922d0e97126d3085db5b279a98b698 -size 29501 diff --git a/flaky-3.7.0.tar.gz b/flaky-3.7.0.tar.gz new file mode 100644 index 0000000..e691111 --- /dev/null +++ b/flaky-3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad100780721a1911f57a165809b7ea265a7863305acb66708220820caf8aa0d +size 29591 diff --git a/python-flaky.changes b/python-flaky.changes index f6eccb7..27b50c9 100644 --- a/python-flaky.changes +++ b/python-flaky.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 29 05:39:42 UTC 2020 - Steve Kowalik + +- Update to 3.7.0: + * Flaky now retries tests which fail during setup. + ------------------------------------------------------------------- Fri Jan 31 01:54:06 UTC 2020 - Stefan BrĂ¼ns diff --git a/python-flaky.spec b/python-flaky.spec index 6e13bc3..c5a107b 100644 --- a/python-flaky.spec +++ b/python-flaky.spec @@ -1,7 +1,7 @@ # -# spec file for package python-flaky +# spec file for package python # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,11 +25,10 @@ %bcond_with test %endif Name: python-flaky%{?psuffix} -Version: 3.6.1 +Version: 3.7.0 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}