diff --git a/MarkupSafe-2.1.3.tar.gz b/MarkupSafe-2.1.3.tar.gz deleted file mode 100644 index 4faf695647daa795d8072edc8774b409d2dbd7c2..0000000000000000000000000000000000000000 Binary files a/MarkupSafe-2.1.3.tar.gz and /dev/null differ diff --git a/MarkupSafe-2.1.5.tar.gz b/MarkupSafe-2.1.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e63f1921dd25fabe791b7356c08b62edbe32eabb Binary files /dev/null and b/MarkupSafe-2.1.5.tar.gz differ diff --git a/python-markupsafe.spec b/python-markupsafe.spec index caf2b6efd881330301ad390267485c3107201fb6..4eb2b280fb0887660ce306ed3a81d2ec887451d3 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -4,7 +4,7 @@ Characters that have special meanings are replaced so that they display as the a This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page. Name: python-markupsafe -Version: 2.1.3 +Version: 2.1.5 Release: 1 Summary: Safely add untrusted strings to HTML/XML markup. License: BSD @@ -45,6 +45,11 @@ BuildRequires: python3-devel python3-setuptools gcc %doc README.rst %changelog +* Wed Jun 12 2024 zeng liwen - 2.1.5-1 +- Update to 2.1.5 +- Don’t use regular expressions for striptags, avoiding a performance issue +- Fix striptags not collapsing spaces + * Wed Jul 12 2023 sunhui - 2.1.3-1 - Update package to version 2.1.3