2016-12-02 17:41:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 2 17:38:01 UTC 2016 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 3.4.0:
|
|
|
|
* Deprecate wait_jitter for wait_random
|
|
|
|
* Align tox and travis settings
|
|
|
|
* Fix README typo
|
|
|
|
* Bump hacking to 0.12
|
|
|
|
* Fix README.rst wrong description
|
|
|
|
* This is using floating point seconds (not milliseconds)
|
|
|
|
* Some small docstring updates
|
|
|
|
* Use py3.x compat print in README.rst
|
|
|
|
* Fix typo in retry_if_exception example
|
|
|
|
|
2016-11-09 14:17:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2016-09-27 12:21:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 26 14:23:36 UTC 2016 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Initial packaging (version 3.1.1)
|
|
|
|
|