summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-whitenoise_6.6.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-whitenoise: Upgrade 6.6.0 -> 6.7.0Leon Anavi2024-06-211-18/+0
| | | | | | | | | Upgrade to version 6.7.0: - Support Django 5.1. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-whitenoise,python-libusb1: Remove AUTHOR fieldKhem Raj2024-06-141-1/+0
| | | | | | this field has been removed from recipes Signed-off-by: Khem Raj <raj.khem@gmail.com>
* whitenoise: add a new recipeFathi Boudra2024-02-121-0/+19
Radically simplified static file serving for Python web apps With a couple of lines of config WhiteNoise allows your web app to serve its own static files, making it a self-contained unit that can be deployed anywhere without relying on nginx, Amazon S3 or any other external service. https://whitenoise.readthedocs.io/en/latest/ Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>