diff --git a/python-sphinx.spec b/python-sphinx.spec index 9a83d21d452b3a9254e775e0e8f4058928668d1a..2b04e411390f23cee45d0b4d2db0b1331f85b224 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,7 +1,7 @@ Name: python-Sphinx Version: 2.2.0 -Release: 2 +Release: 3 Summary: Python documentation generator License: BSD URL: http://sphinx-doc.org/ @@ -33,14 +33,14 @@ BuildRequires: python3-sphinxcontrib-htmlhelp BuildRequires: python3-sphinxcontrib-serializinghtml BuildRequires: python3-sphinxcontrib-qthelp BuildRequires: python3-jinja2 -BuildRequires: python3-pygments +BuildRequires: python3-pygments == 2.6.1 BuildRequires: python3-docutils BuildRequires: python3-snowballstemmer BuildRequires: python3-babel BuildRequires: python3-sphinx-theme-alabaster BuildRequires: python3-imagesize BuildRequires: python3-requests -BuildRequires: python3-packaging +BuildRequires: python3-packaging == 20.4 # Tests running requires BuildRequires: python3-pytest BuildRequires: python3-pytest-cov @@ -57,7 +57,7 @@ Requires: python3-sphinxcontrib-htmlhelp Requires: python3-sphinxcontrib-serializinghtml Requires: python3-sphinxcontrib-qthelp Requires: python3-jinja2 -Requires: python3-pygments +Requires: python3-pygments == 2.6.1 Requires: python3-docutils Requires: python3-snowballstemmer Requires: python3-babel @@ -65,7 +65,7 @@ Requires: python3-sphinx-theme-alabaster Requires: python3-imagesize Requires: python3-requests Requires: python3-setuptools -Requires: python3-packaging +Requires: python3-packaging == 20.4 Requires: python3-sphinxcontrib-websupport # Tests running requires Requires: python3-pytest @@ -140,6 +140,9 @@ make test %{_docdir}/* %changelog +* Thu Mar 02 2023 OpenStack_SIG - 2.2.0-3 +- Fix install error + * Fri Feb 11 2022 huangtianhua - 2.2.0-2 - Adds sphinx-{apidoc,autogen,build,quickstart}-3 commands back