--- - branch: MAIN date: Tue Jul 22 12:41:28 UTC 2014 files: - new: '1.7' old: '1.6' path: pkgsrc/www/py-tornado/Makefile pathrev: pkgsrc/www/py-tornado/Makefile@1.7 type: modified - new: '1.4' old: '1.3' path: pkgsrc/www/py-tornado/PLIST pathrev: pkgsrc/www/py-tornado/PLIST@1.4 type: modified - new: '1.6' old: '1.5' path: pkgsrc/www/py-tornado/distinfo pathrev: pkgsrc/www/py-tornado/distinfo@1.6 type: modified id: 20140722T124128Z.0a49e2777cecd8b41b8eaa6179dbd0d370a67295 log: | Update to 4.0. Add py-curl dependency for curl_httpclient. Highlights The tornado.web.stream_request_body decorator allows large files to be uploaded with limited memory usage. Coroutines are now faster and are used extensively throughout Tornado itself. More methods now return Futures, including most IOStream methods and RequestHandler.flush. Many user-overridden methods are now allowed to return a Future for flow control. HTTP-related code is now shared between the tornado.httpserver, tornado.simple_httpclient and tornado.wsgi modules, making support for features such as chunked and gzip encoding more consistent. HTTPServer now uses new delegate interfaces defined in tornado.httputil in addition to its old single-callback interface. New module tornado.tcpclient creates TCP connections with non-blocking DNS, SSL handshaking, and support for IPv6. Backwards-compatibility notes tornado.concurrent.Future is no longer thread-safe; use concurrent.futures.Future when thread-safety is needed. Tornado now depends on the certifi package instead of bundling its own copy of the Mozilla CA list. This will be installed automatically when using pip or easy_install. This version includes the changes to the secure cookie format first introduced in version 3.2.1, and the xsrf token change in version 3.2.2. If you are upgrading from an earlier version, see those versions' release notes. WebSocket connections from other origin sites are now rejected by default. To accept cross-origin websocket connections, override the new method WebSocketHandler.check_origin. WebSocketHandler no longer supports the old draft 76 protocol (this mainly affects Safari 5.x browsers). Applications should use non-websocket workarounds for these browsers. Authors of alternative IOLoop implementations should see the changes to IOLoop.add_handler in this release. The RequestHandler.async_callback and WebSocketHandler.async_callback wrapper functions have been removed; they have been obsolete for a long time due to stack contexts (and more recently coroutines). curl_httpclient now requires a minimum of libcurl version 7.21.1 and pycurl 7.18.2. Support for RequestHandler.get_error_html has been removed; override RequestHandler.write_error instead. module: pkgsrc subject: 'CVS commit: pkgsrc/www/py-tornado' unixtime: '1406032888' user: wiz