From 3e1e9c7b566f992c37301384326df8c4dda285d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Tue, 21 Feb 2023 01:05:51 +0000 Subject: [PATCH] Fix install error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王玺源 --- python-doc8.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-doc8.spec b/python-doc8.spec index 8d900a7..f0d0f4e 100644 --- a/python-doc8.spec +++ b/python-doc8.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-doc8 Version: 0.8.1 -Release: 3 +Release: 4 Summary: Style checker for Sphinx (or other) RST documentation License: Apache-2.0 URL: https://github.com/pycqa/doc8 @@ -26,7 +26,8 @@ BuildRequires: python3-docutils BuildRequires: python3-restructuredtext-lint BuildRequires: python3-six BuildRequires: python3-stevedore -BuildRequires: python3-pygments +BuildRequires: python3-pygments == 2.6.1 + # Test requires BuildRequires: python3-testtools BuildRequires: python3-mock @@ -39,7 +40,7 @@ Requires: python3-docutils Requires: python3-restructuredtext-lint Requires: python3-six Requires: python3-stevedore -Requires: python3-pygments +Requires: python3-pygments == 2.6.1 %description -n python3-doc8 doc8 is an opinionated style checker for rst (with basic support for plain text) styles of documentation. @@ -97,6 +98,9 @@ pytest-3 %{_docdir}/* %changelog +* Tue Feb 21 2023 OpenStack_SIG - 0.8.1-4 +- Fix install error + * Fri Feb 11 2022 wangixyuan - 0.8.1-3 - Remove nose require -- Gitee