- update to 4.5.0:

* Replace hacking with flake8 extensions
  * Fix import order
  * Put a default sleep attribute on BaseRetrying
  * async: allow to specify a different sleep method
  * Issue-8: Make sure doc examples run (#89)
  * Remove Python 3.4 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=9
This commit is contained in:
2017-11-02 23:21:23 +00:00
committed by Git OBS Bridge
parent 8869c7013d
commit b4cd60c958
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Nov 2 23:20:11 UTC 2017 - dmueller@suse.com
- update to 4.5.0:
* Replace hacking with flake8 extensions
* Fix import order
* Put a default sleep attribute on BaseRetrying
* async: allow to specify a different sleep method
* Issue-8: Make sure doc examples run (#89)
* Remove Python 3.4 support
-------------------------------------------------------------------
Tue Aug 22 06:34:38 UTC 2017 - tbechtold@suse.com