Hello community, here is the log from the commit of package python-tornado for openSUSE:Factory checked in at 2019-11-07 23:12:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tornado (Old) and /work/SRC/openSUSE:Factory/.python-tornado.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tornado" Thu Nov 7 23:12:14 2019 rev:55 rq:734615 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes 2019-08-22 15:18:28.702333380 +0200 +++ /work/SRC/openSUSE:Factory/.python-tornado.new.2990/python-tornado.changes 2019-11-07 23:12:49.324291328 +0100 @@ -1,0 +2,8 @@ +Tue Oct 1 13:36:35 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Require tornado5 for py2 and tornado6 for py3 as they + are in different versions +- Also switch from singlespec to explicit writeup for the obvious + distinction between different versions of 2 and 3 variant + +------------------------------------------------------------------- Old: ---- README.suse New: ---- README.SUSE ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tornado.spec ++++++ --- /var/tmp/diff_new_pack.LJF05l/_old 2019-11-07 23:12:49.740291783 +0100 +++ /var/tmp/diff_new_pack.LJF05l/_new 2019-11-07 23:12:49.744291787 +0100 @@ -18,19 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tornado -Version: 4.5.3 +Version: 5 Release: 0 Summary: Open source version of scalable, non-blocking web server that power FriendFeed License: Apache-2.0 -Source0: README.suse -Group: Development/Languages/Python -Url: http://www.tornadoweb.org -BuildRequires: %{pythons} -BuildRequires: python-rpm-macros -Requires: python-tornado-impl = %{version} -Requires: python-tornado-impl = %{version} +URL: http://www.tornadoweb.org +Source0: README.SUSE BuildArch: noarch -%python_subpackages %description Tornado is an open source version of the scalable, non-blocking web server and @@ -48,17 +42,66 @@ FriendFeed servers. (For more information on scaling servers to support thousands of clients, see The C10K problem.) +%package -n python2-tornado +Version: 5.1 +Release: 0 +Summary: Open source version of scalable, non-blocking web server that power FriendFeed +Requires: python2-tornado5 +Provides: python-tornado = %{version} +Obsoletes: python-tornado < %{version} + +%description -n python2-tornado +Tornado is an open source version of the scalable, non-blocking web server and +tools that power FriendFeed. The FriendFeed application is written using a web +framework that looks a bit like web.py or Google's webapp, but with additional +tools and optimizations to take advantage of the underlying non-blocking +infrastructure. + +The framework is distinct from most mainstream web server frameworks (and +certainly most Python frameworks) because it is non-blocking and reasonably +fast. Because it is non-blocking and uses epoll, it can handle thousands of +simultaneous standing connections, which means it is ideal for real-time web +services. We built the web server specifically to handle FriendFeed's real-time +features — every active user of FriendFeed maintains an open connection to the +FriendFeed servers. (For more information on scaling servers to support +thousands of clients, see The C10K problem.) + +%package -n python3-tornado +Version: 6.0 +Release: 0 +Summary: Open source version of scalable, non-blocking web server that power FriendFeed +Requires: python3-tornado6 + +%description -n python3-tornado +Tornado is an open source version of the scalable, non-blocking web server and +tools that power FriendFeed. The FriendFeed application is written using a web +framework that looks a bit like web.py or Google's webapp, but with additional +tools and optimizations to take advantage of the underlying non-blocking +infrastructure. + +The framework is distinct from most mainstream web server frameworks (and +certainly most Python frameworks) because it is non-blocking and reasonably +fast. Because it is non-blocking and uses epoll, it can handle thousands of +simultaneous standing connections, which means it is ideal for real-time web +services. We built the web server specifically to handle FriendFeed's real-time +features — every active user of FriendFeed maintains an open connection to the +FriendFeed servers. (For more information on scaling servers to support +thousands of clients, see The C10K problem.) + %prep %setup -q -T -c cp %{SOURCE0} . %build -# None +: %install -# None +: + +%files -n python2-tornado +%doc README.SUSE -%files %{python_files} -%doc README.suse +%files -n python3-tornado +%doc README.SUSE %changelog ++++++ README.SUSE ++++++ This package should always depend on the preferred numbered version of tornado, so "python-tornadoX" where "X" is the major version number.
