From 3519b2d46ad6a14277f7c098eb1e5507c60f6092 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:23:42 +0000 Subject: [PATCH] Fix install error --- python-sphinx.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 9a83d21..2b04e41 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 -- Gitee