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