diff --git a/python-black.spec b/python-black.spec index 356be3f..0acf06b 100644 --- a/python-black.spec +++ b/python-black.spec @@ -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 23.7.0-1mamba +- automatic version update by autodist + * Sat Apr 08 2023 Sdk Build System 23.3.0-2mamba - rebuilt with python 3.10