14
0

- update to 3.3.0:

* Implement '+' operator for wait strategies
  * Rename `_retrying` attribute to `retry` and document it
  * Store retrying object as an attribute of retried function
  *  Make sure statistics are thread locals

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=2
This commit is contained in:
2016-11-09 14:17:27 +00:00
committed by Git OBS Bridge
parent 88e9cc76d1
commit dfadd0367c
4 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Nov 9 14:14:17 UTC 2016 - dmueller@suse.com
- update to 3.3.0:
* Implement '+' operator for wait strategies
* Rename `_retrying` attribute to `retry` and document it
* Store retrying object as an attribute of retried function
* Make sure statistics are thread locals
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 26 14:23:36 UTC 2016 - tbechtold@suse.com Mon Sep 26 14:23:36 UTC 2016 - tbechtold@suse.com

View File

@@ -13,21 +13,22 @@
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-tenacity Name: python-tenacity
Version: 3.1.1 Version: 3.3.0
Release: 0 Release: 0
License: Apache-2.0
Summary: Retry code until it succeeeds Summary: Retry code until it succeeeds
Url: https://github.com/jd/tenacity License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/t/tenacity/tenacity-%{version}.tar.gz Url: https://github.com/jd/tenacity
Source: https://pypi.io/packages/source/t/tenacity/tenacity-%{version}.tar.gz
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-pbr
BuildRequires: python-setuptools
BuildRequires: python-futures >= 3.0 BuildRequires: python-futures >= 3.0
BuildRequires: python-monotonic >= 0.6 BuildRequires: python-monotonic >= 0.6
BuildRequires: python-pbr
BuildRequires: python-setuptools
BuildRequires: python-six >= 1.7.0 BuildRequires: python-six >= 1.7.0
Requires: python-futures >= 3.0 Requires: python-futures >= 3.0
Requires: python-monotonic >= 0.6 Requires: python-monotonic >= 0.6
@@ -55,6 +56,7 @@ python setup.py build
%install %install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check %check
python setup.py test python setup.py test

View File

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

3
tenacity-3.3.0.tar.gz Normal file
View File

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