From c3ed33bc2319ddfd9f9bd4852fb77a3e65939ea5773946e4badd182747f8a7de Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 20 Nov 2024 16:42:29 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=206.8.2:=20=20=20*=20Fix=20comp?= =?UTF-8?q?ression=20speed=20gains=20for=20the=20thread=20pool=20when=20ru?= =?UTF-8?q?nning=20=20=20=20=20Django=E2=80=99s=20collectstatic.=20The=20t?= =?UTF-8?q?hread=20pool=20had=20no=20effect=20due=20to=20=20=20=20=20use?= =?UTF-8?q?=20of=20a=20generator=20for=20the=20results,=20a=20refactoring?= =?UTF-8?q?=20introduced=20=20=20=20=20when=20reviewing=20the=20initial=20?= =?UTF-8?q?PR.=20Thanks=20to=20Petr=20P=C5=99ikryl=20for=20the=20=20=20=20?= =?UTF-8?q?=20investigation=20and=20fix=20in=20PR=20#616.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whitenoise?expand=0&rev=23 --- python-whitenoise.changes | 10 ++++++++++ python-whitenoise.spec | 2 +- whitenoise-6.8.1.tar.gz | 3 --- whitenoise-6.8.2.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 whitenoise-6.8.1.tar.gz create mode 100644 whitenoise-6.8.2.tar.gz diff --git a/python-whitenoise.changes b/python-whitenoise.changes index 2ac9de2..6853cdc 100644 --- a/python-whitenoise.changes +++ b/python-whitenoise.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 20 16:42:25 UTC 2024 - Dirk Müller + +- update to 6.8.2: + * 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. Thanks to Petr Přikryl for the + investigation and fix in PR #616. + ------------------------------------------------------------------- Wed Oct 30 19:55:17 UTC 2024 - Dirk Müller diff --git a/python-whitenoise.spec b/python-whitenoise.spec index 2844a07..49ae5a3 100644 --- a/python-whitenoise.spec +++ b/python-whitenoise.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-whitenoise -Version: 6.8.1 +Version: 6.8.2 Release: 0 Summary: Static file serving for WSGI applications License: MIT diff --git a/whitenoise-6.8.1.tar.gz b/whitenoise-6.8.1.tar.gz deleted file mode 100644 index ca2acde..0000000 --- a/whitenoise-6.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:119f6d32bf74ea0d9e7aa646d99cfef086396f5c4e86ce3244d9b7b1b685286d -size 57141 diff --git a/whitenoise-6.8.2.tar.gz b/whitenoise-6.8.2.tar.gz new file mode 100644 index 0000000..1f32e6d --- /dev/null +++ b/whitenoise-6.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4f0fc05534dd0f2e881f8e9a9d0db4fe5414d0f453ff5acde9f6835e75e233 +size 57336