From db37b6d77a400532cccb440312772291b440c361 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:55:08 +0100 Subject: [PATCH] automatic version update by autodist [release 0.33.0-1mamba;Wed Apr 19 2023] --- python-yapf.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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