14
0

Accepting request 636400 from home:sebix:branches:devel:languages:python

- update to version 5.1.1:
 - Bug fixes
  - Fixed an case in which the `.Future` returned by
    `.RequestHandler.finish` could fail to resolve.
  - The `.TwitterMixin.authenticate_redirect` method works again.
  - Improved error handling in the `tornado.auth` module, fixing hanging
    requests when a network or other error occurs.

OBS-URL: https://build.opensuse.org/request/show/636400
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=91
This commit is contained in:
Tomáš Chvátal
2018-09-19 08:41:00 +00:00
committed by Git OBS Bridge
parent ca134ba95b
commit fd747bc269
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 18 15:10:56 UTC 2018 - sebix+novell.com@sebix.at
- update to version 5.1.1:
- Bug fixes
- Fixed an case in which the `.Future` returned by
`.RequestHandler.finish` could fail to resolve.
- The `.TwitterMixin.authenticate_redirect` method works again.
- Improved error handling in the `tornado.auth` module, fixing hanging
requests when a network or other error occurs.
-------------------------------------------------------------------
Mon Sep 10 11:35:05 UTC 2018 - Jan Engelhardt <jengelh@inai.de>