1
0
Commit Graph

59 Commits

Author SHA256 Message Date
f07ae153dc - update to 4.5.0:
* Replace hacking with flake8 extensions
  * Fix import order
  * Put a default sleep attribute on BaseRetrying
  * async: allow to specify a different sleep method
  * Issue-8: Make sure doc examples run (#89)
  * Remove Python 3.4 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=9
2017-11-02 23:21:23 +00:00
Dominique Leuenberger
09dff4398a Accepting request 518053 from devel:languages:python
- update to 4.4.0:
  * Document wait\_random\_exponential strategy
  * Rename wait\_full\_jitter to wait\_random\_exponential
  * Add retry\_unless\_exception\_type
  * Add missing ')' to README.rst
  * Do not duplicate statistics fields in instance
  * Do not start trial\_start\_time as an attribute
  * Add an example on how to combine stop conditions
  * Put a link to the GitHub issue of retrying about the fork
  * feat: added wait\_full\_jitter
  * Add new event based sleep and stop
  * Add \`wraps' method directly on Retrying object
  * wait: handle OverflowError
  * doc: raise Exception in example so they actually work
  * Remove weird example with retry\_if\_io\_error
  * Bump version for new feature
  * Add Python 3.6 support
  * Add retry\_if\_not\_result class to compliment the existing retry\_if\_result class
  * Fix six minimum version
  * doc: rewrite the before explanation
  * Add \_\_call\_\_ on BaseRetrying class
  * Document before and after keywords
  * Remove useless MANIFEST
  * Remove non-working PyPI download image
  * Bump hacking to 0.13
  * Use Python 3 for pep8 tox target
  * Remove deprecated wait\_jitter (forwarded request 518052 from tbechtold)

OBS-URL: https://build.opensuse.org/request/show/518053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=2
2017-08-22 09:11:26 +00:00
Thomas Bechtold
4ae7a3e923 Accepting request 518052 from home:tbechtold:branches:devel:languages:python
- update to 4.4.0:
  * Document wait\_random\_exponential strategy
  * Rename wait\_full\_jitter to wait\_random\_exponential
  * Add retry\_unless\_exception\_type
  * Add missing ')' to README.rst
  * Do not duplicate statistics fields in instance
  * Do not start trial\_start\_time as an attribute
  * Add an example on how to combine stop conditions
  * Put a link to the GitHub issue of retrying about the fork
  * feat: added wait\_full\_jitter
  * Add new event based sleep and stop
  * Add \`wraps' method directly on Retrying object
  * wait: handle OverflowError
  * doc: raise Exception in example so they actually work
  * Remove weird example with retry\_if\_io\_error
  * Bump version for new feature
  * Add Python 3.6 support
  * Add retry\_if\_not\_result class to compliment the existing retry\_if\_result class
  * Fix six minimum version
  * doc: rewrite the before explanation
  * Add \_\_call\_\_ on BaseRetrying class
  * Document before and after keywords
  * Remove useless MANIFEST
  * Remove non-working PyPI download image
  * Bump hacking to 0.13
  * Use Python 3 for pep8 tox target
  * Remove deprecated wait\_jitter

OBS-URL: https://build.opensuse.org/request/show/518052
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=7
2017-08-22 06:37:48 +00:00
Dominique Leuenberger
d6b9cfe9e1 Accepting request 456069 from devel:languages:python
New package needed for OpenStack components

OBS-URL: https://build.opensuse.org/request/show/456069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=1
2017-02-21 12:40:23 +00:00
Thomas Bechtold
f4b7d85e84 - update to 3.7.1:
* Fix pep8 errors
  * Correctly set the exception if we TryAgain for ever

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=5
2017-02-10 16:07:43 +00:00
b1a157d903 - 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
2016-12-18 14:14:17 +00:00
b467e2cf94 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=3
2016-12-02 17:41:00 +00:00
dfadd0367c - 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
2016-11-09 14:17:27 +00:00
88e9cc76d1 Accepting request 430546 from home:tbechtold:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/430546
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=1
2016-09-27 12:21:18 +00:00