automatic version update by autodist [release 3.0.2-1mamba;Sun Oct 22 2023]
This commit is contained in:
parent
f9573d4c2e
commit
02350c56c8
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-pylint
|
Name: python-pylint
|
||||||
Version: 2.17.7
|
Version: 3.0.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Python code static checker
|
Summary: Python code static checker
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
@ -58,14 +58,13 @@ rm -rf %{buildroot}%{python_sitelib}/pylint/test
|
|||||||
|
|
||||||
%if "%{?with_pyver}" != "3"
|
%if "%{?with_pyver}" != "3"
|
||||||
# Rename any conflicting file outside of python site packages tree
|
# 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}}
|
mv %{buildroot}${f}{,-%{?pyappend}}
|
||||||
done
|
done
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files %{?pyappend}
|
%files %{?pyappend}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/epylint*
|
|
||||||
%{_bindir}/pylint*
|
%{_bindir}/pylint*
|
||||||
%{_bindir}/pyreverse*
|
%{_bindir}/pyreverse*
|
||||||
%{_bindir}/symilar*
|
%{_bindir}/symilar*
|
||||||
@ -76,6 +75,15 @@ done
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Oct 01 2023 Automatic Build System <autodist@mambasoft.it> 2.17.7-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user