From 303ca526c907fad928e9e19a2ba2f232ceb1d298 Mon Sep 17 00:00:00 2001 From: wangxiao65 <287608437@qq.com> Date: Thu, 29 Oct 2020 11:47:45 +0800 Subject: [PATCH 1/2] drop python2 subpackage --- python-markdown.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-markdown.spec b/python-markdown.spec index eb31a8b..2794113 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -2,7 +2,7 @@ Name: python-markdown Version: 3.3.1 -Release: 1 +Release: 2 Summary: A Python implementation of John Gruber’s Markdown License: BSD URL: https://pypi.org/project/Markdown/ @@ -10,7 +10,7 @@ Source0: https://pypi.python.org/packages/source/M/Markdown/Markdown-%{ve BuildArch: noarch -BuildRequires: python-devel >= 2.6 python-nose python3-devel >= 3.1 python3-nose python3-pyaml +BuildRequires: python3-devel >= 3.1 python3-nose python3-pyaml %description This is a Python implementation of John Gruber’s Markdown. @@ -46,7 +46,9 @@ find docs -type f -exec sed -i 's/\r//' {} \; %{_bindir}/markdown_py %changelog -%changelog +* Tue Oct 27 2020 wangxiao - 3.3.1-2 +- drop python2 subpackage + * Thu Oct 15 2020 Zhipeng Xie - 3.3.1-1 - upgrade to 3.3.1 From f18c137f5e5f82600d06adc29376b0f5801a73b9 Mon Sep 17 00:00:00 2001 From: wangxiao65 <287608437@qq.com> Date: Thu, 29 Oct 2020 17:13:24 +0800 Subject: [PATCH 2/2] remove python2 buildrequires --- python-markdown.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-markdown.spec b/python-markdown.spec index 2794113..1bcc25a 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -47,7 +47,7 @@ find docs -type f -exec sed -i 's/\r//' {} \; %changelog * Tue Oct 27 2020 wangxiao - 3.3.1-2 -- drop python2 subpackage +- remove python2 buildrequires * Thu Oct 15 2020 Zhipeng Xie - 3.3.1-1 - upgrade to 3.3.1