Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2020-04-15 20:04:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tornado (Old)
 and      /work/SRC/openSUSE:Factory/.python-tornado.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tornado"

Wed Apr 15 20:04:57 2020 rev:56 rq:792451 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes    
2019-11-07 23:12:49.324291328 +0100
+++ /work/SRC/openSUSE:Factory/.python-tornado.new.2738/python-tornado.changes  
2020-04-15 20:07:30.722146647 +0200
@@ -1,0 +2,5 @@
+Wed Apr  8 12:17:24 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Add conditional so we can dynamically turn off python2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-tornado.spec ++++++
--- /var/tmp/diff_new_pack.0KwTgI/_old  2020-04-15 20:07:31.938147474 +0200
+++ /var/tmp/diff_new_pack.0KwTgI/_new  2020-04-15 20:07:31.938147474 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tornado
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:           python-tornado
 Version:        5
 Release:        0
@@ -98,8 +99,10 @@
 %install
 :
 
+%if %{with python2}
 %files -n python2-tornado
 %doc README.SUSE
+%endif
 
 %files -n python3-tornado
 %doc README.SUSE


Reply via email to