From 8f12b3909a55e0cd2e6b427c86a3759063b9582b Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Thu, 14 Nov 2024 17:01:25 +0100 Subject: [PATCH] automatic version update by autodist [release 0.43.0-1mamba;Thu Nov 14 2024] --- python-yapf.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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