From f41957fb3eaca8ddf50168d9997895db94842b88 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Mon, 27 Sep 2021 16:16:36 +0800 Subject: [PATCH] Provide python-markdown (cherry picked from commit 519ad6908ac1ee51ffb01e73c877402938b7cba9) --- python-markdown.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-markdown.spec b/python-markdown.spec index eab77d7..4273e1b 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -3,7 +3,7 @@ Name: python-markdown Version: 2.4.1 -Release: 14 +Release: 15 Summary: A Python implementation of John Gruber’s Markdown License: BSD URL: https://pypi.org/project/Markdown/ @@ -22,6 +22,7 @@ though there are a few known issues. Summary: A Python implementation of John Gruber’s Markdown Requires: python >= 2.6 Provides: python2-markdown(abi) = 2.4 +%{?python_provide:%python_provide python2-markdown} %description -n python2-markdown This is a Python implementation of John Gruber’s Markdown. @@ -32,6 +33,7 @@ though there are a few known issues. Summary: Markdown implementation in Python Requires: python3 >= 3.1 Provides: python3-markdown(abi) = 2.4 +%{?python_provide:%python_provide python3-markdown} %description -n python3-markdown This is a Python implementation of John Gruber’s Markdown. @@ -81,6 +83,9 @@ cd - %{_bindir}/markdown_py-%{python3_version} %changelog +* Mon Sep 27 2021 lingsheng - 2.4.1-15 +- Provide python-markdown + * Tue Sep 29 2020 liuweibo - 2.4.1-14 - Fix Source0 -- Gitee