From 54c47e2345c775b943f4f69121637c9271e59d74 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:49:28 +0800 Subject: [PATCH] update code --- python-markupsafe.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/python-markupsafe.spec b/python-markupsafe.spec index 6146a19..b2e5b9f 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -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 - 1.0-3 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:move author from doc to license + * Mon Sep 16 2019 openEuler Buildteam - 1.0-2 - Package init