15
0

Accepting request 707395 from home:pgajdos

- 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

OBS-URL: https://build.opensuse.org/request/show/707395
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-backoff?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-06-04 07:59:05 +00:00
committed by Git OBS Bridge
parent b2a2e4814e
commit a957e5e94b
5 changed files with 33 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>