diff --git a/python-cliff.spec b/python-cliff.spec index c154bc91ae1db060a46d3b0b31d85c2a5a1bb9ed..ca391bb0d088a663afcd6d2c325be807853dc026 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -4,7 +4,7 @@ Summary: Command Line Interface Formulation Framework Name: python-cliff Version: 4.2.0 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: https://pypi.io/pypi/cliff Source0: https://pypi.io/packages/source/c/cliff/cliff-%{version}.tar.gz @@ -20,8 +20,8 @@ Documentation for cliff is hosted on readthedocs.org at http://readthedocs.org/d %package -n python3-cliff Summary: Command Line Interface Formulation Framework -BuildRequires: python3-devel python3-setuptools python3-pbr python3-prettytable -BuildRequires: python3-stevedore python3-six python3-pyparsing python3-cmd2 python3-autopage +BuildRequires: python3-devel python3-setuptools python3-prettytable +BuildRequires: python3-stevedore python3-cmd2 python3-autopage BuildRequires: python3-importlib-metadata %if %{with tests} @@ -29,7 +29,8 @@ BuildRequires: bash which python3-subunit python3-PyYAML BuildRequires: python3-testtools python3-testscenarios python3-docutils %endif -Requires: python3-prettytable python3-stevedore python3-cmd2 python3-pyparsing python3-yaml python3-pbr python3-autopage +Requires: python3-prettytable python3-stevedore python3-cmd2 python3-yaml +Requires: python3-autopage python3-importlib-metadata %description -n python3-cliff cliff is a framework for building command line programs. It uses setuptools entry points to provide @@ -61,6 +62,9 @@ PYTHON=python3 python3 setup.py test %exclude %{python3_sitelib}/cliff/tests %changelog +* Sat Oct 07 2023 kianli - 4.2.0-2 +- Update requires for 4.2.0 + * Tue Sep 26 2023 Wang Guodong - 4.2.0-1 - Upgrade to version 4.2.0