rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 1.3.0-2mamba;Wed Sep 27 2023]
This commit is contained in:
parent
6b77904b91
commit
dcb5a1e3de
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-lsp-black
|
Name: python-lsp-black
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Black plugin for the Python LSP Server
|
Summary: Black plugin for the Python LSP Server
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,11 +11,11 @@ URL: https://github.com/python-lsp/python-lsp-black
|
|||||||
Source: https://pypi.debian.net/python-lsp-black/python-lsp-black-%{version}.tar.gz
|
Source: https://pypi.debian.net/python-lsp-black/python-lsp-black-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.7dist(black)
|
BuildRequires: python3.11dist(black)
|
||||||
BuildRequires: python3.7dist(python-lsp-server)
|
BuildRequires: python3.11dist(python-lsp-server)
|
||||||
BuildRequires: python3.7dist(tomli)
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -47,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%{python_sitearch}/python_%{pkgname}-%{version}-py*.egg-info/*
|
%{python_sitearch}/python_%{pkgname}-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 1.3.0-2mamba
|
||||||
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||||
|
|
||||||
* Thu May 25 2023 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
* Thu May 25 2023 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user