From 1a13034f6d026f68b66026d10922db6824064c5b Mon Sep 17 00:00:00 2001 From: lingsheng Date: Mon, 27 Sep 2021 16:34:39 +0800 Subject: [PATCH] Provide python-markdown (cherry picked from commit 1754128714ee07f45e999c2e8f39fdacf0d655d8) --- python-markdown.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-markdown.spec b/python-markdown.spec index 1bcc25a..43471e2 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -2,7 +2,7 @@ Name: python-markdown Version: 3.3.1 -Release: 2 +Release: 3 Summary: A Python implementation of John Gruber’s Markdown License: BSD URL: https://pypi.org/project/Markdown/ @@ -20,6 +20,7 @@ though there are a few known issues. %package -n python3-markdown Summary: Markdown implementation in Python Requires: python3 >= 3.1 +%{?python_provide:%python_provide python3-markdown} %description -n python3-markdown This is a Python implementation of John Gruber’s Markdown. @@ -46,6 +47,9 @@ find docs -type f -exec sed -i 's/\r//' {} \; %{_bindir}/markdown_py %changelog +* Mon Sep 27 2021 lingsheng - 3.3.1-3 +- Provide python-markdown + * Tue Oct 27 2020 wangxiao - 3.3.1-2 - remove python2 buildrequires -- Gitee