forked from pool/python-backoff
- update to 1.10.0 * Support python 3.8 * Allow sync decorator call from async function OBS-URL: https://build.opensuse.org/request/show/765340 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-backoff?expand=0&rev=7
37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 17 16:42:58 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 1.10.0
|
|
* Support python 3.8
|
|
* Allow sync decorator call from async function
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 4 06:33:28 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 1.8.0
|
|
- Change default log level from ERROR to INFO
|
|
- Log retries on exception as INFO
|
|
- Support Python 3.7
|
|
- Give up on StopIteration raised in wait generators
|
|
- Iterable intervals for constant wait_gen for predefined wait sequences
|
|
- Nullary jitter signature deprecation warning
|
|
- Custom loggers
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:45:56 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 9 18:26:24 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Update to 1.5.0
|
|
* Add max_time keyword argument
|
|
- Use license tag
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 26 18:26:02 UTC 2017 - t.gruner@katodev.de
|
|
|
|
- Initial release version 1.4.3
|
|
|