Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2017-12-12 21:18:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tornado (Old)
 and      /work/SRC/openSUSE:Factory/.python-tornado.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tornado"

Tue Dec 12 21:18:56 2017 rev:41 rq:554804 version:4.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes    
2017-10-23 16:39:34.295211005 +0200
+++ /work/SRC/openSUSE:Factory/.python-tornado.new/python-tornado.changes       
2017-12-12 21:18:58.853980588 +0100
@@ -1,0 +2,29 @@
+Wed Dec  6 13:59:31 UTC 2017 - [email protected]
+
+- Distribute license file
+
+-------------------------------------------------------------------
+Wed Nov 22 22:55:01 UTC 2017 - [email protected]
+
+- specfile:
+  * removed tornado-configtest.patch: fixed upstream
+  * update tornado-async-deprecation.patch (partly integrated)
+
+- update to version 4.5.2:
+  * Tornado now sets the FD_CLOEXEC flag on all file descriptors it
+    creates. This prevents hanging client connections and resource
+    leaks when the tornado.autoreload module (or
+    Application(debug=True)) is used.
+
+- changes from version 4.5.1:
+  * tornado.log
+    + Improved detection of libraries for colorized logging.
+  * tornado.httputil
+    + url_concat once again treats None as equivalent to an empty
+      sequence.
+
+- changes from version 4.5.0:
+  * long changelog, see 
http://www.tornadoweb.org/en/stable/releases/v4.5.0.html
+    for details
+
+-------------------------------------------------------------------

Old:
----
  tornado-4.4.3.tar.gz
  tornado-configtest.patch

New:
----
  tornado-4.5.2.tar.gz

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

Other differences:
------------------
++++++ python-tornado.spec ++++++
--- /var/tmp/diff_new_pack.D818aP/_old  2017-12-12 21:18:59.805934633 +0100
+++ /var/tmp/diff_new_pack.D818aP/_new  2017-12-12 21:18:59.805934633 +0100
@@ -18,19 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-tornado
-Version:        4.4.3
+Version:        4.5.2
 Release:        0
 Summary:        Open source version of scalable, non-blocking web server that 
power FriendFeed
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            http://www.tornadoweb.org
 Source:         
https://files.pythonhosted.org/packages/source/t/tornado/tornado-%{version}.tar.gz
-Patch0:         tornado-configtest.patch
-Patch1:         tornado-async-deprecations.patch
-%if 0%{?sle_version} == 120000 && !0%{?is_opensuse}
-BuildRequires:  %{python_module backports.ssl_match_hostname}
-BuildRequires:  %{python_module certifi}
-%endif
+Patch0:         tornado-async-deprecations.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pycurl}
 BuildRequires:  %{python_module setuptools}
@@ -44,12 +39,15 @@
 Recommends:     python-pycares
 Recommends:     python-pycurl
 Recommends:     python-service_identity
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?sle_version} == 120000 && !0%{?is_opensuse}
+BuildRequires:  %{python_module backports.ssl_match_hostname}
+BuildRequires:  %{python_module certifi}
+%endif
 # SECTION test requirements
 BuildRequires:  %{python_module backports_abc}
 BuildRequires:  python-singledispatch
 # /SECTION
-%if %python_version_nodots < 35
+%if %{python_version_nodots} < 35
 Requires:       python-backports_abc
 %endif
 %ifpython2
@@ -79,7 +77,6 @@
 # Fix non-executable script rpmlint issue:
 find demos tornado -name "*.py" -exec sed -i "/#\!\/usr\/bin\/.*/d" {} \;
 %patch0 -p1
-%patch1 -p1
 
 %pre
 # remove egg-info _file_, being replaced by an egg-info directory
@@ -100,8 +97,7 @@
 %python_exec -m tornado.test.runtests
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc demos
+%doc demos LICENSE
 %{python_sitearch}/tornado
 %{python_sitearch}/tornado-%{version}-py*.egg-info
 

++++++ tornado-4.4.3.tar.gz -> tornado-4.5.2.tar.gz ++++++
++++ 7224 lines of diff (skipped)

++++++ tornado-async-deprecations.patch ++++++
--- /var/tmp/diff_new_pack.D818aP/_old  2017-12-12 21:18:59.965926910 +0100
+++ /var/tmp/diff_new_pack.D818aP/_new  2017-12-12 21:18:59.965926910 +0100
@@ -2,12 +2,10 @@
 ===================================================================
 --- tornado-4.4.2.orig/tornado/test/runtests.py
 +++ tornado-4.4.2/tornado/test/runtests.py
-@@ -125,6 +125,11 @@ def main():
-     # Silence the warning until we can drop 3.5.[01].
-     warnings.filterwarnings("ignore", category=PendingDeprecationWarning,
+@@ -125,6 +125,9 @@ def main():
+     # 3.5.2's PendingDeprecationWarning became a DeprecationWarning in 3.6.
+     warnings.filterwarnings("ignore", category=DeprecationWarning,
                              message=".*legacy __aiter__ protocol")
-+    warnings.filterwarnings("ignore", category=DeprecationWarning,
-+                            message=".*legacy __aiter__ protocol")
 +    # simply ignore all async-related deprecations, for a rough support for 
python 3.6
 +    warnings.filterwarnings("ignore", category=DeprecationWarning,
 +                            message="async")


Reply via email to