From 5b027733482813cd71665989edf60e683014512e660ffc7d3a83f4f894d1eb23 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 2 Sep 2021 13:41:30 +0000 Subject: [PATCH] Accepting request 915756 from home:bnavigator:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/915756 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=4 --- python-lsp-server-1.2.1.tar.gz | 3 --- python-lsp-server-1.2.2.tar.gz | 3 +++ python-python-lsp-server.changes | 11 +++++++++++ python-python-lsp-server.spec | 9 +++++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 python-lsp-server-1.2.1.tar.gz create mode 100644 python-lsp-server-1.2.2.tar.gz diff --git a/python-lsp-server-1.2.1.tar.gz b/python-lsp-server-1.2.1.tar.gz deleted file mode 100644 index 0aae8f8..0000000 --- a/python-lsp-server-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe10b8f1ef7cd4f5b4aafcb5e29a2bbd454459442d434bbe1af97d2f3a94f55c -size 61448 diff --git a/python-lsp-server-1.2.2.tar.gz b/python-lsp-server-1.2.2.tar.gz new file mode 100644 index 0000000..96649d6 --- /dev/null +++ b/python-lsp-server-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3e8ff5ff076f1aed8db5f14041e76d19ebd09ba1867e3f5f2f6740423ce0e3 +size 61742 diff --git a/python-python-lsp-server.changes b/python-python-lsp-server.changes index 4b98733..7b545a3 100644 --- a/python-python-lsp-server.changes +++ b/python-python-lsp-server.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Sep 2 12:24:11 UTC 2021 - Ben Greiner + +- 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 diff --git a/python-python-lsp-server.spec b/python-python-lsp-server.spec index 7d11eca..10d4184 100644 --- a/python-python-lsp-server.spec +++ b/python-python-lsp-server.spec @@ -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