diff --git a/python-yapf.spec b/python-yapf.spec index dd25782..33987e0 100644 --- a/python-yapf.spec +++ b/python-yapf.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-yapf -Version: 0.40.2 -Release: 2mamba +Version: 0.43.0 +Release: 1mamba Summary: A formatter for Python code Group: System/Libraries Vendor: openmamba @@ -12,9 +12,7 @@ Source: http://pypi.debian.net/yapf/yapf-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel -BuildRequires: python3.11dist(importlib-metadata) BuildRequires: python3.11dist(platformdirs) -BuildRequires: python3.11dist(tomli) ## AUTOBUILDREQ-END %description @@ -60,6 +58,9 @@ done %doc AUTHORS LICENSE %changelog +* Thu Nov 14 2024 Automatic Build System 0.43.0-1mamba +- automatic version update by autodist + * Sun Mar 24 2024 Silvan Calarco 0.40.2-2mamba - obsolete python-yapf-py310