Path to this page:
Subject: CVS commit: pkgsrc/www/py-whitenoise
From: Adam Ciarcinski
Date: 2025-01-14 12:59:15
Message id: 20250114115915.5DA3AFC1D@cvs.NetBSD.org
Log Message:
py-whitenoise: updated to 6.8.2
6.8.2 (2024-10-29)
Fix compression speed gains for the thread pool when running Django’s \
collectstatic. The thread pool had no effect due to use of a generator for the \
results, a refactoring introduced when reviewing the initial PR.
6.8.1 (2024-10-28)
Raise any errors from threads in the whitenoise.compress command.
Regression in 6.8.0.
6.8.0 (2024-10-28)
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. This reverts a change from \
version 5.3.0 that added a call to Django’s get_script_prefix() method outside \
of the request-response cycle.
Compress files using a thread pool. This speeds up the compression step up to \
four times in benchmarks.
Files: