rebuilt with python3 = 3.11 [release 23.9.1-2mamba;Sun Oct 01 2023]
This commit is contained in:
parent
6f3e601aa1
commit
e3c4287264
@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-black
|
||||
Version: 23.7.0
|
||||
Release: 1mamba
|
||||
Version: 23.9.1
|
||||
Release: 2mamba
|
||||
Summary: The uncompromising code formatter
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -11,14 +11,12 @@ URL: https://github.com/psf/black
|
||||
Source: https://pypi.debian.net/black/black-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(click)
|
||||
BuildRequires: python3.7dist(mypy-extensions)
|
||||
BuildRequires: python3.7dist(packaging)
|
||||
BuildRequires: python3.7dist(pathspec)
|
||||
BuildRequires: python3.7dist(platformdirs)
|
||||
BuildRequires: python3.7dist(tomli)
|
||||
BuildRequires: python3.7dist(typing-extensions)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(click)
|
||||
BuildRequires: python3.11dist(mypy-extensions)
|
||||
BuildRequires: python3.11dist(packaging)
|
||||
BuildRequires: python3.11dist(pathspec)
|
||||
BuildRequires: python3.11dist(platformdirs)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-hatch_fancy_pypi_readme-py3
|
||||
|
||||
@ -62,6 +60,12 @@ done
|
||||
%doc LICENSE
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user