forked from pool/python-tenacity
- update to 6.3.1:
* Make AsyncRetrying callable * Replace nap.sleep with a method to allow mocking after import * Always return booleans from all retry_* methods * Fix asyncio.iscoroutinefunction(f) check for decorated function * Add call method to AsyncRetying OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=33
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 20:45:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 6.3.1:
|
||||
* Make AsyncRetrying callable
|
||||
* Replace nap.sleep with a method to allow mocking after import
|
||||
* Always return booleans from all retry_* methods
|
||||
* Fix asyncio.iscoroutinefunction(f) check for decorated function
|
||||
* Add call method to AsyncRetying
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 00:36:12 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user