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