Hello community,

here is the log from the commit of package python3-tornado for openSUSE:Factory 
checked in at 2015-12-01 09:17:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-tornado (Old)
 and      /work/SRC/openSUSE:Factory/.python3-tornado.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-tornado"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-tornado/python3-tornado.changes  
2015-09-30 05:52:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-tornado.new/python3-tornado.changes     
2015-12-01 09:17:16.000000000 +0100
@@ -1,0 +2,16 @@
+Wed Nov 11 10:12:03 UTC 2015 - [email protected]
+
+- python3-singledispatch is required for python 3.3 and earler
+  (which is only still present on openSUSE 13.1)
+- python3-Twisted is now available.
+
+-------------------------------------------------------------------
+Sat Nov  7 05:42:00 UTC 2015 - [email protected]
+
+- specfile:
+  * require backports_abc>=0.4
+
+- update to version 4.3:
+  see http://www.tornadoweb.org/en/stable/releases/v4.3.0.html
+
+-------------------------------------------------------------------

Old:
----
  tornado-4.2.1.tar.gz

New:
----
  tornado-4.3.tar.gz

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

Other differences:
------------------
++++++ python3-tornado.spec ++++++
--- /var/tmp/diff_new_pack.mpUAVR/_old  2015-12-01 09:17:17.000000000 +0100
+++ /var/tmp/diff_new_pack.mpUAVR/_new  2015-12-01 09:17:17.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-tornado
-Version:        4.2.1
+Version:        4.3
 Release:        0
 Url:            http://www.tornadoweb.org
 Summary:        Open source version of scalable, non-blocking web server that 
power FriendFeed
@@ -25,17 +25,23 @@
 Group:          Development/Languages/Python
 Source:         
https://pypi.python.org/packages/source/t/tornado/tornado-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python3-devel
+BuildRequires:  python3-backports_abc >= 0.4
 BuildRequires:  python3-certifi
+BuildRequires:  python3-devel
 BuildRequires:  python3-pycurl
 BuildRequires:  python3-simplejson
-# Not yet available for python 3
-# BuildRequires:  python3-Twisted
+Requires:       python3-backports_abc >= 0.4
 Requires:       python3-certifi
 Requires:       python3-simplejson
 Recommends:     python3-pycurl
 Recommends:     python3-Twisted
 %if 0%{?suse_version}
+%if 0%{?suse_version} <= 1310
+BuildRequires:  python3-singledispatch
+Requires:       python3-singledispatch
+%else
+BuildRequires:  python3-Twisted
+%endif
 BuildRequires:  fdupes
 %endif
 

++++++ tornado-4.2.1.tar.gz -> tornado-4.3.tar.gz ++++++
++++ 7390 lines of diff (skipped)


Reply via email to