diff --git a/MarkupSafe-1.0.tar.gz b/MarkupSafe-1.0.tar.gz deleted file mode 100644 index 606021aef2c366a0af456a83b2f39b84ffb3b396..0000000000000000000000000000000000000000 Binary files a/MarkupSafe-1.0.tar.gz and /dev/null differ diff --git a/MarkupSafe-1.1.1.tar.gz b/MarkupSafe-1.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a6dad8e8548c37cd3a2888fad72eeed547c0997e Binary files /dev/null and b/MarkupSafe-1.1.1.tar.gz differ diff --git a/python-markupsafe.spec b/python-markupsafe.spec index f99acf5feafb4218ec5a6cdcc3b86606f69c384c..1c3926a48c9157dc0b49abf4eb802c51f49afbfe 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.0 -Release: 4 +Version: 1.1.1 +Release: 1 Summary: Safely add untrusted strings to HTML/XML markup. License: BSD URL: https://pypi.org/project/MarkupSafe/ @@ -45,21 +45,27 @@ BuildRequires: python3-devel python2-setuptools %files -n python2-markupsafe -%license LICENSE AUTHORS +%license LICENSE.rst %{python2_sitearch}/*.egg-info/ %exclude %{python2_sitearch}/markupsafe/_speedups.c %{python2_sitearch}/markupsafe/ %files -n python3-markupsafe -%license LICENSE AUTHORS +%license LICENSE.rst %{python3_sitearch}/*.egg-info/ %exclude %{python3_sitearch}/markupsafe/_speedups.c %{python3_sitearch}/markupsafe/ %files help -%doc CHANGES README.rst +%doc CHANGES.rst README.rst %changelog +* Mon Aug 31 2020 tianwei - 1.1.1-1 +- Type:NA +- ID:NA +- SUG:NA +- DESC:update to release 1.1.1 + * Fri Aug 21 2020 shixuantong - 1.0-4 - Type:NA - ID:NA