From af972da87fe5e88f0d54ac1f91f806c9d59cae02 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Wed, 1 Mar 2023 11:32:43 +0000 Subject: [PATCH] Fix install error --- python-doc8.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-doc8.spec b/python-doc8.spec index f0d0f4e..f588426 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: 4 +Release: 5 Summary: Style checker for Sphinx (or other) RST documentation License: Apache-2.0 URL: https://github.com/pycqa/doc8 @@ -26,7 +26,7 @@ BuildRequires: python3-docutils BuildRequires: python3-restructuredtext-lint BuildRequires: python3-six BuildRequires: python3-stevedore -BuildRequires: python3-pygments == 2.6.1 +BuildRequires: python3-pygments == 2.6.1 == 2.6.1 # Test requires BuildRequires: python3-testtools @@ -40,7 +40,7 @@ Requires: python3-docutils Requires: python3-restructuredtext-lint Requires: python3-six Requires: python3-stevedore -Requires: python3-pygments == 2.6.1 +Requires: python3-pygments == 2.6.1 == 2.6.1 %description -n python3-doc8 doc8 is an opinionated style checker for rst (with basic support for plain text) styles of documentation. @@ -98,6 +98,9 @@ pytest-3 %{_docdir}/* %changelog +* Wed Mar 01 2023 OpenStack_SIG +- Fix install error + * Tue Feb 21 2023 OpenStack_SIG - 0.8.1-4 - Fix install error -- Gitee