forked from pool/python-tenacity
- 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:
@@ -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
|
||||
|
||||
|
@@ -13,21 +13,22 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-tenacity
|
||||
Version: 3.1.1
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: Apache-2.0
|
||||
Summary: Retry code until it succeeeds
|
||||
Url: https://github.com/jd/tenacity
|
||||
License: Apache-2.0
|
||||
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-pbr
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-futures >= 3.0
|
||||
BuildRequires: python-monotonic >= 0.6
|
||||
BuildRequires: python-pbr
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-six >= 1.7.0
|
||||
Requires: python-futures >= 3.0
|
||||
Requires: python-monotonic >= 0.6
|
||||
@@ -55,6 +56,7 @@ python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%check
|
||||
python setup.py test
|
||||
|
||||
|
@@ -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
3
tenacity-3.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56faedf1062ceb9faccbfdde848cf4b2aceb34ccac885cdcbcb8c34ed5085866
|
||||
size 20475
|
Reference in New Issue
Block a user