<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/python-tornado, branch 2019.02-op-build</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2018-11-02T18:25:04+00:00</updated>
<entry>
<title>package/python-tornado: bump version to 5.1.1</title>
<updated>2018-11-02T18:25:04+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2018-11-02T10:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=2d74dbd2aae2fecdf667859348d49bc681b75d95'/>
<id>urn:sha1:2d74dbd2aae2fecdf667859348d49bc681b75d95</id>
<content type='text'>
Add hash for the license file.

Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>python-tornado: bump to version 5.0.2</title>
<updated>2018-06-24T14:01:49+00:00</updated>
<author>
<name>Jan Dohl</name>
<email>polygon@wh2.tu-dresden.de</email>
</author>
<published>2018-06-13T14:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=960f58a2d8bf123ac91201d793bd033130b29dba'/>
<id>urn:sha1:960f58a2d8bf123ac91201d793bd033130b29dba</id>
<content type='text'>
Tornado got a requirement on the SSL module in version 5.0.2
which is also checked in the setup.py script before installing.
Since the check in buildroot runs against the host-python which
is built without SSL support, these checks fail.

Adding OpenSSL support to host-python does not make sense since the
Python on the target will be a different one. Instead, remove the
checks (which, according to the source code comments essentially check
for Python &gt;= 2.7.9 / Python3 &gt;= 3.4 which is true for current
Buildroot) and select the SSL option of Python/Python3 when Tornado is
selected.

Signed-off-by: Jan Dohl &lt;polygon@wh2.tu-dresden.de&gt;
[Thomas: adjust commit title, convert patch to a Git formatted one.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>python-tornado: bump to version 4.5.1</title>
<updated>2017-05-05T19:15:49+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2017-05-05T14:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0cad2f2c6f2882b30a424edfacbc3e9f02c44e1c'/>
<id>urn:sha1:0cad2f2c6f2882b30a424edfacbc3e9f02c44e1c</id>
<content type='text'>
Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/python-tornado: bump version to 4.4.2</title>
<updated>2016-10-07T13:15:20+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2016-10-06T19:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=2473a312d424b33ae82f3da219332ca49dda5ed2'/>
<id>urn:sha1:2473a312d424b33ae82f3da219332ca49dda5ed2</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>python-tornado: bump to version 4.4.1</title>
<updated>2016-09-14T19:46:08+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2016-09-14T10:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=5757aaf36da8a34d7ff2e31a8738a45ec72734af'/>
<id>urn:sha1:5757aaf36da8a34d7ff2e31a8738a45ec72734af</id>
<content type='text'>
Remove upstream patch.

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>python-tornado: fix runtime dependencies</title>
<updated>2016-07-01T13:26:21+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2016-06-29T08:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c37648bac43344750bdff130cb3cda97fa9152f5'/>
<id>urn:sha1:c37648bac43344750bdff130cb3cda97fa9152f5</id>
<content type='text'>
According to setup.py tornado requires backports.ssl_match_hostname
for Python &lt; 3.2 and certifi for Python &lt; 3.4.

Actually both requirements are optional and tornado alone can work
without them, but Python packages like python-circus check requirements
at runtime and though they don't use this funtionality, they insist on
having these packages installed.

An upstream patch fixes backports.ssl_match_hostname dependency and
selecting python-certifi for Python 2 fixes certifi dependency till
this is fixed upstream.

Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>python-backports-abc: depend on Python 2.x</title>
<updated>2016-05-23T15:08:09+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2016-05-19T07:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=1e3515849f202b681e84f1b3001e6c938e070e08'/>
<id>urn:sha1:1e3515849f202b681e84f1b3001e6c938e070e08</id>
<content type='text'>
This package is a backport from Python 3.5, so it is not needed
for Python 3.5.x environment.

Fix python-tornado dependecies, so that python-backports-abc
is only selected for Python 2.x.

Reviewed-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>python-tornado: bump to 4.3</title>
<updated>2015-12-18T21:24:49+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2015-12-16T07:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=1e0bacf5533efa9d4e468b88807118aca29143fb'/>
<id>urn:sha1:1e0bacf5533efa9d4e468b88807118aca29143fb</id>
<content type='text'>
Add new run-time dependencies:

PYTHON_SINGLEDISPATCH for Python 2.7.x
PYTHON_BACKPORTS_ABC for both Python versions

Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>python-tornado: bump to 4.2</title>
<updated>2015-06-18T21:25:08+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2015-06-17T19:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=6242bf34fdba1fbd5ce31859a893ce8b9bb1ad2e'/>
<id>urn:sha1:6242bf34fdba1fbd5ce31859a893ce8b9bb1ad2e</id>
<content type='text'>
Add md5 from pypi.python.org.

Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>python-tornado: bump to 4.1</title>
<updated>2015-03-24T23:50:30+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2015-03-24T19:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=57e1bdaa7eb37d7a62fe536b39e077de0050a15e'/>
<id>urn:sha1:57e1bdaa7eb37d7a62fe536b39e077de0050a15e</id>
<content type='text'>
Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
