From e03cfa11e212526f3e48bc76852325687964697b 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.40.1-1mamba;Wed Jun 21 2023] --- python-yapf.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/python-yapf.spec b/python-yapf.spec index 13a6185..6878c70 100644 --- a/python-yapf.spec +++ b/python-yapf.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-yapf -Version: 0.33.0 +Version: 0.40.1 Release: 1mamba Summary: A formatter for Python code Group: System/Libraries @@ -12,6 +12,8 @@ Source: http://pypi.debian.net/yapf/yapf-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel +BuildRequires: python3.7dist(importlib-metadata) +BuildRequires: python3.7dist(platformdirs) BuildRequires: python3.7dist(tomli) ## AUTOBUILDREQ-END @@ -47,11 +49,19 @@ done %{python_sitelib}/%{pkgname}-%{version}.dist-info/* %dir %{python_sitelib}/%{pkgname} %{python_sitelib}/%{pkgname}/* +%dir %{python_sitelib}/yapf_third_party +%{python_sitelib}/yapf_third_party/* %dir %{python_sitelib}/%{pkgname}tests %{python_sitelib}/%{pkgname}tests/* %doc AUTHORS LICENSE %changelog +* Wed Jun 21 2023 Automatic Build System 0.40.1-1mamba +- automatic version update by autodist + +* Fri Jun 16 2023 Automatic Build System 0.40.0-1mamba +- automatic version update by autodist + * Wed Apr 19 2023 Automatic Build System 0.33.0-1mamba - automatic version update by autodist