File python-tenacity.changes of Package python-tenacity
-------------------------------------------------------------------
Fri Feb 10 16:06:26 UTC 2017 - tbechtold@suse.com
- update to 3.7.1:
* Fix pep8 errors
* Correctly set the exception if we TryAgain for ever
-------------------------------------------------------------------
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
- 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
-------------------------------------------------------------------
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
- Initial packaging (version 3.1.1)