automatic version update by autodist [release 0.40.1-1mamba;Wed Jun 21 2023]
This commit is contained in:
parent
db37b6d77a
commit
e03cfa11e2
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-yapf
|
Name: python-yapf
|
||||||
Version: 0.33.0
|
Version: 0.40.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A formatter for Python code
|
Summary: A formatter for Python code
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -12,6 +12,8 @@ Source: http://pypi.debian.net/yapf/yapf-%{version}.tar.gz
|
|||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(importlib-metadata)
|
||||||
|
BuildRequires: python3.7dist(platformdirs)
|
||||||
BuildRequires: python3.7dist(tomli)
|
BuildRequires: python3.7dist(tomli)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
@ -47,11 +49,19 @@ done
|
|||||||
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||||
%dir %{python_sitelib}/%{pkgname}
|
%dir %{python_sitelib}/%{pkgname}
|
||||||
%{python_sitelib}/%{pkgname}/*
|
%{python_sitelib}/%{pkgname}/*
|
||||||
|
%dir %{python_sitelib}/yapf_third_party
|
||||||
|
%{python_sitelib}/yapf_third_party/*
|
||||||
%dir %{python_sitelib}/%{pkgname}tests
|
%dir %{python_sitelib}/%{pkgname}tests
|
||||||
%{python_sitelib}/%{pkgname}tests/*
|
%{python_sitelib}/%{pkgname}tests/*
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 21 2023 Automatic Build System <autodist@mambasoft.it> 0.40.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jun 16 2023 Automatic Build System <autodist@mambasoft.it> 0.40.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Apr 19 2023 Automatic Build System <autodist@mambasoft.it> 0.33.0-1mamba
|
* Wed Apr 19 2023 Automatic Build System <autodist@mambasoft.it> 0.33.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user