diff --git a/python-cleo.spec b/python-cleo.spec index 59e0c83..6287845 100644 --- a/python-cleo.spec +++ b/python-cleo.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-cleo -Version: 2.1.0 +Version: 2.2.1 Release: 1mamba Summary: Cleo allows you to create beautiful and testable command-line interfaces Group: System/Libraries @@ -12,8 +12,6 @@ Source: https://pypi.debian.net/cleo/cleo-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel -BuildRequires: python3.11dist(crashtest) -BuildRequires: python3.11dist(rapidfuzz) ## AUTOBUILDREQ-END %description @@ -53,6 +51,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Mon Nov 18 2024 Automatic Build System 2.2.1-1mamba +- automatic version update by autodist + * Tue Oct 31 2023 Automatic Build System 2.1.0-1mamba - automatic version update by autodist