summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-whitenoise_6.8.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-whitenoise: upgrade 6.7.0 -> 6.8.2Wang Mingyu2024-11-051-0/+18
Changelog: =========== - Fix compression speed gains for the thread pool when running Django's collectstatic. - Raise any errors from threads in the whitenoise.compress command. - Drop Django 3.2 to 4.1 support. - Drop Python 3.8 support. - Support Python 3.13. - Fix a bug introduced in version 6.0.0 where Range requests could lead to database connection errors in other requests. - Use Django's FORCE_SCRIPT_NAME setting correctly. - Compress files using a thread pool. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>