14
0

Accepting request 563434 from home:TheBlackCat:branches:devel:languages:python

- update to 4.8.0
  * Allow waiters to introspect last result
- update to 4.7.1
  * Missed top level import of stop\_when\_event\_set
  * Mention Tornado minimum version in README
  * Fix unless\_exception test names and add no input test
- update to 4.7.0
  * Add Tornado support
  * Fix pep8
- update to 4.6.1
  * Simplify wrapping code
- update to 4.6.0
  * Implement \`retry\_with' on decorated functions
- Implement single-spec version

OBS-URL: https://build.opensuse.org/request/show/563434
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=11
This commit is contained in:
Todd R
2018-01-10 20:54:07 +00:00
committed by Git OBS Bridge
parent f07ae153dc
commit 3aaa4f1b27
4 changed files with 50 additions and 17 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jan 10 20:48:41 UTC 2018 - toddrme2178@gmail.com
- update to 4.8.0
* Allow waiters to introspect last result
- update to 4.7.1
* Missed top level import of stop\_when\_event\_set
* Mention Tornado minimum version in README
* Fix unless\_exception test names and add no input test
- update to 4.7.0
* Add Tornado support
* Fix pep8
- update to 4.6.1
* Simplify wrapping code
- update to 4.6.0
* Implement \`retry\_with' on decorated functions
- Implement single-spec version
-------------------------------------------------------------------
Thu Nov 2 23:20:11 UTC 2017 - dmueller@suse.com