py310: fix requirement for python-autopep8 [release 1.7.2-3mamba;Sun Apr 09 2023]
This commit is contained in:
parent
95bcb4ea46
commit
41cfd7b7b1
@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-lsp-server
|
||||
Version: 1.7.2
|
||||
Release: 1mamba
|
||||
Release: 3mamba
|
||||
Summary: A Python 3.6+ implementation of the Language Server Protocol
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -30,7 +30,7 @@ Requires: python-yapf%{?pyappend:-%pyappend} \
|
||||
Requires: python-rope%{?pyappend:-%pyappend} \
|
||||
Requires: python-pydocstyle%{?pyappend:-%pyappend} \
|
||||
Requires: python-pycodestyle%{?pyappend:-%pyappend} \
|
||||
Requires: python-flake8%{?pyappend:-%pyappend}
|
||||
Requires: python-flake8%{?pyappend:-%pyappend} \
|
||||
Requires: python-autopep8%{?pyappend:-%pyappend}
|
||||
%pyver_package
|
||||
%endif
|
||||
@ -58,7 +58,7 @@ done
|
||||
|
||||
%files %{?pyappend}
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/pylsp
|
||||
%{_bindir}/pylsp*
|
||||
%dir %{python_sitelib}/python_%{pkgname}-%{version}.dist-info
|
||||
%{python_sitelib}/python_%{pkgname}-%{version}.dist-info/*
|
||||
%dir %{python_sitelib}/pylsp
|
||||
@ -66,6 +66,12 @@ done
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sun Apr 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.2-3mamba
|
||||
- py310: fix requirement for python-autopep8
|
||||
|
||||
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 1.7.2-2mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
* Tue Apr 04 2023 Automatic Build System <autodist@mambasoft.it> 1.7.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user