forked from pool/python-tenacity
- update to 4.5.0:
* Replace hacking with flake8 extensions * Fix import order * Put a default sleep attribute on BaseRetrying * async: allow to specify a different sleep method * Issue-8: Make sure doc examples run (#89) * Remove Python 3.4 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=9
This commit is contained in:
parent
4ae7a3e923
commit
f07ae153dc
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 23:20:11 UTC 2017 - dmueller@suse.com
|
||||
|
||||
- update to 4.5.0:
|
||||
* Replace hacking with flake8 extensions
|
||||
* Fix import order
|
||||
* Put a default sleep attribute on BaseRetrying
|
||||
* async: allow to specify a different sleep method
|
||||
* Issue-8: Make sure doc examples run (#89)
|
||||
* Remove Python 3.4 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 22 06:34:38 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
|
@ -17,14 +17,13 @@
|
||||
|
||||
|
||||
Name: python-tenacity
|
||||
Version: 4.4.0
|
||||
Version: 4.5.0
|
||||
Release: 0
|
||||
Summary: Retry code until it succeeeds
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/jd/tenacity
|
||||
Source: https://pypi.io/packages/source/t/tenacity/tenacity-%{version}.tar.gz
|
||||
BuildRequires: python-debtcollector
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-futures >= 3.0
|
||||
BuildRequires: python-monotonic >= 0.6
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c5554b494dd8bae998dbffd7b8d1876e6b94de0c1df1ac51d0db25bb9f830b2
|
||||
size 26133
|
3
tenacity-4.5.0.tar.gz
Normal file
3
tenacity-4.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5eb0009d7fef345ffd27e43122ec288418b460952aeefde60df8e62c3953d4b
|
||||
size 26567
|
Loading…
Reference in New Issue
Block a user