From e3f43436de386cf30fd9803605962b3d855f7b1f5bb7da0c0b43584f1f615ff5 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Sun, 25 Nov 2012 11:45:16 +0000 Subject: [PATCH] - 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 --- python-tornado.changes | 11 +++++++++++ python-tornado.spec | 2 +- python3-tornado.changes | 11 +++++++++++ python3-tornado.spec | 2 +- tornado-2.4.1.tar.bz2 | 3 +++ tornado-2.4.tar.bz2 | 3 --- 6 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 tornado-2.4.1.tar.bz2 delete mode 100644 tornado-2.4.tar.bz2 diff --git a/python-tornado.changes b/python-tornado.changes index a7e088a..a8b2aa0 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -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 diff --git a/python-tornado.spec b/python-tornado.spec index 4fcfd53..853c0f6 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -17,7 +17,7 @@ %define modname tornado Name: python-%{modname} -Version: 2.4 +Version: 2.4.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.changes b/python3-tornado.changes index ab113a8..6c2a982 100644 --- a/python3-tornado.changes +++ b/python3-tornado.changes @@ -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 diff --git a/python3-tornado.spec b/python3-tornado.spec index 4ab34df..b539c63 100644 --- a/python3-tornado.spec +++ b/python3-tornado.spec @@ -17,7 +17,7 @@ %define modname tornado Name: python3-%{modname} -Version: 2.4 +Version: 2.4.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-2.4.1.tar.bz2 b/tornado-2.4.1.tar.bz2 new file mode 100644 index 0000000..c3f3d02 --- /dev/null +++ b/tornado-2.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34181b8d556cf64ddb410fe1ba7c733eb17fb3d15a80c57da2968a4e23a59de +size 300722 diff --git a/tornado-2.4.tar.bz2 b/tornado-2.4.tar.bz2 deleted file mode 100644 index 2a93f9c..0000000 --- a/tornado-2.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9adce659463283fa8a14f094ae0bf6463069e0b7146738745548f8a64a65a9b -size 299561