summaryrefslogtreecommitdiffstats
path: root/package/python-flup
Commit message (Collapse)AuthorAgeFilesLines
* boot, package: use SPDX short identifier for BSD-2cRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-2c is BSD-2-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-2c/BSD-2-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-flup: bump to version 1.0.3.dev20161029Adam Duskett2017-03-022-6/+5
| | | | | Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-flup: add hash fileGustavo Zacarias2015-07-281-0/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-flup: re-add MIT licenseThomas Petazzoni2014-07-291-1/+1
| | | | | | | | | | | The MIT license was in the original submission, but I had removed it since I couldn't find where it was used. It is indeed used in flup/server/paste_factory.py as noted by the original submitter. Therefore, this commit adds the MIT license as one of the licenses of python-flup. Reported-by: Oli Vogt <oli.vogt.pub01@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-flup: new packageOli Vogt2014-07-272-0/+24
This module is useful to implement a fastCGI webserver Tested with ARM and Python 2.7.6 [Thomas: fix license informations.] Signed-off-by: oli vogt <oli.vogt.pub01@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud