diff --git a/MarkupSafe-1.1.1.tar.gz b/MarkupSafe-1.1.1.tar.gz deleted file mode 100644 index a6dad8e8548c37cd3a2888fad72eeed547c0997e..0000000000000000000000000000000000000000 Binary files a/MarkupSafe-1.1.1.tar.gz and /dev/null differ diff --git a/MarkupSafe-2.0.1.tar.gz b/MarkupSafe-2.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7a37fc9069a67e6fc00536671e7b846e2879d115 Binary files /dev/null and b/MarkupSafe-2.0.1.tar.gz differ diff --git a/python-markupsafe.spec b/python-markupsafe.spec index d884114fc13a85516a2e1b9bc5eaeae90852e7fc..c79865b841edc6eaeec9532d6878badb137da8e7 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -4,8 +4,8 @@ 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: 1.1.1 -Release: 8 +Version: 2.0.1 +Release: 1 Summary: Safely add untrusted strings to HTML/XML markup. License: BSD URL: https://pypi.org/project/MarkupSafe/ @@ -45,6 +45,9 @@ BuildRequires: python3-devel python3-setuptools gcc %doc README.rst %changelog +* Thu Nov 25 2021 liudabo - 2.0.1-1 +- upgrade version to 2.0.1 + * Wed Jun 23 2021 yuanxin - 1.1.1-8 - Type:bugfix - CVE:NA