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