diff --git a/python-astroid.spec b/python-astroid.spec index 713b975..a16ebcf 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -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 3.0.2-1mamba +- automatic version update by autodist + * Mon Oct 16 2023 Automatic Build System 3.0.1-1mamba - automatic version update by autodist