update to release 1.1.1

This commit is contained in:
weiwei_150212 2020-07-24 16:18:36 +08:00
parent fa3291cca3
commit 4195d97364
3 changed files with 9 additions and 5 deletions

Binary file not shown.

BIN
MarkupSafe-1.1.1.tar.gz Normal file

Binary file not shown.

View File

@ -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: 3
Version: 1.1.1
Release: 6
Summary: Safely add untrusted strings to HTML/XML markup.
License: BSD
URL: https://pypi.org/project/MarkupSafe/
@ -45,21 +45,25 @@ BuildRequires: python3-devel python2-setuptools
%files -n python2-markupsafe
%license LICENSE AUTHORS
%{python2_sitearch}/*.egg-info/
%exclude %{python2_sitearch}/markupsafe/_speedups.c
%{python2_sitearch}/markupsafe/
%files -n python3-markupsafe
%license LICENSE AUTHORS
%{python3_sitearch}/*.egg-info/
%exclude %{python3_sitearch}/markupsafe/_speedups.c
%{python3_sitearch}/markupsafe/
%files help
%doc CHANGES README.rst
%doc README.rst
%changelog
* Sat Jul 25 2020 tianwei <tianwei12@huawei.com> - 1.1.1-6
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update to release 1.1.1
* Fri Oct 11 2019 yefei <yefei25@huawei.com> - 1.0-3
- Type:enhancement
- ID:NA