remove requirement for importlib-metadata < 6 [release 2.1.1-2mamba;Thu Mar 09 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 10:45:08 +01:00
parent b93ce7aede
commit f1a6e839f4

View File

@ -1,6 +1,6 @@
Name: python-argcomplete
Version: 2.0.0
Release: 1mamba
Version: 2.1.1
Release: 2mamba
Summary: Easy, extensible command line tab completion of arguments for your Python script
Group: System/Libraries
Vendor: openmamba
@ -23,6 +23,7 @@ BuildRequires: python3.7dist(importlib-metadata)
%prep
%setup -q -n argcomplete-%{version}
sed -i "s|, < 6||" setup.py
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@ -44,6 +45,18 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/argcomplete-%{version}-py*.egg-info/*
%changelog
* Thu Mar 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1-2mamba
- remove requirement for importlib-metadata < 6
* Tue Mar 07 2023 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba
- automatic version update by autodist
* Mon Mar 06 2023 Automatic Build System <autodist@mambasoft.it> 2.0.6-1mamba
- automatic version update by autodist
* Sun Mar 05 2023 Automatic Build System <autodist@mambasoft.it> 2.0.5-1mamba
- automatic version update by autodist
* Tue Jan 04 2022 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
- automatic version update by autodist