Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python-gunicorn: bump to version 19.9.0 | Asaf Kahlon | 2018-09-10 | 1 | -3/+5 |
| | | | | | | | | | | | No need for setuptools on target anymore. Add license hash. Fixes: http://autobuild.buildroot.net/results/3d5/3d526c23ae17f03cbd771f6ad18390567c1c5d3a/ Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> | ||||
* | python-gunicorn: new package | Lionel Flandrin | 2017-02-05 | 1 | -0/+3 |
Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s a pre-fork worker model ported from Ruby’s Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy. Signed-off-by: Lionel Flandrin <lionel@svkt.org> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |