15
0

- update to 3.6.0:

* Retry on coroutines
 * Run flake8 only with latest python
 * Deduplicate retry decorator logic
 * Extract controller IOs in subclass
 * Allow to combine stop conditions
 * Add SayThanks
 * retry: implement bitwise operators on retry strategies
 * retry: add retry_all

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=4
This commit is contained in:
2016-12-18 14:14:17 +00:00
committed by Git OBS Bridge
parent b467e2cf94
commit b1a157d903
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Dec 18 12:29:45 UTC 2016 - dmueller@suse.com
- update to 3.6.0:
* Retry on coroutines
* Run flake8 only with latest python
* Deduplicate retry decorator logic
* Extract controller IOs in subclass
* Allow to combine stop conditions
* Add SayThanks
* retry: implement bitwise operators on retry strategies
* retry: add retry_all
-------------------------------------------------------------------
Fri Dec 2 17:38:01 UTC 2016 - dmueller@suse.com

View File

@@ -17,7 +17,7 @@
Name: python-tenacity
Version: 3.4.0
Version: 3.6.0
Release: 0
Summary: Retry code until it succeeeds
License: Apache-2.0

View File

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

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

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