automatic version update by autodist [release 23.7.0-1mamba;Tue Jul 11 2023]
This commit is contained in:
parent
4b5a30e5dc
commit
6f3e601aa1
@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-black
|
||||
Version: 23.3.0
|
||||
Release: 2mamba
|
||||
Version: 23.7.0
|
||||
Release: 1mamba
|
||||
Summary: The uncompromising code formatter
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -18,7 +18,6 @@ BuildRequires: python3.7dist(packaging)
|
||||
BuildRequires: python3.7dist(pathspec)
|
||||
BuildRequires: python3.7dist(platformdirs)
|
||||
BuildRequires: python3.7dist(tomli)
|
||||
BuildRequires: python3.7dist(typed-ast)
|
||||
BuildRequires: python3.7dist(typing-extensions)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-hatch_fancy_pypi_readme-py3
|
||||
@ -42,7 +41,7 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
|
||||
%if "%{?with_pyver}" != "3"
|
||||
# Rename any conflicting file outside of python site packages tree
|
||||
for f in %{_bindir}/black*; do
|
||||
for f in %{_bindir}/{black,blackd}; do
|
||||
mv %{buildroot}${f}{,-%{?pyappend}}
|
||||
done
|
||||
%endif
|
||||
@ -63,6 +62,9 @@ done
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Jul 11 2023 Automatic Build System <autodist@mambasoft.it> 23.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 08 2023 Sdk Build System <sdk@mambasoft.it> 23.3.0-2mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user