diff --git a/python-werkzeug.spec b/python-werkzeug.spec index aa82b5d03b462810b6964e6a68a1efa6b2eda71d..efe878825876c2814bc7533ef226b0f5ce679e31 100644 --- a/python-werkzeug.spec +++ b/python-werkzeug.spec @@ -2,7 +2,7 @@ %global pypi_name werkzeug Name: python-werkzeug -Version: 3.1.3 +Version: 3.1.4 Release: 1 Summary: The comprehensive WSGI web application library. License: BSD-3-Clause @@ -169,6 +169,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest -k 'not (test_serving)' %{_docdir}/* %changelog +* Wed Dec 10 2025 liliguang - 3.1.4-1 +-Update package to version 3.1.4 + * The debugger pin fails after 10 attempts instead of 11. + * Traceback rendering handles when the line number is beyond the available source lines. + * Improve CPU usage during Watchdog reloader. + * Thu Dec 05 2024 xu_ping <707078654@qq.com> - 3.1.3-1 - Update package to version 3.1.3 * Drop support for Python 3.8. diff --git a/werkzeug-3.1.3.tar.gz b/werkzeug-3.1.3.tar.gz deleted file mode 100644 index 41d2be49431c2d335447d0a7e670848ce45dc099..0000000000000000000000000000000000000000 Binary files a/werkzeug-3.1.3.tar.gz and /dev/null differ diff --git a/werkzeug-3.1.4.tar.gz b/werkzeug-3.1.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..84bba5ec1852c926eb53bbfac2037607f67907ca Binary files /dev/null and b/werkzeug-3.1.4.tar.gz differ