From ab5712a7619bdf5e270b14bdcd0078ed72aa3880226158c732b8749f16d43fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 22 Apr 2015 13:55:53 +0000 Subject: [PATCH] Accepting request 298600 from home:Nijel:branches:devel:languages:python - Update to 4.1: * If a `.Future` contains an exception but that exception is never examined or re-raised (e.g. by yielding the `.Future`), a stack trace will be logged when the `.Future` is garbage-collected. * New class `tornado.gen.WaitIterator` provides a way to iterate over ``Futures`` in the order they resolve. * The `tornado.websocket` module now supports compression via the "permessage-deflate" extension. Override `.WebSocketHandler.get_compression_options` to enable on the server side, and use the ``compression_options`` keyword argument to `.websocket_connect` on the client side. * When the appropriate packages are installed, it is possible to yield `asyncio.Future` or Twisted ``Defered`` objects in Tornado coroutines. OBS-URL: https://build.opensuse.org/request/show/298600 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=39 --- python-tornado.changes | 17 +++++++++++++++++ python-tornado.spec | 14 +++++++++----- tornado-4.0.2.tar.gz | 3 --- tornado-4.1.tar.gz | 3 +++ 4 files changed, 29 insertions(+), 8 deletions(-) delete mode 100644 tornado-4.0.2.tar.gz create mode 100644 tornado-4.1.tar.gz diff --git a/python-tornado.changes b/python-tornado.changes index 24fd07b..7fd3438 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Apr 22 13:21:19 UTC 2015 - mcihar@suse.cz + +- Update to 4.1: + * If a `.Future` contains an exception but that exception is never + examined or re-raised (e.g. by yielding the `.Future`), a stack + trace will be logged when the `.Future` is garbage-collected. + * New class `tornado.gen.WaitIterator` provides a way to iterate + over ``Futures`` in the order they resolve. + * The `tornado.websocket` module now supports compression via the + "permessage-deflate" extension. Override + `.WebSocketHandler.get_compression_options` to enable on the server + side, and use the ``compression_options`` keyword argument to + `.websocket_connect` on the client side. + * When the appropriate packages are installed, it is possible to yield + `asyncio.Future` or Twisted ``Defered`` objects in Tornado coroutines. + ------------------------------------------------------------------- Thu Oct 2 16:05:54 UTC 2014 - toddrme2178@gmail.com diff --git a/python-tornado.spec b/python-tornado.spec index 6258855..70bad4f 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,7 +1,7 @@ # # spec file for package python-tornado # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,12 +11,13 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-tornado -Version: 4.0.2 +Version: 4.1 Release: 0 Url: http://www.tornadoweb.org Summary: Open source version of scalable, non-blocking web server that power FriendFeed @@ -24,18 +25,21 @@ License: Apache-2.0 Group: Development/Languages/Python Source: https://pypi.python.org/packages/source/t/tornado/tornado-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python-devel +BuildRequires: python-Twisted BuildRequires: python-backports.ssl_match_hostname +BuildRequires: python-devel BuildRequires: python-futures BuildRequires: python-pycurl +BuildRequires: python-setuptools BuildRequires: python-simplejson -BuildRequires: python-Twisted Requires: python-backports.ssl_match_hostname Requires: python-simplejson Recommends: python-futures Recommends: python-pycares Recommends: python-pycurl Recommends: python-Twisted +Recommends: python-certifi +Recommends: python-service_identity BuildRequires: fdupes %if 0%{?suse_version} <= 1110 %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True);")} diff --git a/tornado-4.0.2.tar.gz b/tornado-4.0.2.tar.gz deleted file mode 100644 index 5f34d65..0000000 --- a/tornado-4.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:900c5124ebdb6598ca8e8a0c5888f41a5f14117952d5515258e3d20222b21bfa -size 315841 diff --git a/tornado-4.1.tar.gz b/tornado-4.1.tar.gz new file mode 100644 index 0000000..cbd2a13 --- /dev/null +++ b/tornado-4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99abd3aede45c93739346ee7384e710120121c3744da155d5cff1c0101702228 +size 332603