Accepting request 684398 from devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/684398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flaky?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-03-29 19:34:09 +00:00 committed by Git OBS Bridge
commit 5f892a7160
4 changed files with 25 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ad7880aef8c35a34ddb394d4fa33047765bca1e3d67d182bf6eba9c8eabf3a2
size 29197

3
flaky-3.5.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12bd5e41f372b2190e8d754b6e5829c2f11dbc764e10b30f57e59f829c9ca1da
size 29320

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 12 15:24:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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

View File

@ -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 <http://opensource.box.
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%changelog