update to release 1.1.1
This commit is contained in:
parent
fa3291cca3
commit
4195d97364
Binary file not shown.
BIN
MarkupSafe-1.1.1.tar.gz
Normal file
BIN
MarkupSafe-1.1.1.tar.gz
Normal file
Binary file not shown.
@ -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.
|
This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page.
|
||||||
|
|
||||||
Name: python-markupsafe
|
Name: python-markupsafe
|
||||||
Version: 1.0
|
Version: 1.1.1
|
||||||
Release: 3
|
Release: 6
|
||||||
Summary: Safely add untrusted strings to HTML/XML markup.
|
Summary: Safely add untrusted strings to HTML/XML markup.
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://pypi.org/project/MarkupSafe/
|
URL: https://pypi.org/project/MarkupSafe/
|
||||||
@ -45,21 +45,25 @@ BuildRequires: python3-devel python2-setuptools
|
|||||||
|
|
||||||
|
|
||||||
%files -n python2-markupsafe
|
%files -n python2-markupsafe
|
||||||
%license LICENSE AUTHORS
|
|
||||||
%{python2_sitearch}/*.egg-info/
|
%{python2_sitearch}/*.egg-info/
|
||||||
%exclude %{python2_sitearch}/markupsafe/_speedups.c
|
%exclude %{python2_sitearch}/markupsafe/_speedups.c
|
||||||
%{python2_sitearch}/markupsafe/
|
%{python2_sitearch}/markupsafe/
|
||||||
|
|
||||||
%files -n python3-markupsafe
|
%files -n python3-markupsafe
|
||||||
%license LICENSE AUTHORS
|
|
||||||
%{python3_sitearch}/*.egg-info/
|
%{python3_sitearch}/*.egg-info/
|
||||||
%exclude %{python3_sitearch}/markupsafe/_speedups.c
|
%exclude %{python3_sitearch}/markupsafe/_speedups.c
|
||||||
%{python3_sitearch}/markupsafe/
|
%{python3_sitearch}/markupsafe/
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc CHANGES README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 11 2019 yefei <yefei25@huawei.com> - 1.0-3
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user