diff --git a/python-yapf.spec b/python-yapf.spec index 208a697..13a6185 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.32.0 -Release: 2mamba +Version: 0.33.0 +Release: 1mamba Summary: A formatter for Python code Group: System/Libraries Vendor: openmamba @@ -12,6 +12,7 @@ Source: http://pypi.debian.net/yapf/yapf-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel +BuildRequires: python3.7dist(tomli) ## AUTOBUILDREQ-END %description @@ -51,6 +52,9 @@ done %doc AUTHORS LICENSE %changelog +* Wed Apr 19 2023 Automatic Build System 0.33.0-1mamba +- automatic version update by autodist + * Fri Apr 07 2023 Sdk Build System 0.32.0-2mamba - rebuilt with python 3.10