From 9489ec154658b7938260f16b331741e68c783f84 Mon Sep 17 00:00:00 2001 From: "DESKTOP-FFQ7OSJ\\jean" Date: Fri, 7 Jan 2022 13:59:12 +0800 Subject: [PATCH] add python3-importlib_metadata to BuildRequires --- python-markdown.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-markdown.spec b/python-markdown.spec index c2b3b7d..f98eadd 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -2,7 +2,7 @@ Name: python-markdown Version: 3.3.1 -Release: 4 +Release: 5 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: python3-devel >= 3.1 python3-nose2 python3-pyyaml +BuildRequires: python3-devel >= 3.1 python3-nose2 python3-pyyaml python3-importlib_metadata %description This is a Python implementation of John Gruber’s Markdown. @@ -47,6 +47,9 @@ find docs -type f -exec sed -i 's/\r//' {} \; %{_bindir}/markdown_py %changelog +* Fri Jan 07 2022 wujie - 3.3.1-5 +- Add python3-importlib_metadata to BuildRequires + * Wed Jan 05 2022 Ge Wang - 3.3.1-4 - Change BuildRequires from python3-nose to python3-nose2 due to python3-nose is abandoned -- Gitee