diff --git a/python-whitenoise.spec b/python-whitenoise.spec index 7fc7bbd0f0fa51df41ec2793251158bc51acd316..2744701b7d4f678d1698d20379eb54520b2b65fc 100644 --- a/python-whitenoise.spec +++ b/python-whitenoise.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-whitenoise -Version: 6.7.0 +Version: 6.8.0 Release: 1 Summary: Static file serving for Python web apps License: MIT URL: http://whitenoise.evans.io/ -Source0: https://files.pythonhosted.org/packages/64/b8/86451d63ef5e1a9c480b52759d9db25ba85c3420ebdaf039057ed152a4c1/whitenoise-6.7.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/w/whitenoise/whitenoise-%{version}.tar.gz BuildArch: noarch %description @@ -90,6 +90,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 19 2024 songliyang - 6.8.0-1 +- pdate package to version 6.8.0 +- 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 + * Wed Jul 24 2024 dongqi - 6.7.0-1 - Update package to version 6.7.0 Support Django 5.1. diff --git a/whitenoise-6.7.0.tar.gz b/whitenoise-6.7.0.tar.gz deleted file mode 100644 index c1937db375e46545533c5c562ce448180e170a34..0000000000000000000000000000000000000000 Binary files a/whitenoise-6.7.0.tar.gz and /dev/null differ diff --git a/whitenoise-6.8.0.tar.gz b/whitenoise-6.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b052a4fc7216717f3fd17488258b6483974d5a95 Binary files /dev/null and b/whitenoise-6.8.0.tar.gz differ