diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 59cff92..e2e6626 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -1,5 +1,5 @@ Name: python-argcomplete -Version: 3.4.0 +Version: 3.5.0 Release: 1mamba Summary: Easy, extensible command line tab completion of arguments for your Python script Group: System/Libraries @@ -11,6 +11,7 @@ Source: https://pypi.debian.net/argcomplete/argcomplete-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END %description @@ -44,6 +45,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/argcomplete-%{version}-py*.egg-info/* %changelog +* Wed Aug 07 2024 Automatic Build System 3.5.0-1mamba +- automatic version update by autodist + * Sun Jun 16 2024 Automatic Build System 3.4.0-1mamba - automatic version update by autodist