diff --git a/MarkupSafe-2.0.1.tar.gz b/MarkupSafe-2.0.1.tar.gz deleted file mode 100644 index 7a37fc9..0000000 Binary files a/MarkupSafe-2.0.1.tar.gz and /dev/null differ diff --git a/MarkupSafe-2.1.0.tar.gz b/MarkupSafe-2.1.0.tar.gz new file mode 100644 index 0000000..ac8f90b Binary files /dev/null and b/MarkupSafe-2.1.0.tar.gz differ diff --git a/python-markupsafe.spec b/python-markupsafe.spec index c79865b..e4965ba 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.0.1 +Version: 2.1.0 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 +* Sun Jul 24 2022 liksh - 2.1.0-1 +- upgrade to 2.1.0 for openstack yoga + * Thu Nov 25 2021 liudabo - 2.0.1-1 - upgrade version to 2.0.1