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 - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-lsp-server
|
Name: python-lsp-server
|
||||||
Version: 1.7.2
|
Version: 1.7.2
|
||||||
Release: 1mamba
|
Release: 3mamba
|
||||||
Summary: A Python 3.6+ implementation of the Language Server Protocol
|
Summary: A Python 3.6+ implementation of the Language Server Protocol
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -30,7 +30,7 @@ Requires: python-yapf%{?pyappend:-%pyappend} \
|
|||||||
Requires: python-rope%{?pyappend:-%pyappend} \
|
Requires: python-rope%{?pyappend:-%pyappend} \
|
||||||
Requires: python-pydocstyle%{?pyappend:-%pyappend} \
|
Requires: python-pydocstyle%{?pyappend:-%pyappend} \
|
||||||
Requires: python-pycodestyle%{?pyappend:-%pyappend} \
|
Requires: python-pycodestyle%{?pyappend:-%pyappend} \
|
||||||
Requires: python-flake8%{?pyappend:-%pyappend}
|
Requires: python-flake8%{?pyappend:-%pyappend} \
|
||||||
Requires: python-autopep8%{?pyappend:-%pyappend}
|
Requires: python-autopep8%{?pyappend:-%pyappend}
|
||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
@ -58,7 +58,7 @@ done
|
|||||||
|
|
||||||
%files %{?pyappend}
|
%files %{?pyappend}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/pylsp
|
%{_bindir}/pylsp*
|
||||||
%dir %{python_sitelib}/python_%{pkgname}-%{version}.dist-info
|
%dir %{python_sitelib}/python_%{pkgname}-%{version}.dist-info
|
||||||
%{python_sitelib}/python_%{pkgname}-%{version}.dist-info/*
|
%{python_sitelib}/python_%{pkgname}-%{version}.dist-info/*
|
||||||
%dir %{python_sitelib}/pylsp
|
%dir %{python_sitelib}/pylsp
|
||||||
@ -66,6 +66,12 @@ done
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 04 2023 Automatic Build System <autodist@mambasoft.it> 1.7.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user