14
0

Accepting request 546290 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/546290
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=65
This commit is contained in:
Tomáš Chvátal
2017-11-30 10:00:26 +00:00
committed by Git OBS Bridge
parent 775adde41b
commit 21c9ee96d6
6 changed files with 32 additions and 27 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Nov 22 22:55:01 UTC 2017 - arun@gmx.de
- specfile:
* removed tornado-configtest.patch: fixed upstream
* update tornado-async-deprecation.patch (partly integrated)
- update to version 4.5.2:
* Tornado now sets the FD_CLOEXEC flag on all file descriptors it
creates. This prevents hanging client connections and resource
leaks when the tornado.autoreload module (or
Application(debug=True)) is used.
- changes from version 4.5.1:
* tornado.log
+ Improved detection of libraries for colorized logging.
* tornado.httputil
+ url_concat once again treats None as equivalent to an empty
sequence.
- changes from version 4.5.0:
* long changelog, see http://www.tornadoweb.org/en/stable/releases/v4.5.0.html
for details
-------------------------------------------------------------------
Tue Oct 17 10:03:04 UTC 2017 - opensuse_buildservice@ojkastl.de