update to 1.1.1
This commit is contained in:
parent
129ce6f755
commit
4c0d49b639
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: 4
|
Release: 1
|
||||||
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,27 @@ BuildRequires: python3-devel python2-setuptools
|
|||||||
|
|
||||||
|
|
||||||
%files -n python2-markupsafe
|
%files -n python2-markupsafe
|
||||||
%license LICENSE AUTHORS
|
%license LICENSE.rst
|
||||||
%{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
|
%license LICENSE.rst
|
||||||
%{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 CHANGES.rst README.rst
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 21 2020 shixuantong <shixuantong@huawei.com> - 1.0-4
|
||||||
- Type:NA
|
- Type:NA
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user