Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2015-04-23 08:05:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tornado (Old)
 and      /work/SRC/openSUSE:Factory/.python-tornado.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tornado"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes    
2014-10-05 20:32:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-tornado.new/python-tornado.changes       
2015-04-23 08:05:02.000000000 +0200
@@ -1,0 +2,17 @@
+Wed Apr 22 13:21:19 UTC 2015 - mci...@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.
+
+-------------------------------------------------------------------

Old:
----
  tornado-4.0.2.tar.gz

New:
----
  tornado-4.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-tornado.spec ++++++
--- /var/tmp/diff_new_pack.mXEUYP/_old  2015-04-23 08:05:02.000000000 +0200
+++ /var/tmp/diff_new_pack.mXEUYP/_new  2015-04-23 08:05:02.000000000 +0200
@@ -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 @@
 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);")}

++++++ tornado-4.0.2.tar.gz -> tornado-4.1.tar.gz ++++++
++++ 5838 lines of diff (skipped)


Reply via email to