14
0

- 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:
2021-04-22 20:47:48 +00:00
committed by Git OBS Bridge
parent 7fe4afa4ef
commit b64e1759cd
4 changed files with 15 additions and 5 deletions

View File

@@ -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>