diff --git a/python-packaging.spec b/python-packaging.spec index 64eefee12b5820264e9f758bb9eca4a82357e28c..a2139e55c6adce2171583e24754e8f75d52efb6b 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -2,7 +2,7 @@ Name: python-packaging Version: 20.4 -Release: 2 +Release: 3 Summary: Some core utilities for python packages License: BSD and ASL 2.0 URL: https://github.com/pypa/packaging @@ -12,7 +12,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-devel python3-pytest python3-pretend python3-pyparsing python3-six BuildRequires: python3-pip python3-wheel %if %{without bootstrap} -BuildRequires: python3-sphinx +BuildRequires: python3-sphinx == 2.2.0 %endif %description @@ -60,6 +60,9 @@ rm -rf html/_static/fonts/ %doc html LICENSE LICENSE.APACHE LICENSE.BSD %changelog +* Thu Mar 02 2023 OpenStack_SIG - 20.4-3 +- Fix install error + * Thur Jan 27 2022 huangtianhua - 20.4-2 - Remove python2 support