From 6f3e601aa18053f94f7bff70851b6f4867bc36cd Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:49:01 +0100 Subject: [PATCH] automatic version update by autodist [release 23.7.0-1mamba;Tue Jul 11 2023] --- python-black.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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