automatic version update by autodist [release 3.0.2-1mamba;Wed Dec 13 2023]

This commit is contained in:
Automatic Build System 2024-01-06 10:46:06 +01:00
parent 538079cc62
commit 010899a89c

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-astroid
Version: 3.0.1
Version: 3.0.2
Release: 1mamba
Summary: A common base representation of python source code
Group: System/Libraries
@ -13,6 +13,7 @@ License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
BuildRequires: python-poetry-py3
%description
%{summary}.
@ -47,6 +48,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Wed Dec 13 2023 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
- automatic version update by autodist
* Mon Oct 16 2023 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
- automatic version update by autodist