14
0

Accepting request 696988 from home:mcalabkova:branches:devel:languages:python

- update to 5.0.4
  * Try using unshallow clone
  * Add support for Python 3.7
  * Add test for attempt numbers in interleaved async coroutines
  * Fix wait_chain to be runnable multiple times
  * Fix six.wraps having a problem with __name__ attr on Py2
  * Add retry_if_exception_message and complement
  * RetryCallState: add retry_object & next_action fields
  * Tweak wait funcs to accept call_state with backward compat
  * Add RetryCallState class
  * Documentation fixes

OBS-URL: https://build.opensuse.org/request/show/696988
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal
2019-04-23 09:18:20 +00:00
committed by Git OBS Bridge
parent df4b60844a
commit 2c313ed3c6
4 changed files with 29 additions and 16 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Apr 18 14:58:39 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to 5.0.4
* Try using unshallow clone
* Add support for Python 3.7
* Add test for attempt numbers in interleaved async coroutines
* Fix wait_chain to be runnable multiple times
* Fix six.wraps having a problem with __name__ attr on Py2
* Add retry_if_exception_message and complement
* RetryCallState: add retry_object & next_action fields
* Tweak wait funcs to accept call_state with backward compat
* Add RetryCallState class
* Documentation fixes
-------------------------------------------------------------------
Wed Jan 9 23:06:29 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>