diff --git a/python-lsp-server.spec b/python-lsp-server.spec index fcf767c..ab5f092 100644 --- a/python-lsp-server.spec +++ b/python-lsp-server.spec @@ -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 1.7.2-3mamba +- py310: fix requirement for python-autopep8 + +* Fri Apr 07 2023 Sdk Build System 1.7.2-2mamba +- rebuilt with python 3.10 + * Tue Apr 04 2023 Automatic Build System 1.7.2-1mamba - automatic version update by autodist