rebuilt with python3 = 3.11 [release 23.9.1-2mamba;Sun Oct 01 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 10:49:02 +01:00
parent 6f3e601aa1
commit e3c4287264

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-black Name: python-black
Version: 23.7.0 Version: 23.9.1
Release: 1mamba Release: 2mamba
Summary: The uncompromising code formatter Summary: The uncompromising code formatter
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -11,14 +11,12 @@ URL: https://github.com/psf/black
Source: https://pypi.debian.net/black/black-%{version}.tar.gz Source: https://pypi.debian.net/black/black-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
BuildRequires: python3.7dist(click) BuildRequires: python3.11dist(click)
BuildRequires: python3.7dist(mypy-extensions) BuildRequires: python3.11dist(mypy-extensions)
BuildRequires: python3.7dist(packaging) BuildRequires: python3.11dist(packaging)
BuildRequires: python3.7dist(pathspec) BuildRequires: python3.11dist(pathspec)
BuildRequires: python3.7dist(platformdirs) BuildRequires: python3.11dist(platformdirs)
BuildRequires: python3.7dist(tomli)
BuildRequires: python3.7dist(typing-extensions)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python-hatch_fancy_pypi_readme-py3 BuildRequires: python-hatch_fancy_pypi_readme-py3
@ -62,6 +60,12 @@ done
%doc LICENSE %doc LICENSE
%changelog %changelog
* Sun Oct 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.9.1-2mamba
- rebuilt with python3 = 3.11
* Mon Sep 11 2023 Automatic Build System <autodist@mambasoft.it> 23.9.1-1mamba
- automatic version update by autodist
* Tue Jul 11 2023 Automatic Build System <autodist@mambasoft.it> 23.7.0-1mamba * Tue Jul 11 2023 Automatic Build System <autodist@mambasoft.it> 23.7.0-1mamba
- automatic version update by autodist - automatic version update by autodist