!4 update release to 1.1.1 for LTS

Merge pull request !4 from tianwei/openEuler-20.03-LTS
This commit is contained in:
openeuler-ci-bot 2020-08-31 18:33:21 +08:00 committed by Gitee
commit 83e840c067
3 changed files with 11 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: 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 <tianwei12@huawei.com> - 1.1.1-1
- Type:NA
- ID:NA
- SUG:NA
- DESC:update to release 1.1.1
* Fri Aug 21 2020 shixuantong <shixuantong@huawei.com> - 1.0-4
- Type:NA
- ID:NA