automatic version update by autodist [release 3.0.3-1mamba;Mon Dec 11 2023]

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

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pylint
Version: 3.0.2
Version: 3.0.3
Release: 1mamba
Summary: Python code static checker
Group: Development/Libraries/Python
@ -11,6 +11,7 @@ URL: https://pypi.org/project/pylint/
Source: https://pypi.debian.net/pylint/pylint-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: (python3.11dist(isort) < 5.13 or python3.11dist(isort) > 5.13)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(astroid)
BuildRequires: python3.11dist(dill)
@ -75,6 +76,9 @@ done
%doc LICENSE
%changelog
* Mon Dec 11 2023 Automatic Build System <autodist@mambasoft.it> 3.0.3-1mamba
- automatic version update by autodist
* Sun Oct 22 2023 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
- automatic version update by autodist