forked from pool/python-tornado
- Update to 2.4.1:
- Fixed a memory leak in tornado.stack_context that was especially likely with long-running @gen.engine functions. - tornado.auth.TwitterMixin now works on Python 3. - Fixed a bug in which IOStream.read_until_close with a streaming callback would sometimes pass the last chunk of data to the final callback instead of the streaming callback. - Update to 2.4.1: - Fixed a memory leak in tornado.stack_context that was especially likely with long-running @gen.engine functions. - tornado.auth.TwitterMixin now works on Python 3. - Fixed a bug in which IOStream.read_until_close with a streaming callback would sometimes pass the last chunk of data to the final callback instead of the streaming callback. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
993180577a
commit
e3f43436de
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 25 11:41:29 UTC 2012 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
- Update to 2.4.1:
|
||||||
|
- Fixed a memory leak in tornado.stack_context that was especially
|
||||||
|
likely with long-running @gen.engine functions.
|
||||||
|
- tornado.auth.TwitterMixin now works on Python 3.
|
||||||
|
- Fixed a bug in which IOStream.read_until_close with a streaming
|
||||||
|
callback would sometimes pass the last chunk of data to the
|
||||||
|
final callback instead of the streaming callback.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 5 03:54:59 UTC 2012 - alexandre@exatati.com.br
|
Wed Sep 5 03:54:59 UTC 2012 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
%define modname tornado
|
%define modname tornado
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 2.4
|
Version: 2.4.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
|
||||||
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 25 11:41:29 UTC 2012 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
- Update to 2.4.1:
|
||||||
|
- Fixed a memory leak in tornado.stack_context that was especially
|
||||||
|
likely with long-running @gen.engine functions.
|
||||||
|
- tornado.auth.TwitterMixin now works on Python 3.
|
||||||
|
- Fixed a bug in which IOStream.read_until_close with a streaming
|
||||||
|
callback would sometimes pass the last chunk of data to the
|
||||||
|
final callback instead of the streaming callback.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 22 14:18:55 UTC 2012 - toddrme2178@gmail.com
|
Thu Nov 22 14:18:55 UTC 2012 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
%define modname tornado
|
%define modname tornado
|
||||||
Name: python3-%{modname}
|
Name: python3-%{modname}
|
||||||
Version: 2.4
|
Version: 2.4.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-2.4.1.tar.bz2
Normal file
3
tornado-2.4.1.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f34181b8d556cf64ddb410fe1ba7c733eb17fb3d15a80c57da2968a4e23a59de
|
||||||
|
size 300722
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a9adce659463283fa8a14f094ae0bf6463069e0b7146738745548f8a64a65a9b
|
|
||||||
size 299561
|
|
Reference in New Issue
Block a user