diff --git a/python-doc8.spec b/python-doc8.spec index 8d900a7d4afa61927f92927994409b208d5258a3..f0d0f4e4a959bcdd9330b97aec83985f8a42ba6f 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