diff --git a/python-Werkzeug.changes b/python-Werkzeug.changes index 69fc2ab..2699997 100644 --- a/python-Werkzeug.changes +++ b/python-Werkzeug.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Aug 26 14:36:39 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 3.0.4 + * Restore behavior where parsing `multipart/x-www-form-urlencoded` data with + invalid UTF-8 bytes in the body results in no form data parsed rather than a + 413 error. :issue:`2930` + * Improve ``parse_options_header`` performance when parsing unterminated + quoted string values. :issue:`2904` + * Debugger pin auth is synchronized across threads/processes when tracking + failed entries. :issue:`2916` + * Dev server handles unexpected `SSLEOFError` due to issue in Python < 3.13. + :issue:`2926` + * Debugger pin auth works when the URL already contains a query string. + :issue:`2918` + ------------------------------------------------------------------- Tue May 7 06:01:38 UTC 2024 - Daniel Garcia diff --git a/python-Werkzeug.spec b/python-Werkzeug.spec index 4e2b145..bd61a07 100644 --- a/python-Werkzeug.spec +++ b/python-Werkzeug.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-Werkzeug%{psuffix} -Version: 3.0.3 +Version: 3.0.4 Release: 0 Summary: The Swiss Army knife of Python web development License: BSD-3-Clause diff --git a/werkzeug-3.0.3.tar.gz b/werkzeug-3.0.3.tar.gz deleted file mode 100644 index ef5d5e4..0000000 --- a/werkzeug-3.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:097e5bfda9f0aba8da6b8545146def481d06aa7d3266e7448e2cccf67dd8bd18 -size 803342 diff --git a/werkzeug-3.0.4.tar.gz b/werkzeug-3.0.4.tar.gz new file mode 100644 index 0000000..7af32ab --- /dev/null +++ b/werkzeug-3.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f2371506b250df4d4f84bfe7b0921e4762525762bbd936614909fe25cd7306 +size 803966