pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-whitenoise
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 14 11:59:15 UTC 2025
Modified Files:
pkgsrc/www/py-whitenoise: Makefile distinfo
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.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-whitenoise/Makefile \
pkgsrc/www/py-whitenoise/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-whitenoise/Makefile
diff -u pkgsrc/www/py-whitenoise/Makefile:1.7 pkgsrc/www/py-whitenoise/Makefile:1.8
--- pkgsrc/www/py-whitenoise/Makefile:1.7 Mon Nov 11 07:29:29 2024
+++ pkgsrc/www/py-whitenoise/Makefile Tue Jan 14 11:59:15 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/11/11 07:29:29 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/01/14 11:59:15 adam Exp $
-DISTNAME= whitenoise-6.7.0
+DISTNAME= whitenoise-6.8.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/whitenoise/}
Index: pkgsrc/www/py-whitenoise/distinfo
diff -u pkgsrc/www/py-whitenoise/distinfo:1.7 pkgsrc/www/py-whitenoise/distinfo:1.8
--- pkgsrc/www/py-whitenoise/distinfo:1.7 Fri Sep 13 19:30:23 2024
+++ pkgsrc/www/py-whitenoise/distinfo Tue Jan 14 11:59:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/09/13 19:30:23 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/01/14 11:59:15 adam Exp $
-BLAKE2s (whitenoise-6.7.0.tar.gz) = 74808a12403867b94b9b2fbdef64625d12a25a9dec5ebf608affa36e233367fa
-SHA512 (whitenoise-6.7.0.tar.gz) = 452636eb9b138b40de9ec1b0ed7e0156721aa00809407d38f0ecfde08ef1e5c18a48233139c2e8118c59ba12f711a38294cc38354d49801ad39da8d01a7280b0
-Size (whitenoise-6.7.0.tar.gz) = 24973 bytes
+BLAKE2s (whitenoise-6.8.2.tar.gz) = 38b844fb6a216d419b05ca31c870da2260c1997534a59c0e41a00a6d132c3104
+SHA512 (whitenoise-6.8.2.tar.gz) = 3bb7c17274333595cda473c84e6f6ed5d7a9ed84446ae06bd8ead93438bc26bddeb7a06ae9cbd97a7bb3d2b8a5a976f4bc72fbfec7351f5ee7344e0984212663
+Size (whitenoise-6.8.2.tar.gz) = 25892 bytes
Home |
Main Index |
Thread Index |
Old Index