diff --git a/python-Werkzeug.changes b/python-Werkzeug.changes index 87abbc3..15e1968 100644 --- a/python-Werkzeug.changes +++ b/python-Werkzeug.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jan 7 15:28:53 UTC 2026 - John Paul Adrian Glaubitz + +- Update to 3.1.4 + * ``safe_join`` on Windows does not allow special device names. This prevents + reading from these when using `send_from_directory`. ``secure_filename`` + already prevented writing to these. :ghsa:`hgf8-39gv-g3f2` + * The debugger pin fails after 10 attempts instead of 11. :pr:`3020` + * The multipart form parser handles a ``\r\n`` sequence at a chunk boundary. + :issue:`3065` + * Improve CPU usage during Watchdog reloader. :issue:`3054` + * `Request.json` annotation is more accurate. :issue:`3067` + * Traceback rendering handles when the line number is beyond the available + source lines. :issue:`3044` + * `HTTPException.get_response` annotation and doc better conveys the + distinction between WSGI and sans-IO responses. :issue:`3056` + ------------------------------------------------------------------- Tue Nov 12 07:59:40 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-Werkzeug.spec b/python-Werkzeug.spec index 4d0b00d..05afa81 100644 --- a/python-Werkzeug.spec +++ b/python-Werkzeug.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-Werkzeug%{psuffix} -Version: 3.1.3 +Version: 3.1.4 Release: 0 Summary: The Swiss Army knife of Python web development License: BSD-3-Clause diff --git a/werkzeug-3.1.3.tar.gz b/werkzeug-3.1.3.tar.gz deleted file mode 100644 index b1ff960..0000000 --- a/werkzeug-3.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746 -size 806925 diff --git a/werkzeug-3.1.4.tar.gz b/werkzeug-3.1.4.tar.gz new file mode 100644 index 0000000..f527c2e --- /dev/null +++ b/werkzeug-3.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3cd98b1b92dc3b7b3995038826c68097dcb16f9baa63abe35f20eafeb9fe5e +size 864687