provide pythonXdist(markupsafe)
This commit is contained in:
parent
f288620ec1
commit
7ab7bb4735
@ -5,7 +5,7 @@ This mitigates injection attacks, meaning untrusted user input can safely be dis
|
|||||||
|
|
||||||
Name: python-markupsafe
|
Name: python-markupsafe
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
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/
|
||||||
@ -16,6 +16,8 @@ Source0: https://files.pythonhosted.org/packages/source/M/MarkupSafe/Mark
|
|||||||
%package -n python3-markupsafe
|
%package -n python3-markupsafe
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
BuildRequires: python3-devel python3-setuptools gcc
|
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}
|
%{?python_provide:%python_provide python3-markupsafe}
|
||||||
|
|
||||||
%description -n python3-markupsafe %_description
|
%description -n python3-markupsafe %_description
|
||||||
@ -45,6 +47,9 @@ BuildRequires: python3-devel python3-setuptools gcc
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 25 2021 liudabo <liudabo1@huawei.com> - 2.0.1-1
|
||||||
- upgrade version to 2.0.1
|
- upgrade version to 2.0.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user