summaryrefslogtreecommitdiffstats
path: root/package/python-tornado
Commit message (Collapse)AuthorAgeFilesLines
* python-tornado: fix runtime dependenciesYegor Yefremov2016-07-012-2/+40
| | | | | | | | | | | | | | | | | According to setup.py tornado requires backports.ssl_match_hostname for Python < 3.2 and certifi for Python < 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 <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-backports-abc: depend on Python 2.xYegor Yefremov2016-05-231-1/+1
| | | | | | | | | | | | 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) <arnout@mind.be> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-tornado: bump to 4.3Yegor Yefremov2015-12-183-3/+5
| | | | | | | | | | Add new run-time dependencies: PYTHON_SINGLEDISPATCH for Python 2.7.x PYTHON_BACKPORTS_ABC for both Python versions Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-tornado: bump to 4.2Yegor Yefremov2015-06-182-3/+4
| | | | | | | Add md5 from pypi.python.org. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-tornado: bump to 4.1Yegor Yefremov2015-03-252-2/+2
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-tornado: bump to 4.0.2Yegor Yefremov2015-01-083-3/+5
| | | | | | | Add a hash file. Also remove obsolete Python dependency statement. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-tornado: add zlib run-time dependencyYegor Yefremov2014-11-181-0/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: standardise Apache licensesSimon Dawson2014-01-021-1/+1
| | | | | | | | Apache licenses are referred to in a variety of ways; standardise these, choosing a form which does not contain whitespace. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-tornado: new packageRyan Barnett2013-12-152-0/+21
Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud