From 9e4a30b06d91b57de004ce0c1ecde6fc7dcb5596b065c82b0ff5824259454dc0 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Thu, 11 Apr 2013 16:49:01 +0000 Subject: [PATCH] - Update to 3.0.1: - The interface of tornado.auth.FacebookGraphMixin is now consistent with its documentation and the rest of the module. The get_authenticated_user and facebook_request methods return a Future and the callback argument is optional. - The tornado.testing.gen_test decorator will no longer be recognized as a (broken) test by nose. - Work around a bug in Ubuntu 13.04 betas involving an incomplete backport of the ssl.match_hostname function. - tornado.websocket.websocket_connect now fails cleanly when it attempts to connect to a non-websocket url. - tornado.testing.LogTrapTestCase once again works with byte strings on Python 2. - The request attribute of tornado.httpclient.HTTPResponse is now always an HTTPRequest, never a _RequestProxy. - Exceptions raised by the tornado.gen module now have better messages when tuples are used as callback keys. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=26 --- python-tornado.changes | 21 +++++++++++++++++++++ python-tornado.spec | 2 +- python3-tornado.spec | 2 +- tornado-3.0.1.tar.bz2 | 3 +++ tornado-3.0.tar.bz2 | 3 --- 5 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 tornado-3.0.1.tar.bz2 delete mode 100644 tornado-3.0.tar.bz2 diff --git a/python-tornado.changes b/python-tornado.changes index 19a1b52..325f6e9 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Apr 11 16:47:30 UTC 2013 - alexandre@exatati.com.br + +- Update to 3.0.1: + - The interface of tornado.auth.FacebookGraphMixin is now + consistent with its documentation and the rest of the module. + The get_authenticated_user and facebook_request methods return + a Future and the callback argument is optional. + - The tornado.testing.gen_test decorator will no longer be + recognized as a (broken) test by nose. + - Work around a bug in Ubuntu 13.04 betas involving an + incomplete backport of the ssl.match_hostname function. + - tornado.websocket.websocket_connect now fails cleanly when it + attempts to connect to a non-websocket url. + - tornado.testing.LogTrapTestCase once again works with byte + strings on Python 2. + - The request attribute of tornado.httpclient.HTTPResponse is + now always an HTTPRequest, never a _RequestProxy. + - Exceptions raised by the tornado.gen module now have better + messages when tuples are used as callback keys. + ------------------------------------------------------------------- Sat Mar 30 17:46:48 UTC 2013 - alexandre@exatati.com.br diff --git a/python-tornado.spec b/python-tornado.spec index faa1006..e4a5d1f 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -16,7 +16,7 @@ # Name: python-tornado -Version: 3.0 +Version: 3.0.1 Release: 0 Url: http://www.tornadoweb.org Summary: Open source version of scalable, non-blocking web server that power FriendFeed diff --git a/python3-tornado.spec b/python3-tornado.spec index de59e35..e9679b3 100644 --- a/python3-tornado.spec +++ b/python3-tornado.spec @@ -16,7 +16,7 @@ # Name: python3-tornado -Version: 3.0 +Version: 3.0.1 Release: 0 Url: http://www.tornadoweb.org Summary: Open source version of scalable, non-blocking web server that power FriendFeed diff --git a/tornado-3.0.1.tar.bz2 b/tornado-3.0.1.tar.bz2 new file mode 100644 index 0000000..9b2f6df --- /dev/null +++ b/tornado-3.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6e5697abb2aa24df632ee6079b5a749ceb3318cdae53ac65ac9883250d4d33 +size 310214 diff --git a/tornado-3.0.tar.bz2 b/tornado-3.0.tar.bz2 deleted file mode 100644 index a655814..0000000 --- a/tornado-3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae5e81cd5733d5af55ed04988ec253174c4bd4885407ae32a74e46cc4679629f -size 306127