update code
This commit is contained in:
parent
531fcf3a9b
commit
54c47e2345
@ -5,7 +5,7 @@ This mitigates injection attacks, meaning untrusted user input can safely be dis
|
||||
|
||||
Name: python-markupsafe
|
||||
Version: 1.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Safely add untrusted strings to HTML/XML markup.
|
||||
License: BSD
|
||||
URL: https://pypi.org/project/MarkupSafe/
|
||||
@ -45,20 +45,26 @@ BuildRequires: python3-devel python2-setuptools
|
||||
|
||||
|
||||
%files -n python2-markupsafe
|
||||
%license LICENSE
|
||||
%license LICENSE AUTHORS
|
||||
%{python2_sitearch}/*.egg-info/
|
||||
%exclude %{python2_sitearch}/markupsafe/_speedups.c
|
||||
%{python2_sitearch}/markupsafe/
|
||||
|
||||
%files -n python3-markupsafe
|
||||
%license LICENSE
|
||||
%license LICENSE AUTHORS
|
||||
%{python3_sitearch}/*.egg-info/
|
||||
%exclude %{python3_sitearch}/markupsafe/_speedups.c
|
||||
%{python3_sitearch}/markupsafe/
|
||||
|
||||
%files help
|
||||
%doc AUTHORS CHANGES README.rst
|
||||
%doc CHANGES README.rst
|
||||
|
||||
%changelog
|
||||
* Fri Oct 11 2019 yefei <yefei25@huawei.com> - 1.0-3
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:move author from doc to license
|
||||
|
||||
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0-2
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user