Accepting request 540104 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/540104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flaky?expand=0&rev=3
This commit is contained in:
Ondřej Súkup 2017-11-10 11:54:06 +00:00 committed by Git OBS Bridge
parent 9f4ca9a66f
commit 1b9cc001e8
4 changed files with 19 additions and 8 deletions

View File

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

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

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

View File

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

View File

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