forked from pool/python-tornado
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
78029f1ddc
commit
9e4a30b06d
@@ -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
|
Sat Mar 30 17:46:48 UTC 2013 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: python-tornado
|
Name: python-tornado
|
||||||
Version: 3.0
|
Version: 3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.tornadoweb.org
|
Url: http://www.tornadoweb.org
|
||||||
Summary: Open source version of scalable, non-blocking web server that power FriendFeed
|
Summary: Open source version of scalable, non-blocking web server that power FriendFeed
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: python3-tornado
|
Name: python3-tornado
|
||||||
Version: 3.0
|
Version: 3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.tornadoweb.org
|
Url: http://www.tornadoweb.org
|
||||||
Summary: Open source version of scalable, non-blocking web server that power FriendFeed
|
Summary: Open source version of scalable, non-blocking web server that power FriendFeed
|
||||||
|
3
tornado-3.0.1.tar.bz2
Normal file
3
tornado-3.0.1.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b6e5697abb2aa24df632ee6079b5a749ceb3318cdae53ac65ac9883250d4d33
|
||||||
|
size 310214
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae5e81cd5733d5af55ed04988ec253174c4bd4885407ae32a74e46cc4679629f
|
|
||||||
size 306127
|
|
Reference in New Issue
Block a user