Accepting request 915773 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/915773 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lsp-server?expand=0&rev=3
This commit is contained in:
commit
50d4d16c77
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe10b8f1ef7cd4f5b4aafcb5e29a2bbd454459442d434bbe1af97d2f3a94f55c
|
||||
size 61448
|
3
python-lsp-server-1.2.2.tar.gz
Normal file
3
python-lsp-server-1.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c3e8ff5ff076f1aed8db5f14041e76d19ebd09ba1867e3f5f2f6740423ce0e3
|
||||
size 61742
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 2 12:24:11 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 1.2.2
|
||||
* Improves the way we skip symbols imported from other libraries.
|
||||
* Add a constrain on Pylint (< 2.10) until we figure out how to
|
||||
support it.
|
||||
- Reflect the above upper pinning for python-pylint in Suggests
|
||||
and Conflicts in order to prevent updates on live systems as soon
|
||||
as pylint is updated in Factory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 5 20:18:13 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -19,14 +19,14 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-python-lsp-server
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: Python Language Server for the Language Server Protocol
|
||||
License: MIT
|
||||
URL: https://github.com/python-lsp/python-lsp-server
|
||||
Source: https://files.pythonhosted.org/packages/source/p/python-lsp-server/python-lsp-server-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools >= 39.0.0}
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python-rpm-macros >= 20210628
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module jedi >= 0.17.2}
|
||||
BuildRequires: %{python_module PyQt5}
|
||||
@ -38,7 +38,7 @@ BuildRequires: %{python_module pluggy}
|
||||
BuildRequires: %{python_module pycodestyle >= 2.7.0}
|
||||
BuildRequires: %{python_module pydocstyle >= 2.0.0}
|
||||
BuildRequires: %{python_module pyflakes >= 2.3.0}
|
||||
BuildRequires: %{python_module pylint >= 2.5.0}
|
||||
BuildRequires: %{python_module pylint >= 2.5.0 with %python-pylint < 2.10}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-lsp-jsonrpc >= 1.0.0}
|
||||
BuildRequires: %{python_module rope >= 0.10.5}
|
||||
@ -60,9 +60,10 @@ Suggests: python-mccabe >= 0.6.0
|
||||
Suggests: python-pycodestyle >= 2.7.0
|
||||
Suggests: python-pydocstyle >= 2.0.0
|
||||
Suggests: python-pyflakes >= 2.3.0
|
||||
Suggests: python-pylint >= 2.5.0
|
||||
Suggests: (python-pylint >= 2.5.0 with python-pylint < 2.10)
|
||||
Suggests: python-rope >= 0.10.5
|
||||
Suggests: python-yapf
|
||||
Conflicts: python-pylint >= 2.10
|
||||
BuildArch: noarch
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
|
Loading…
Reference in New Issue
Block a user