diff --git a/flaky-3.3.0.tar.gz b/flaky-3.3.0.tar.gz deleted file mode 100644 index 60a02d9..0000000 --- a/flaky-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf49ca66ff35efc66f84836903f91e6835a0cfaf7463988907f92a78304832a3 -size 29173 diff --git a/flaky-3.4.0.tar.gz b/flaky-3.4.0.tar.gz new file mode 100644 index 0000000..98f4519 --- /dev/null +++ b/flaky-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad7880aef8c35a34ddb394d4fa33047765bca1e3d67d182bf6eba9c8eabf3a2 +size 29197 diff --git a/python-flaky.changes b/python-flaky.changes index 86316ba..d99b7d1 100644 --- a/python-flaky.changes +++ b/python-flaky.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 9 06:10:34 UTC 2017 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 3.4.0: + * Bugfixes - Flaky for pytest will no longer silently swallow errors + that occur during test setup. + ------------------------------------------------------------------- Tue Dec 20 17:37:08 UTC 2016 - jmatejek@suse.com diff --git a/python-flaky.spec b/python-flaky.spec index 4c5c7ec..6a5a8c7 100644 --- a/python-flaky.spec +++ b/python-flaky.spec @@ -1,7 +1,7 @@ # # spec file for package python-flaky # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -13,19 +13,20 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flaky -Version: 3.3.0 +Version: 3.4.0 Release: 0 -License: Apache-2.0 Summary: Plugin for nose or py.test that automatically reruns flaky tests -Url: https://github.com/box/flaky +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-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch