14
0

- update to 4.12.0:

* add retry\_error\_callback param
  * Fix Mergify conf
  * Enable mergify
  * Implement before\_sleep logging hook
  * Rename tenacity.async to tenacity.\_asyncio
  * Remove useless install of nose
  * Switch to pytest
  * Fix codeblock formatting
  * Document how to use Trio/curio
  * Catch BaseException rather than just Exception
  * Fix pep8 errors
  * Only install monotonic on Python 2
  * Stop using pbr to build documentation
  * Add \`license\` key to \`setup.cfg\`
  * Avoid inspect.getargspec deprecation warning
  * Don't fall over if an old version of tornado is installed
  * Allow to specify RetryError

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=14
This commit is contained in:
2018-10-11 12:05:34 +00:00
committed by Git OBS Bridge
parent e050e0b536
commit a11c0c2e4b
4 changed files with 31 additions and 7 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Oct 11 11:56:31 UTC 2018 - Dirk Mueller <dmueller@suse.com>
- update to 4.12.0:
* add retry\_error\_callback param
* Fix Mergify conf
* Enable mergify
* Implement before\_sleep logging hook
* Rename tenacity.async to tenacity.\_asyncio
* Remove useless install of nose
* Switch to pytest
* Fix codeblock formatting
* Document how to use Trio/curio
* Catch BaseException rather than just Exception
* Fix pep8 errors
* Only install monotonic on Python 2
* Stop using pbr to build documentation
* Add \`license\` key to \`setup.cfg\`
* Avoid inspect.getargspec deprecation warning
* Don't fall over if an old version of tornado is installed
* Allow to specify RetryError
-------------------------------------------------------------------
Wed Jan 10 22:24:53 UTC 2018 - jengelh@inai.de