automatic version update by autodist [release 3.0.2-1mamba;Sun Oct 22 2023]

This commit is contained in:
Automatic Build System 2024-01-05 16:26:49 +01:00
parent f9573d4c2e
commit 02350c56c8

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pylint
Version: 2.17.7
Version: 3.0.2
Release: 1mamba
Summary: Python code static checker
Group: Development/Libraries/Python
@ -58,14 +58,13 @@ rm -rf %{buildroot}%{python_sitelib}/pylint/test
%if "%{?with_pyver}" != "3"
# Rename any conflicting file outside of python site packages tree
for f in %{_bindir}/{epylint,pylint,pylint-config,pyreverse,symilar}; do
for f in %{_bindir}/{pylint,pylint-config,pyreverse,symilar}; do
mv %{buildroot}${f}{,-%{?pyappend}}
done
%endif
%files %{?pyappend}
%defattr(-,root,root)
%{_bindir}/epylint*
%{_bindir}/pylint*
%{_bindir}/pyreverse*
%{_bindir}/symilar*
@ -76,6 +75,15 @@ done
%doc LICENSE
%changelog
* Sun Oct 22 2023 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
- automatic version update by autodist
* Fri Oct 06 2023 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
- automatic version update by autodist
* Wed Oct 04 2023 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
- automatic version update by autodist
* Sun Oct 01 2023 Automatic Build System <autodist@mambasoft.it> 2.17.7-1mamba
- automatic version update by autodist