diff --git a/python-doc8.spec b/python-doc8.spec index 4fa70621604707689b510b6e4dd3bd06e0e5e298..24cbbfbd9ec159f2b6abce910ac2c5e696ccc2b0 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: 2 +Release: 3 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 +BuildRequires: python3-pygments == 2.8.1 # Test requires BuildRequires: python3-testtools BuildRequires: python3-mock @@ -39,7 +39,7 @@ Requires: python3-docutils Requires: python3-restructuredtext-lint Requires: python3-six Requires: python3-stevedore -Requires: python3-pygments +Requires: python3-pygments == 2.8.1 %description -n python3-doc8 doc8 is an opinionated style checker for rst (with basic support for plain text) styles of documentation. @@ -97,6 +97,9 @@ pytest %{_docdir}/* %changelog +* Wed Mar 01 2023 OpenStack_SIG - 0.8.1-3 +- Fix install error + * Fri Mar 04 2022 huangtianhua - 0.8.1-2 - Remove python3-nose requires