diff --git a/MarkupSafe-2.1.0.tar.gz b/MarkupSafe-2.1.0.tar.gz deleted file mode 100644 index ac8f90bdbcd45b5d0bc205c9dc2616a894f10e7b..0000000000000000000000000000000000000000 Binary files a/MarkupSafe-2.1.0.tar.gz and /dev/null differ diff --git a/MarkupSafe-2.1.1.tar.gz b/MarkupSafe-2.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3bc5b50d72165b00d5a6ff1aae57f6b171dec254 Binary files /dev/null and b/MarkupSafe-2.1.1.tar.gz differ diff --git a/python-markupsafe.spec b/python-markupsafe.spec index e4965baa895c5db99220126ba241ca0a6bc6ec95..111a9787bbe14579df6e828b0b9c60507f3ee59c 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.0 +Version: 2.1.1 Release: 1 Summary: Safely add untrusted strings to HTML/XML markup. License: BSD @@ -45,6 +45,9 @@ BuildRequires: python3-devel python3-setuptools gcc %doc README.rst %changelog +* Wed Apr 10 2024 wangjing - 2.1.1-1 +- update package of version 2.1.1 + * Sun Jul 24 2022 liksh - 2.1.0-1 - upgrade to 2.1.0 for openstack yoga