diff --git a/python-flit.spec b/python-flit.spec index 4d83716..9c2b2b7 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-flit -Version: 3.9.0 +Version: 3.10.0 Release: 1mamba Summary: A simple packaging tool for simple packages Group: System/Libraries @@ -14,6 +14,7 @@ License: BSD BuildRequires: libpython311-devel BuildRequires: python3.11dist(docutils) BuildRequires: python3.11dist(flit-core) +BuildRequires: python3.11dist(pip) BuildRequires: python3.11dist(requests) BuildRequires: python3.11dist(tomli-w) ## AUTOBUILDREQ-END @@ -52,5 +53,8 @@ done %doc LICENSE %changelog +* Sat Nov 02 2024 Automatic Build System 3.10.0-1mamba +- automatic version update by autodist + * Fri Dec 29 2023 Silvan Calarco 3.9.0-1mamba - package created using the webbuild interface