Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2015-10-06 13:25:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2015-09-30 05:52:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-tornado.new/python-tornado.changes       
2015-10-06 13:25:15.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 30 09:11:37 UTC 2015 - [email protected]
+
+- python-certifi is an optional depedency when python 2.7.9 is available.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-tornado.spec ++++++
--- /var/tmp/diff_new_pack.bzTEpM/_old  2015-10-06 13:25:16.000000000 +0200
+++ /var/tmp/diff_new_pack.bzTEpM/_new  2015-10-06 13:25:16.000000000 +0200
@@ -27,13 +27,27 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-backports.ssl_match_hostname
 BuildRequires:  python-devel
-BuildRequires:  python-certifi
 BuildRequires:  python-futures
 BuildRequires:  python-pycurl
 BuildRequires:  python-setuptools
 BuildRequires:  python-simplejson
 Requires:       python-backports.ssl_match_hostname
+
+# Tornado requires python-certifi when the ssl module
+# does not provide the 'create_default_context' function.
+# The ssl module is part of the python package.
+# Starting from python 2.7.9 the ssl module satisfies
+# tornado's requirement, making the python-certifi package
+# optional.
+# Python 2.7.9 is availalbe on SLE12 Updates channel and is going
+# to be available also on openSUSE leap.
+%if 0%{?sles_version} >= 12 || 0%{suse_version} > 1320
+Requires:       python >= 2.7.9
+%else
+BuildRequires:  python-certifi
 Requires:       python-certifi
+%endif
+
 Requires:       python-simplejson
 %if 0%{?suse_version}
 Recommends:     python-futures


Reply via email to