diff --git a/python-astroid.spec b/python-astroid.spec index 6387722..1d85512 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: 2.15.6 +Version: 2.15.8 Release: 1mamba Summary: A common base representation of python source code Group: System/Libraries @@ -11,11 +11,9 @@ URL: https://pypi.org/project/astroid/ Source: https://pypi.debian.net/astroid/astroid-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(lazy-object-proxy) -BuildRequires: python3.7dist(typed-ast) -BuildRequires: python3.7dist(typing-extensions) -BuildRequires: python3.7dist(wrapt) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(lazy-object-proxy) +BuildRequires: python3.11dist(wrapt) ## AUTOBUILDREQ-END %description @@ -51,6 +49,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Wed Oct 04 2023 Silvan Calarco 2.15.8-1mamba +- update to 2.15.8 + +* Sun Sep 24 2023 Automatic Build System 2.15.7-1mamba +- automatic version update by autodist + * Sun Jul 09 2023 Automatic Build System 2.15.6-1mamba - automatic version update by autodist