!7 Provide python-markdown

From: @ultra_planet
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-09-27 08:40:59 +00:00 committed by Gitee
commit 7d5ea027f5

View File

@ -3,7 +3,7 @@
Name: python-markdown Name: python-markdown
Version: 2.4.1 Version: 2.4.1
Release: 14 Release: 15
Summary: A Python implementation of John Grubers Markdown Summary: A Python implementation of John Grubers Markdown
License: BSD License: BSD
URL: https://pypi.org/project/Markdown/ URL: https://pypi.org/project/Markdown/
@ -22,6 +22,7 @@ though there are a few known issues.
Summary: A Python implementation of John Grubers Markdown Summary: A Python implementation of John Grubers Markdown
Requires: python >= 2.6 Requires: python >= 2.6
Provides: python2-markdown(abi) = 2.4 Provides: python2-markdown(abi) = 2.4
%{?python_provide:%python_provide python2-markdown}
%description -n python2-markdown %description -n python2-markdown
This is a Python implementation of John Grubers Markdown. This is a Python implementation of John Grubers Markdown.
@ -32,6 +33,7 @@ though there are a few known issues.
Summary: Markdown implementation in Python Summary: Markdown implementation in Python
Requires: python3 >= 3.1 Requires: python3 >= 3.1
Provides: python3-markdown(abi) = 2.4 Provides: python3-markdown(abi) = 2.4
%{?python_provide:%python_provide python3-markdown}
%description -n python3-markdown %description -n python3-markdown
This is a Python implementation of John Grubers Markdown. This is a Python implementation of John Grubers Markdown.
@ -81,6 +83,9 @@ cd -
%{_bindir}/markdown_py-%{python3_version} %{_bindir}/markdown_py-%{python3_version}
%changelog %changelog
* Mon Sep 27 2021 lingsheng <lingsheng@huawei.com> - 2.4.1-15
- Provide python-markdown
* Tue Sep 29 2020 liuweibo <liuweibo10@huawei.com> - 2.4.1-14 * Tue Sep 29 2020 liuweibo <liuweibo10@huawei.com> - 2.4.1-14
- Fix Source0 - Fix Source0