!14 provide pythonXdist(markupsafe)

Merge pull request !14 from 桐小哥/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2021-12-29 03:55:37 +00:00 committed by Gitee
commit 4cb06bc879

View File

@ -5,7 +5,7 @@ This mitigates injection attacks, meaning untrusted user input can safely be dis
Name: python-markupsafe
Version: 2.0.1
Release: 1
Release: 2
Summary: Safely add untrusted strings to HTML/XML markup.
License: BSD
URL: https://pypi.org/project/MarkupSafe/
@ -16,6 +16,8 @@ Source0: https://files.pythonhosted.org/packages/source/M/MarkupSafe/Mark
%package -n python3-markupsafe
Summary: %{summary}
BuildRequires: python3-devel python3-setuptools gcc
Provides: python%{python3_pkgversion}dist(markupsafe) = %{version}
Provides: python%{python3_version}dist(markupsafe) = %{version}
%{?python_provide:%python_provide python3-markupsafe}
%description -n python3-markupsafe %_description
@ -45,6 +47,9 @@ BuildRequires: python3-devel python3-setuptools gcc
%doc README.rst
%changelog
* Wed Dec 29 2021 shixuantong <shixuantong@huawei.com> - 2.0.1-2
- provide pythonXdist(markupsafe)
* Thu Nov 25 2021 liudabo <liudabo1@huawei.com> - 2.0.1-1
- upgrade version to 2.0.1