diff --git a/python-werkzeug.spec b/python-werkzeug.spec index 721b2f9d3813f1da177423d40daac9b5aef5e599..3af87aa7ad35855c993ddd31c3212342e2519ab9 100644 --- a/python-werkzeug.spec +++ b/python-werkzeug.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 1 %global srcname Werkzeug %global modname werkzeug @@ -6,7 +6,7 @@ %bcond_with test Name: python-%{modname} -Version: 3.0.1 +Version: 3.1.3 Release: %{anolis_release}%{?dist} Summary: Comprehensive WSGI web application library @@ -14,6 +14,7 @@ Summary: Comprehensive WSGI web application library License: BSD URL: https://werkzeug.palletsprojects.com Source0: https://github.com/pallets/werkzeug/releases/download/%{version}/%{modname}-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/w/werkzeug/werkzeug-3.1.3.tar.gz # Fixes PYTHONPATH handling in tests # Upstream: https://github.com/pallets/werkzeug/pull/2172 @@ -103,6 +104,10 @@ find examples/ -type f -name '*.png' -executable -print -exec chmod -x "{}" + %doc CHANGES.rst README.rst %changelog +* Wed Aug 20 2025 wenyuzifang - 3.1.3-1 +- Updated to version 3.1.3 to fix xxxxxxxxxx + + * Sat May 10 2025 yangjinlin01 - 3.0.1-4 - fix CVE-2024-49766 diff --git a/werkzeug-3.0.1.tar.gz b/werkzeug-3.0.1.tar.gz deleted file mode 100644 index ec6a1cd7bcc87c6f2573afa21b2edfded019ecf4..0000000000000000000000000000000000000000 Binary files a/werkzeug-3.0.1.tar.gz and /dev/null differ diff --git a/werkzeug-3.1.3.tar.gz b/werkzeug-3.1.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e455801f191be877058d2f0d39231878753814d5 Binary files /dev/null and b/werkzeug-3.1.3.tar.gz differ